Note that there are some explanatory texts on larger screens.

plurals
  1. POServer Tomcat v6.0 Server at localhost was unable to start within 45 seconds
    text
    copied!<p>I have 2 projects in eclipse. One of them runs fine and when added to Tomcat server, server can restart without any problems. However, the other project gets error when added</p> <blockquote> <p>Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.</p> </blockquote> <p>I don't believe it's a timeout issue as I've changed time to no avail. Is there other settings/places I should be looking for errors?</p> <p>This is console output for project that successfully starts vs one that doesn't</p> <pre><code>INFO: Initializing Coyote HTTP/1.1 on http-8080 24-Jun-2011 15:17:38 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 472 ms 24-Jun-2011 15:17:38 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 24-Jun-2011 15:17:38 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 24-Jun-2011 15:17:39 org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() 24-Jun-2011 15:17:39 org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() 24-Jun-2011 15:17:39 org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 24-Jun-2011 15:17:39 org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 24-Jun-2011 15:17:39 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/47 config=null 24-Jun-2011 15:17:39 org.apache.catalina.startup.Catalina start INFO: Server startup in 1332 ms </code></pre> <p>One that fails:</p> <pre><code>INFO: Initializing Coyote HTTP/1.1 on http-8080 24-Jun-2011 15:18:34 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 425 ms 24-Jun-2011 15:18:34 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 24-Jun-2011 15:18:34 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 </code></pre> <p>Has anyone any idea on what could be stopping this from running?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload