java nantic is 8070 after restart OpenERP server
Bug #597116 reported by
Raimon Esteve (www.zikzakmedia.com)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KDE OpenObject Client |
New
|
Undecided
|
Unassigned |
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://
To post a comment you must log in.
Related to the openerp server.