Connection exception
"Fabi Avilés" <[email protected]> Thu, 21 Sep 2006 13:40:46 +0200
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi people. I'm doing a data migration script, using Java, from data in
phpgroupware, to opengroupware. I take data from the phpgroupware database
using sql, and I create the dates, contacts and tasks in ogo using xmlrpc,
but there is a problem and this is the exception:
..org.opengroupware.jogi.ogo.ConnectionException: Address already in use:
connect
. at org.opengroupware.jogi.connect.xmlrpc.ApacheXmlRpcCaller.invoke(Unknown
Source)
at es.sgi.ogo.ogoaccess.OgoAppointmentManager.add(
OgoAppointmentManager.java:286)
at es.sgi.ogo.objectmanagement.OgoAccess.addAppointment(OgoAccess.java
:124)
at es.sgi.ogo.main.InfoManager.createAppointment(InfoManager.java:303)
at es.sgi.agenda.dao.AppointmentManager.createAppointment(
AppointmentManager.java:325)
at es.sgi.agenda.datamigration.main.OwnerDataMigration.main(
OwnerDataMigration.java:192)
It's very important, anyone can help me????
Thanks a lot.
Fabi