This question has been flagged
1 Reply
6707 Views

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
Discard
Author Best Answer

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
Discard