SOAP problem With Leopard and Java 1.5

Joined
Apr 15, 2008
Messages
1
Reaction score
0
Points
1
Hey guys,

I´m experiencing a communication problem with an webservice at Mac OS 10.5 (Leopard).
When I create a call to that webservice on any other Operating System, including Mac OS 10.4 (Tiger), the process run smoothly. I can request and receive the answer without any problems, but unsing this same jar file at MacOS 10.5, JRE 1.5.0-13, I get the exception below:

Important:
1) I'm using: jaxrpc-api.jar, wsclient.jar (Oracle)
2) I have free access to that URL, the connection problem occurs only with this application.


WARNING: Unable to connect to URL: http://WEBSERVICE_URL due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:142)
at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:118)
at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
at oracle.j2ee.ws.client.dii.CallInvokerImpl.doInvoke(CallInvokerImpl.java:95)
at oracle.j2ee.ws.client.dii.BasicCall.invoke(BasicCall.java:785)
at tibox.client.proxy.Webservice.getServiceResponse(Webservice.java:99)
at tibox.client.proxy.Webservice.callWebFunction(Webservice.java:145)
at tibox.client.proxy.DeskpopWebservice.getSetupConfiguration(DeskpopWebservice.java:249)
at tibox.client.desktop.listener.MainThread.getClientConfiguration(MainThread.java:515)
at tibox.client.desktop.listener.MainThread.applyConfiguration(MainThread.java:559)
at tibox.client.Main.main(Main.java:100)

CAUSE:

javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:142)
at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:118)
at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
at oracle.j2ee.ws.client.dii.CallInvokerImpl.doInvoke(CallInvokerImpl.java:95)
at oracle.j2ee.ws.client.dii.BasicCall.invoke(BasicCall.java:785)
at tibox.client.proxy.Webservice.getServiceResponse(Webservice.java:99)
at tibox.client.proxy.Webservice.callWebFunction(Webservice.java:145)
at tibox.client.proxy.DeskpopWebservice.getSetupConfiguration(DeskpopWebservice.java:249)
at tibox.client.desktop.listener.MainThread.getClientConfiguration(MainThread.java:515)
at tibox.client.desktop.listener.MainThread.applyConfiguration(MainThread.java:559)
at tibox.client.Main.main(Main.java:100)
Caused by: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:152)
at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:135)
... 11 more
Caused by: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:148)
... 12 more
Caused by: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:458)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:865)
... 14 more
Caused by: java.io.IOException: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at HTTPClient.HttpURLConnection.<init>(HttpURLConnection.java:240)
at HTTPClient.HttpURLConnection.<init>(HttpURLConnection.java:295)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.createConnection(HttpSOAPConnection.java:758)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:363)
... 15 more

CAUSE:

javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:142)
at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:118)
at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:175)
at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
at oracle.j2ee.ws.client.dii.CallInvokerImpl.doInvoke(CallInvokerImpl.java:95)
at oracle.j2ee.ws.client.dii.BasicCall.invoke(BasicCall.java:785)
at tibox.client.proxy.Webservice.getServiceResponse(Webservice.java:99)
at tibox.client.proxy.Webservice.callWebFunction(Webservice.java:145)
at tibox.client.proxy.DeskpopWebservice.getSetupConfiguration(DeskpopWebservice.java:249)
at tibox.client.desktop.listener.MainThread.getClientConfiguration(MainThread.java:515)
at tibox.client.desktop.listener.MainThread.applyConfiguration(MainThread.java:559)
at tibox.client.Main.main(Main.java:100)
Caused by: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:152)
at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:135)
... 11 more
Caused by: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:148)
... 12 more
Caused by: javax.xml.soap.SOAPException: Message send failed: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:458)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:865)
... 14 more
Caused by: java.io.IOException: HTTPClient.ParseException: length of IP-address (2) != length of netmask (1)
at HTTPClient.HttpURLConnection.<init>(HttpURLConnection.java:240)
at HTTPClient.HttpURLConnection.<init>(HttpURLConnection.java:295)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.createConnection(HttpSOAPConnection.java:758)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:363)
... 15 more
java.lang.Exception: Falha de conexao nas urls do webservice
at tibox.client.proxy.Webservice.leProximaUrl(Webservice.java:180)
at tibox.client.proxy.Webservice.restartCall(Webservice.java:160)
at tibox.client.proxy.Webservice.getServiceResponse(Webservice.java:106)
at tibox.client.proxy.Webservice.callWebFunction(Webservice.java:145)
at tibox.client.proxy.DeskpopWebservice.getSetupConfiguration(DeskpopWebservice.java:249)
at tibox.client.desktop.listener.MainThread.getClientConfiguration(MainThread.java:515)
at tibox.client.desktop.listener.MainThread.applyConfiguration(MainThread.java:559)
at tibox.client.Main.main(Main.java:100)


Thanks!!!
 
Joined
May 30, 2008
Messages
1
Reaction score
0
Points
1
Same problem

Any answers yet? Yours is the only reference to this error message that I can find on the web.

I'm using the same OS, etc.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top