Do you have problems installing axis2 or your web service running on axis2?

Is Axis2 running well? 
Are you having other web services already running? 
What does the axis2 happiness page tell you? 

If that all runs then it seems that your axis2 installation is OK

But Axis2 is a servlet ! and your SEVER error relates to a servlet not a web 
service. So for me it is not 100% clear what basically runs and what not.

If you consider to re-install axis2 then . . .

Can you delete the axis2 directory tree from your tomcat/webapps directory. 
Then get a fresh copy axis2.war to your system. Then check this axis2.war file 
using 
$ jar -tf axis2.war to see if it can be read correctly by your file system and 
jar. Then deploy axis2.war to your tomcat/webapps directory and see in the 
tomcat log files if axis2 got deployed correctly. This must work correct first. 
Then use the axis2 happiness page to see basic operations of axis2.

Josef

-----Ursprüngliche Nachricht-----
Von: Neil Aggarwal [mailto:n...@jammconsulting.com] 
Gesendet: Donnerstag, 25. August 2011 17:26
An: java-user@axis.apache.org
Betreff: [Axis2] NPE during load in DeploymentFileData.getName

Hello:

I am setting up an Axis2 web service on Tomcat.

When I run Tomcat, I get this error:

SEVERE: Servlet /myservlet threw load() exception
java.lang.NullPointerException
        at
org.apache.axis2.deployment.repository.util.DeploymentFileData.getName(Deplo
ymentFileData.java:69)

Any ideas what happened?

Thanks,
        Neil

--
Neil Aggarwal, (972)834-1565, http://UnmeteredVPS.net/centos
Virtual private server with CentOS 5.5 preinstalled
Unmetered bandwidth = no overage charges 


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to