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

I've followed the André's Schenkels tutorial:

And the Willow IT videos.

When i have OpenERP + Tomcat in the same machine.

Everything goes well

But when i try a VM for TOMCAT i got this error:

pastebin.com/raw.php?i=i1Cg85Lk

Are there any errors in the server settings that OpenERP is not accepting connections?

Avatar
Descartar

You are not providing sufficient details for it to be possible to see how to help. I tried to use Pentaho with V7, but it failed because the connector was for V6. A patch is available, though. Have you applied it?

Autor

I followed this tutorial:

http://www.schenkels.nl/2013/04/creating-a-pentaho-reporting-server-ubuntu-12-04-openerp/

Running in the same machine OpenERP + Pentaho Reports Engine ( On TOMCAT or ant launch ) works well.....

But when i try in diferent machines, and call the SAME report in openerp action menu. OpenERP can contact the TOMCAT, but i don't no why the returns crash... OpenERP Warning:

Error

Pentaho returned no data for the report 'res.partner.listreport'. Check report definition and parameters.

Ok, so you have a connectivity issue between Pentaho and OpenERP that only occurs when they are on different machines. The OpenERP machine refuses the connection. You do not mention investigating firewall issues. Could that be the cause? Both machines are Ubuntu 12.04 LTS? Could Ubuntu be blocking all but authorized IP addresses to connect to the XMLRPC port?

Autor Mejor respuesta

[SOLVED] Configure the ip address of the network interface in openero-server.conf:

xmlrpcs = True
xmlrpcs_interface = ip of openerp interface
xmlrpcs_port = 8071
xmlrpc_interface = ip of openerp interface
xmlrpc_port = 8069
xmlrpc = True
Avatar
Descartar

Well done!

Publicaciones relacionadas Respuestas Vistas Actividad
0
mar 15
4662
1
mar 15
6307
1
ago 25
505
1
abr 25
1523
1
sept 24
2218