Are you trying to input that number into an int or Integer? The largest value allowed for an int or Integer is 2147483647.
If you are using an int or Integer you might want to consider moving to either a long or Long. Best of luck. ________________________________ Subject: Axis n00b needs help with an axis fault (internal to axis) Date: Fri, 12 Oct 2007 12:10:36 -0700 From: [EMAIL PROTECTED] To: [email protected] On the surface, this looks like something simple. The problem here is that it’s occurring inside the axis call where I have no ablility to debug. TCPMon’s been no help, and neither has my debugger. Does anyone have enough knowledge about Axis and the way it works to have idea how I can track this error down or what it means? [#|2007-10-12T11:57:16.113-0700|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=42;_ThreadName=httpWorkerThread-8080-1;_RequestID=7ff360c2-4738-4031-a97a-49d48b1a5aed;|StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.NumberFormatException: For input string: "1192215294017" faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:D1234 java.lang.NumberFormatException: For input string: "1192215294017" at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:375) at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.test.stub.TestServiceBindingStub.getJobStatus(Unknown Source) at org.apache.jsp.default_jsp._jspService(default_jsp.java:365) |#] _________________________________________________________________ Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare! http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_hotmailnews --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
