Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
7357 Tampilan

I'm after installation OpenERP Magento Connector. Everything was done according to Installation Guide htt__p://openerp-magento-connector.com/guides/installation_guide.html Problem is that my jobs are still "Pending" and not assign to worker. I've read htt__p://openerp-magento-connector.com/guides/monitor_resolve_jobs.html

I've checked my worker and "Last Alive Check" is always actual. In jobs "Execute only after" is not set up "Schedules Actions" are active. OpenERP in not running in multiprocess.

So what could be wrong?

Avatar
Buang
Penulis Jawaban Terbai

Finally I have found solution. The problem was that in my addons-path, root addons folder wasn't first. When I have changed the order everything is fine. That's my init.d line: start-stop-daemon --start --quiet --pidfile /var/run/${NAME}.pid --chuid ${USER} --background --make-pidfile --exec ${DAEMON} -- --config=${CONFIG} --logfile=${LOGFILE} --debug --database=mydb --addons-path /usr/lib/pymodules/python2.7/openerp/addons,/usr/lib/pymodules/python2.7/openerp/addons/openerp-connector,/usr/lib/pymodules/python2.7/openerp/addons/openerp-connector-ecommerce,/usr/lib/pymodules/python2.7/openerp/addons/openerp-connector-magento,/usr/lib/pymodules/python2.7/openerp/addons/e-commerce-addons,/usr/lib/pymodules/python2.7/openerp/addons/openerp-product-attributes,/usr/lib/pymodules/python2.7/openerp/addons/sale-wkfl

It caused several other errors: - static content have been downloaded with random 404 state - debug mode have given blank page

Problem SOLVED. Hope it helps.

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
0
Apr 21
2647
2
Okt 17
3264
1
Mar 15
4331
4
Jul 20
12864
1
Des 19
5111