java - Tomcat 7 not starting in Eclipse 4.2 (timeout). How to get more verbose output? -


i struggling eclipse project tomcat giving me timeout. thought @ first might mistake did in project configuration, reverted earlier version of code. still giving same error! when try start new project (spring mvc) along existing one, new 1 seems work fine , (if disable non-working one) server starts.

my question is: how can more verbose output or log tomcat? server telling me "it unable start within time limit" not me. of solutions have found kind of problem arent solutions either, "remove server , add again" or "delete eclipse workspace , start on again", etc. not possible tomcat 7 proper debug-logging tell me whats going on?

the following output get:

mai 03, 2013 1:17:45 pm org.apache.catalina.core.aprlifecyclelistener init mai 03, 2013 1:17:46 pm org.apache.tomcat.util.digester.setpropertiesrule begin warning: [setpropertiesrule]{server/service/engine/host/context} setting property 'source' 'org.eclipse.jst.jee.server:kneip' did not find matching property. mai 03, 2013 1:17:46 pm org.apache.coyote.abstractprotocolhandler init info: initializing protocolhandler ["http-bio-8080"] mai 03, 2013 1:17:46 pm org.apache.coyote.abstractprotocolhandler init info: initializing protocolhandler ["ajp-bio-8009"] mai 03, 2013 1:17:46 pm org.apache.catalina.startup.catalina load info: initialization processed in 666 ms mai 03, 2013 1:17:46 pm org.apache.catalina.core.standardservice startinternal info: starting service catalina mai 03, 2013 1:17:46 pm org.apache.catalina.core.standardengine startinternal info: starting servlet engine: apache tomcat/7.0.12 mai 03, 2013 1:17:57 pm org.apache.catalina.core.applicationcontext log info: initializing spring root webapplicationcontext info : org.springframework.web.context.contextloader - root webapplicationcontext: initialization started info : org.springframework.web.context.support.annotationconfigwebapplicationcontext - refreshing root webapplicationcontext: startup date [fri may 03 13:17:57 cest 2013]; root of context hierarchy info : org.springframework.context.annotation.classpathbeandefinitionscanner - jsr-330 'javax.inject.named' annotation found , supported component scanning info : org.springframework.web.context.support.annotationconfigwebapplicationcontext - resolved class [net.krg.kneip.appconfig] info : org.springframework.beans.factory.annotation.autowiredannotationbeanpostprocessor - jsr-330 'javax.inject.inject' annotation found , supported autowiring info : org.springframework.beans.factory.support.defaultlistablebeanfactory - pre-instantiating singletons in org.springframework.beans.factory.support.defaultlistablebeanfactory@4cb8a2a9: defining beans [org.springframework.context.annotation.internalconfigurationannotationprocessor,org.springframework.context.annotation.internalautowiredannotationprocessor,org.springframework.context.annotation.internalrequiredannotationprocessor,org.springframework.context.annotation.internalcommonannotationprocessor,appconfig,org.springframework.context.annotation.configurationclasspostprocessor.importawareprocessor,camel,jmsconfig,activemq,pooledconnectionfactory,jmsconnectionfactory,applicationcontextprovider]; root of factory hierarchy 

thanks in advance!

in end need increase timeout limit startup of tomcat eclipse.

  • double click on server ("apache tomcat") within "servers" view.
  • open "timeouts" section
  • increase "start (in seconds)" 120

(this not lead more log information, should solve problem.)

increase timeout limt


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -