Hello 

I am doing the Hello World Tutorial with IDE. However I am stuck with starting 
the TOMCAT in Eclipse. First it creates a popup window, which says Server 
Tomcat 8.0 at localhost failed to start. Moreover the output is SCHWERWIEGEND: 
Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"]
java.lang.NullPointerException
        at 
org.apache.tomcat.util.net.NioEndpoint.releaseCaches(NioEndpoint.java:305)
        at org.apache.tomcat.util.net.NioEndpoint.unbind(NioEndpoint.java:481)
        at 
org.apache.tomcat.util.net.AbstractEndpoint.destroy(AbstractEndpoint.java:823)
        at org.apache.coyote.AbstractProtocol.destroy(AbstractProtocol.java:533)
        at 
org.apache.catalina.connector.Connector.destroyInternal(Connector.java:1023)
        at 
org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:305)
        at 
org.apache.catalina.core.StandardService.destroyInternal(StandardService.java:589)
        at 
org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:305)
        at 
org.apache.catalina.core.StandardServer.destroyInternal(StandardServer.java:859)
        at 
org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:305)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:629)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:351)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:485)
.

However if I start tomcat with the terminal, it works fine; the problem here is 
that the deployment of changed files is not automatically done, which creates 
the error of FileNotFoundException in when adding a page with a template. So is 
there a way to start tomcat directly from Eclipse?

Thank you for your help in advance

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4c142a7c-d1aa-4428-97e2-85df4c58a558


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to