[ http://issues.apache.org/jira/browse/XMLRPC-110?page=all ]
Jochen Wiedmann resolved XMLRPC-110.
------------------------------------
Resolution: Invalid
> Caused by: java.lang.NumberFormatException: For input string: "Client"
> at java.lang.NumberFormatException.forInputString(Unknown Source)
> at java.lang.Integer.parseInt(Unknown Source)
> at java.lang.Integer.parseInt(Unknown Source)
> at
> org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(XmlRpcClientResponseProcessor.java:102)
> ... 7 more
This smells *very* much like an error in the servers response, for example
<value><i4>Client</i4></value>
or something like that. Use a tool like tcpmon or wireshark to log the servers
response and most possibly you'll find the answer there. Further discussion on
the mailing list [email protected], please.
Should it turn out that I am wrong, and the bug is in Apache XML-RPC, you are
of course free to reopen this bug.
> org.apache.xmlrpc.XmlRpcClientException: Error decoding XML-RPC response
> ------------------------------------------------------------------------
>
> Key: XMLRPC-110
> URL: http://issues.apache.org/jira/browse/XMLRPC-110
> Project: XML-RPC
> Issue Type: Bug
> Affects Versions: 2.0
> Environment: client side: java, xml-rpc 2.0
> server side: activeperl 5.8.6 , IIS6 on windows 2003
> Reporter: sreedhar somishetty
>
> Hi ,
> I tried xmlrpc communication between java client and a PERL( active
> perl 5.8.6 installed on tomcat server) server and that worked fine. But when
> I try the same activeperl 5.8.6 with IIS6 installed on windows 2003 I am
> getting an error . I would like to know what is causing this problem
> org.apache.xmlrpc.XmlRpcClientException: Error decoding XML-RPC response
> at
> org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(XmlRpcClientResponseProcessor.java:78)
> at
> org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72)
> at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193)
> at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:184)
> at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:177)
> at
> perlClientExample.XmlRpcClientExample.say_hello(XmlRpcClientExample.java:33)
> at
> perlClientExample.XmlRpcClientExample.main(XmlRpcClientExample.java:92)
> Caused by: org.apache.xmlrpc.XmlRpcClientException: Error decoding XML-RPC
> exception response
> at
> org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(XmlRpcClientResponseProcessor.java:109)
> at
> org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(XmlRpcClientResponseProcessor.java:69)
> ... 6 more
> Caused by: java.lang.NumberFormatException: For input string: "Client"
> at java.lang.NumberFormatException.forInputString(Unknown Source)
> at java.lang.Integer.parseInt(Unknown Source)
> at java.lang.Integer.parseInt(Unknown Source)
> at
> org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(XmlRpcClientResponseProcessor.java:102)
> ... 7 more
> Thanks in advance
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira