[
http://jira.jboss.com/jira/browse/JBWS-92?page=comments#action_12410802 ]
danskal danskal commented on JBWS-92:
-------------------------------------
I had the same problem (though not with jboss - similar stack trace)
with jdk1.5.0_13, but it seems to be fixed in jdk1.5.0_15
DII Client fails when using jdk1.5.0_01
---------------------------------------
Key: JBWS-92
URL:
http://jira.jboss.com/jira/browse/JBWS-92
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-native
Affects Versions: jboss-ws4ee-4.0.1
Environment: Windows XP SP2
jboss-4.0.1
jdk1.5.0_01
Reporter: sirwio
Assigned To: Thomas Diesler
Fix For: jboss-ws4ee-4.0.2
Attachments: HelloServiceClient.zip, jbws92.zip
I have a deployed the webservice created when following the guide on
http://www.dcl.hpi.uni-potsdam.de/research/asg/ws4ejb/
The webservice deploys nicely.
My client wich uses dii to access the webservice throws an exception when jdk1.5.0_01
(and jdk1.5.0) is used when compiling/running the client.
The client works fine if jdk1.4.2_07 is used.
The exception thrown is:
2005-feb-01 11:25:07 HelloServiceClient testSayHello
INFO:
http://DES-04004:8080/HelloService/HelloEndpointPort
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: java.lang.NullPointerException
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace: java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:396)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:395)
at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:263)
at org.apache.axis.MessagePart.getAsSOAPEnvelope(MessagePart.java:657)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:430)
at org.apache.axis.Message.getContentType(Message.java:496)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:386)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:126)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:73)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:160)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:123)
at org.jboss.webservice.client.ClientEngine.invoke(ClientEngine.java:126)
at org.apache.axis.client.Call.invokeEngine(Call.java:3029)
at org.apache.axis.client.Call.invoke(Call.java:3014)
at org.apache.axis.client.Call.invoke(Call.java:2608)
at org.apache.axis.client.Call.invoke(Call.java:2513)
at org.apache.axis.client.Call.invokeInternal(Call.java:1973)
at org.apache.axis.client.Call.invoke(Call.java:1914)
at org.jboss.webservice.client.CallImpl.invoke(CallImpl.java:265)
at HelloServiceClient.testSayHello(HelloServiceClient.java:21)
at HelloServiceClient.main(HelloServiceClient.java:60)
org.apache.axis.AxisFault: java.lang.NullPointerException
at org.apache.axis.AxisFault.makeFault(AxisFault.java:146)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:136)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:73)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:160)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:123)
at org.jboss.webservice.client.ClientEngine.invoke(ClientEngine.java:126)
at org.apache.axis.client.Call.invokeEngine(Call.java:3029)
at org.apache.axis.client.Call.invoke(Call.java:3014)
at org.apache.axis.client.Call.invoke(Call.java:2608)
at org.apache.axis.client.Call.invoke(Call.java:2513)
at org.apache.axis.client.Call.invokeInternal(Call.java:1973)
at org.apache.axis.client.Call.invoke(Call.java:1914)
at org.jboss.webservice.client.CallImpl.invoke(CallImpl.java:265)
at HelloServiceClient.testSayHello(HelloServiceClient.java:21)
at HelloServiceClient.main(HelloServiceClient.java:60)
Caused by: java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:396)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:395)
at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:263)
at org.apache.axis.MessagePart.getAsSOAPEnvelope(MessagePart.java:657)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:430)
at org.apache.axis.Message.getContentType(Message.java:496)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:386)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:126)
... 13 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira