Shapira, Yoav wrote: > Howdy, > I actually disagree with the interpretation of the error: if you try to > shutdown tomcat when it's not running, you'll get a ConnectionRefused > exception from when it tries to connect to the shutdown port. > > But I don't have an answer to the original question ;) Is Remy watching > this thread?
Looking at the line number, the NamingResources field is null, but can't see any situation where this would happen. Could you send what exactly you are doing to get that error, or any specific info on your configuration ? If you have all your webapps up and running, I really don't see how it can happen. Remy >>>java.lang.NullPointerException >>> at >>> >> >>org.apache.catalina.core.NamingContextListener.lifecycleEvent(NamingCon > > text > >>L >>istener.java:343) >> >>> at >>> >> >>org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleS > > uppo > >>r >>t.java:166) >> >>> at >>> >> > org.apache.catalina.core.StandardServer.stop(StandardServer.java:2216) > >>> at >> > org.apache.catalina.startup.Catalina.start(Catalina.java:541) > >>> at >>>org.apache.catalina.startup.Catalina.execute(Catalina.java:400) >>> at >>>org.apache.catalina.startup.Catalina.process(Catalina.java:180) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> > Method) > >>> at >>> >> >>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > va:3 > >>9 >>) >> >>> at >>> >> >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > rImp > >>l >>.java:25) >> >>> at java.lang.reflect.Method.invoke(Method.java:324) >>> at >>>org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
