Be interested to look at the logs
By any chance did you build your kernel with logging? e.g.
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons.logging.version}</version>
<properties>
<module>true</module>
</properties>
</dependency>
Which logging class did you enable in
/WEB-INF/classes/commons-logging.properties ?
Thanks/
Martin--
----- Original Message -----
From: Horninger, Joe (Contr) (Mission Systems)
To: [email protected]
Sent: Saturday, October 13, 2007 1:00 PM
Subject: RE: Axis n00b needs help with an axis fault (internal to axis)
I figured out the problem, so I'd like to post a response to my own question.
I wrote a client to talk directly to the SEI of the webservice as a POJO and
ran it through a debugger. I originally had thought that the WS was never
getting called, but I wanted to confirm that the error was not coming from the
server side. To my surprise, I discovered that the NFE was coming from inside
the TestService, as opposed to from the client side, or within axis itself.
Cheers!
-Joe
------------------------------------------------------------------------------
From: Horninger, Joe (Contr) (Mission Systems) [mailto:[EMAIL PROTECTED]
Sent: Friday, October 12, 2007 12:11 PM
To: [email protected]
Subject: Axis n00b needs help with an axis fault (internal to axis)
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)
|#]