Dear Axis Community. I have a complete new (no canges made to any configuration file) Tomcat installation (apache-tomcat-6.0.16) on ubuntu with java 1.6.0_06 and have a problem with the hot-deployment. My file (a war file containing a aar file for axis2 webservices) gets deployed without any problem for the first time or after restarting the server but simply copying the file into the webapps folder returns me the following error when tomcat tries to undeploying the existing webapp. Can someone please help me with this? I'm sending this message to this list since it is an axis class which return this NullPointerException (org.apache.axis2.i18n.Messages).
12/06/2008 16:28:36 org.apache.axis2.deployment.DeploymentEngine unDeploy INFO: java.lang.NullPointerException Exception in thread "Timer-0" java.lang.NullPointerException at org.apache.axis2.i18n.Messages.getMessageBundle(Messages.java:172) at org.apache.axis2.i18n.Messages.getMessage(Messages.java:97) at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:557) at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:196) at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:227) at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:174) at org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:219) at org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:61) at org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:68) at org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:76) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Best regards, Stefan Goetz -- -------------------------------------------- Stefan Götz Bioinformatics Department Centro de Investigación Príncipe Felipe (CIPF) C/E.P. Avda. Autopista del Saler, 16-3 (junto Oceanográfico) 46013 Valencia, Spain Tel: +34 963289680 Ext. 1011 Fax: +34 963289574 E-Mail: [EMAIL PROTECTED] http://bioinfo.cipf.es -------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
