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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

