← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 597116] Re: java nantic is 8070 after restart OpenERP server

 

Hello Oliver,
It's true not but OpenERP Server or Client, but jasper-report module is avaible in this project: openobject-client-kde

http://bazaar.launchpad.net/~openobject-client-kde/openobject-client-
kde/5.0/files/head%3A/server-modules/jasper_reports/

-- 
java nantic is 8070 after restart OpenERP server
https://bugs.launchpad.net/bugs/597116
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in Qt/KDE OpenObject Client: New

Bug description:
OpenERP is 8070 and jasperreports, 8090 nantic java. If your restart, a now, get 8070 java and OpenERP not start.

One solution "not very smarty, but working", is kill all process java nantic.

Example stop openerp server:

  for X in `ps xa|grep jasperreports|grep java|awk '{print $1}'`; do
    echo "Jasperreports server: $X"
    `kill -9 $X`
  done

Detected Ubuntu 9.10. Not at Ubuntu 8.04

See same "error":
http://www.openobject.com/forum/post57825.html