0 Replies Latest reply on Dec 4, 2004 12:02 PM by alamsi

    NPE with axis 1.1 on 4.0.1

    alamsi

      I am trying to setup axis 1.1 (finalver) with JBoss 4.0.1 running JDK1.4.2_06. I have tried reinstalling the JDK and axis.

      When I execute: "java com.exer.client.WSClient" I get:

      Endpoint address = http://127.0.0.1:8080/axis/services/helloWS
      Exception in thread "main" AxisFault
      faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
      faultSubcode:
      faultString: java.lang.NullPointerException
      faultActor:
      faultNode:
      faultDetail:
      {http://xml.apache.org/axis/}stackTrace: java.lang.NullPointerException
      at java.util.Hashtable.put(Unknown Source)
      at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(Unk
      nown Source)
      at org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializa
      tionContextImpl.java:246)
      at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
      at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
      at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
      at org.apache.axis.client.Call.invoke(Call.java:2553)
      at org.apache.axis.client.Call.invoke(Call.java:2248)
      at org.apache.axis.client.Call.invoke(Call.java:2171)
      at org.apache.axis.client.Call.invoke(Call.java:1691)
      at com.exer.client.WSClient.main(WSClient.java:53)


      java.lang.NullPointerException
      at org.apache.axis.AxisFault.makeFault(AxisFault.java:129)
      at org.apache.axis.client.Call.invoke(Call.java:2251)
      at org.apache.axis.client.Call.invoke(Call.java:2171)
      at org.apache.axis.client.Call.invoke(Call.java:1691)
      at com.exer.client.WSClient.main(WSClient.java:53)
      Caused by: java.lang.NullPointerException
      at java.util.Hashtable.put(Unknown Source)
      at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(Unk
      nown Source)
      at org.apache.axis.encoding.DeserializationContextImpl.parse(Deserializa
      tionContextImpl.java:246)
      at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
      at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
      at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
      at org.apache.axis.client.Call.invoke(Call.java:2553)
      at org.apache.axis.client.Call.invoke(Call.java:2248)
      ... 3 more


      (I get the exact same NPE in the faultString executing

      "java org.apache.axis.client.AdminClient list")

      Any help would be appreciated. Tnx in advance.