As the stack trace indicates, the error occurs while parsing the servers response. In other words, it is indeed quite likely that the servers response is invalid. Please send us reply and response to verify this. If my guess is right, I'd file a bug report at Bugzilla.
Jochen On 2/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
thats the full stacktrace Exception in thread "main" java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer at org.apache.xmlrpc.parser.XmlRpcResponseParser.addResult(XmlRpcResponseParser.java:55) at org.apache.xmlrpc.parser.RecursiveTypeParserImpl.endValueTag(RecursiveTypeParserImpl.java:71) at org.apache.xmlrpc.parser.XmlRpcResponseParser.endElement(XmlRpcResponseParser.java:164) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:175) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:145) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:39) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:157) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:146) at de.igosys.bugzilla.client.RPCClient.main(RPCClient.java:135) ----- original Nachricht -------- Betreff: Re: Bugzilla Gesendet: Mi 21 Feb 2007 13:36:27 CET Von: "Jochen Wiedmann"<[EMAIL PROTECTED]> > Hi > > first of all, please note that you are no subscribed member of this > list. In other words, it is quite likely that replies won't reach you. > Please subscribe. > > On 2/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Exception in thread "main" java.lang.ClassCastException: java.lang.String > cannot be cast to java.lang.Integer > > A full stacktrace would help, because there are lot of reasons, which > can cause such a bug. > > My personal guess is that the Bugzilla response is invalid. In other > words, it would help, if you could use a tool like tcpmon or wireshark > to log the clients request and the servers response. > > > Jochen > > -- > Emacs 22 will support MacOS and CygWin. It is not yet decided, whether > these will be used to run Emacs or the other way round. > --- original Nachricht Ende ----
-- Emacs 22 will support MacOS and CygWin. It is not yet decided, whether these will be used to run Emacs or the other way round. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]