Page 1 of 1

xLocate Java Client "Error creating WebServiceClient."

Posted: Thu Nov 08, 2018 12:53 pm
by ASOL
Hello,

I have a very stange im Problem using the java implementation from xLocate, im not sure if this is the right place for this, because i think the problem is not ptv related, but maybe you can help me anyway.

while i worked with xmap and leaflet my collegue implemented a xlocate package to geocode addresses in our application server, it looks very similar to the code sample here :
http://xserver.ptvgroup.com/de/cookbook ... lications/

and it works for him. After he finished i tried on my pc too, but it don`t work for me.
im getting "Error creating WebServiceClient." from RemoteException.java while after findAdress.
After that, we testet it on two other pcs and worked perfekt.
So there must be something in my configurations, but we have no clue what.

Re: xLocate Java Client "Error creating WebServiceClient."

Posted: Thu Nov 08, 2018 1:04 pm
by Bernd Welter
Hello Jörg,

in fact this looks like a JAVA / deployment issue. Though this is not a PTV topic I forwarded it to some Java experienced colleagues.

Best regards,
Bernd

(And I moved the issue to the generic forum because it is not a geocoding topic)

Re: xLocate Java Client "Error creating WebServiceClient."

Posted: Tue Nov 13, 2018 2:46 pm
by ASOL
We finally found the issue :D

I started the Server with our own Manager and got the error, but after using netbeans to start the server, everything workded fine.
It looks like our manager did some strange classloading, which caused the webservice error.

Now the manager is fixed and working correctly.