Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
7343 Vistas

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
Descartar
Autor Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
abr 21
2635
2
oct 17
3253
1
mar 15
4320
4
jul 20
12842
1
dic 19
5084