0 Replies Latest reply on Feb 4, 2003 4:30 AM by milasx

    JBossAxisServlet throws NullPointerException

    milasx

      Hi,
      I get this exception when calling the URL http://localhost:8080/jboss-net/servlet/AxisServlet and after I deployed the Web Service example http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-net-EJB-example.shtml:
      09:33:32,179 ERROR [Engine] StandardWrapperValve[JBossAxisServlet]: Servlet.serv
      ice() for servlet JBossAxisServlet threw exception
      java.lang.NullPointerException
      at org.jboss.net.axis.server.EJBProvider.getServiceClass(EJBProvider.java:162)
      at org.apache.axis.providers.java.JavaProvider.initServiceDesc(JavaProvider.java:535)
      at org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPService.java:322)
      at org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDService.java:477)
      at org.apache.axis.deployment.wsdd.WSDDDeployment.getDeployedServices(WSDDDeployment.java:566)

      I use 3.2.0 RC1

      Thank you!

      Simone