Bonjour quand je lance mon serveur normal tout va bien mais pas en debug
le message est .
"Timeout waiting for Tomcat v5.5 Server at localhost to start. Server did not start after 45s. "

et la console ne va pas jusqu au bout
2008-08-09 00:49:18 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_15\bin;.;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk1.5.0_15\jre\bin;C:\Program Files\Java\jre1.6.0_05\bin\client;C:\Program Files\Java\jre1.6.0_05\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\PROGRA~1\COMMON~1\ULEADS~1\MPEG
2008-08-09 00:49:18 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
2008-08-09 00:49:18 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1234 ms
2008-08-09 00:49:18 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
2008-08-09 00:49:18 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.26
2008-08-09 00:49:18 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
0 [main] WARN org.springframework.remoting.rmi.RmiRegistryFactoryBean - Could not detect RMI registry - creating new one
Start failed, no server target server has been set
420 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:49:20 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml]]
1133 [main] INFO org.springmodules.commons.validator.DefaultValidatorFactory - Loading validation configurations from [ServletContext resource [/WEB-INF/validator-rules.xml],ServletContext resource [/WEB-INF/validation.xml]]
[supports] formName = registerData
[supports] locale = fr_CA
[hasRulesForBean] beanName = registerData
[hasRulesForBean] form = Form: registerData
Field:
key = login
property = login
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = password
property = password
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = verifyPassword
property = verifyPassword
indexedProperty = null
indexedListProperty = null
depends = validwhen
page = 0
fieldOrder = 0
Vars:
test=Var: name=test value=(*this* == password) jsType=null


Field:
key = firstName
property = firstName
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = lastName
property = lastName
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = email
property = email
indexedProperty = null
indexedListProperty = null
depends = email
page = 0
fieldOrder = 0
Vars:


1718 [main] DEBUG org.springmodules.commons.validator.AbstractBeanValidator - validatorFactory does support class class tudu.web.bean.RegisterData with form name registerData
[supports] canSupport = true
[supports] formName = recoverPasswordData
[supports] locale = fr_CA
[hasRulesForBean] beanName = recoverPasswordData
[hasRulesForBean] form = Form: recoverPasswordData
Field:
key = login
property = login
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:


1777 [main] DEBUG org.springmodules.commons.validator.AbstractBeanValidator - validatorFactory does support class class tudu.web.bean.RecoverPasswordData with form name recoverPasswordData
[supports] canSupport = true
[supports] formName = userInfoData
[supports] locale = fr_CA
[hasRulesForBean] beanName = userInfoData
[hasRulesForBean] form = Form: userInfoData
Field:
key = password
property = password
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = verifyPassword
property = verifyPassword
indexedProperty = null
indexedListProperty = null
depends = validwhen
page = 0
fieldOrder = 0
Vars:
test=Var: name=test value=(*this* == password) jsType=null


Field:
key = firstName
property = firstName
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = lastName
property = lastName
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = email
property = email
indexedProperty = null
indexedListProperty = null
depends = email
page = 0
fieldOrder = 0
Vars:


1865 [main] DEBUG org.springmodules.commons.validator.AbstractBeanValidator - validatorFactory does support class class tudu.web.bean.UserInfoData with form name userInfoData
[supports] canSupport = true
2913 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.GenericWebApplicationContext: display name [org.springframework.web.context.support.GenericWebApplicationContext;hashCode=19820847]; startup date [Sat Aug 09 00:49:52 CEST 2008]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'action-servlet']; startup date [Sat Aug 09 00:49:50 CEST 2008]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:49:20 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml]]; config locations [/WEB-INF/action-servlet.xml]]]
3100 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'action-servlet']; startup date [Sat Aug 09 00:49:50 CEST 2008]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:49:20 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml]]; config locations [/WEB-INF/action-servlet.xml]]


arrete ici et en mode run va jusqu au bout




2008-08-09 00:52:21 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.5.0_15\bin;.;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jre1.6.0_05\bin\client;C:\Program Files\Java\jre1.6.0_05\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\PROGRA~1\COMMON~1\ULEADS~1\MPEG
2008-08-09 00:52:21 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
2008-08-09 00:52:21 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1196 ms
2008-08-09 00:52:22 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
2008-08-09 00:52:22 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.26
2008-08-09 00:52:22 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
0 [main] WARN org.springframework.remoting.rmi.RmiRegistryFactoryBean - Could not detect RMI registry - creating new one
Start failed, no server target server has been set
191 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:52:23 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml]]
513 [main] INFO org.springmodules.commons.validator.DefaultValidatorFactory - Loading validation configurations from [ServletContext resource [/WEB-INF/validator-rules.xml],ServletContext resource [/WEB-INF/validation.xml]]
[supports] formName = registerData
[supports] locale = fr_CA
[hasRulesForBean] beanName = registerData
[hasRulesForBean] form = Form: registerData
Field:
key = login
property = login
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = password
property = password
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = verifyPassword
property = verifyPassword
indexedProperty = null
indexedListProperty = null
depends = validwhen
page = 0
fieldOrder = 0
Vars:
test=Var: name=test value=(*this* == password) jsType=null


Field:
key = firstName
property = firstName
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = lastName
property = lastName
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = email
property = email
indexedProperty = null
indexedListProperty = null
depends = email
page = 0
fieldOrder = 0
Vars:


843 [main] DEBUG org.springmodules.commons.validator.AbstractBeanValidator - validatorFactory does support class class tudu.web.bean.RegisterData with form name registerData
[supports] canSupport = true
[supports] formName = recoverPasswordData
[supports] locale = fr_CA
[hasRulesForBean] beanName = recoverPasswordData
[hasRulesForBean] form = Form: recoverPasswordData
Field:
key = login
property = login
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:


866 [main] DEBUG org.springmodules.commons.validator.AbstractBeanValidator - validatorFactory does support class class tudu.web.bean.RecoverPasswordData with form name recoverPasswordData
[supports] canSupport = true
[supports] formName = userInfoData
[supports] locale = fr_CA
[hasRulesForBean] beanName = userInfoData
[hasRulesForBean] form = Form: userInfoData
Field:
key = password
property = password
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = verifyPassword
property = verifyPassword
indexedProperty = null
indexedListProperty = null
depends = validwhen
page = 0
fieldOrder = 0
Vars:
test=Var: name=test value=(*this* == password) jsType=null


Field:
key = firstName
property = firstName
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = lastName
property = lastName
indexedProperty = null
indexedListProperty = null
depends = required
page = 0
fieldOrder = 0
Vars:

Field:
key = email
property = email
indexedProperty = null
indexedListProperty = null
depends = email
page = 0
fieldOrder = 0
Vars:


893 [main] DEBUG org.springmodules.commons.validator.AbstractBeanValidator - validatorFactory does support class class tudu.web.bean.UserInfoData with form name userInfoData
[supports] canSupport = true
1362 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.GenericWebApplicationContext: display name [org.springframework.web.context.support.GenericWebApplicationContext;hashCode=5686223]; startup date [Sat Aug 09 00:52:50 CEST 2008]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'action-servlet']; startup date [Sat Aug 09 00:52:49 CEST 2008]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:52:23 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml]]; config locations [/WEB-INF/action-servlet.xml]]]
1424 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'action-servlet']; startup date [Sat Aug 09 00:52:49 CEST 2008]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:52:23 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml]]; config locations [/WEB-INF/action-servlet.xml]]
1 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:52:51 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml,classpath:org/codehaus/xfire/spring/xfire.xml]]
1231 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'action-servlet']; startup date [Sat Aug 09 00:52:56 CEST 2008]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:52:51 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml,classpath:org/codehaus/xfire/spring/xfire.xml]]; config locations [/WEB-INF/applicationContext-dwr.xml,/WEB-INF/applicationContext-hibernate.xml,/WEB-INF/applicationContext-security.xml,/WEB-INF/applicationContext.xml,/WEB-INF/action-servlet.xml]]
1235 [main] WARN tudu.service.impl.TodoListsManagerImpl - Spring context is starting up : org.springframework.context.event.ContextRefreshedEvent[source=org.springframework.web.context.support.XmlWebApplicationContext: display name [WebApplicationContext for namespace 'action-servlet']; startup date [Sat Aug 09 00:52:56 CEST 2008]; child of [org.springframework.web.context.support.XmlWebApplicationContext: display name [Root WebApplicationContext]; startup date [Sat Aug 09 00:52:51 CEST 2008]; root of context hierarchy; config locations [/WEB-INF/applicationContext*.xml,classpath:org/codehaus/xfire/spring/xfire.xml]]; config locations [/WEB-INF/applicationContext-dwr.xml,/WEB-INF/applicationContext-hibernate.xml,/WEB-INF/applicationContext-security.xml,/WEB-INF/applicationContext.xml,/WEB-INF/action-servlet.xml]]
2008-08-09 00:52:58 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
2008-08-09 00:52:58 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
2008-08-09 00:52:58 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/71 config=null
2008-08-09 00:52:58 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
2008-08-09 00:52:59 org.apache.catalina.startup.Catalina start
INFO: Server startup in 37110 ms
------------------------------

est ce qu il y une personne qui peut me dire qu est ce qui se passe merci