cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR deploy : v1.1.2

sylvain
Champ in-the-making
Champ in-the-making
Erreur TOMCAT 5.5 after deploy

3 janv. 2006 15:50:10 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: C:\Tomcat 5.5\bin;.;C:\WINNT\system32;C:\WINNT;C:\Program Files\Java\j2re1.4.2_07\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\ESTsoft\ALZip\;C:\Program Files\IDM Computer Solutions\UltraEdit-32
23 janv. 2006 15:50:10 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
23 janv. 2006 15:50:10 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1187 ms
23 janv. 2006 15:50:10 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
23 janv. 2006 15:50:10 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
23 janv. 2006 15:50:10 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
23 janv. 2006 15:50:11 org.apache.catalina.startup.ContextConfig applicationWebConfig
INFO: Le fichier web.xml de l'application est absent, utilisation des paramêtres par défaut StandardEngine[Catalina].StandardHost[localhost].StandardContext[/alfresco]
23 janv. 2006 15:50:11 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
23 janv. 2006 15:50:11 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/alfresco] suite aux erreurs précédentes
23 janv. 2006 15:50:24 org.apache.catalina.startup.ContextConfig applicationWebConfig
INFO: Le fichier web.xml de l'application est absent, utilisation des paramêtres par défaut StandardEngine[Catalina].StandardHost[localhost].StandardContext[/GEDCartonsSign]
23 janv. 2006 15:51:08 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
23 janv. 2006 15:51:09 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
23 janv. 2006 15:51:09 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/47  config=null
23 janv. 2006 15:51:09 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
23 janv. 2006 15:51:09 org.apache.catalina.startup.Catalina start
INFO: Server startup in 58722 ms


Quelqu'un peut m'aider

HELP ME
3 REPLIES 3

gavinc
Champ in-the-making
Champ in-the-making
Is your database up and running? Can you connect to the database as alfresco/alfresco?

sylvain
Champ in-the-making
Champ in-the-making
Thank but MYSQL is running.

mysql> use alfresco
Database changed
mysql>

How to test the connection with alfresco/alfresco ?

gavinc
Champ in-the-making
Champ in-the-making
I noticed that you had another thread which displayed an error regarding MySQL.

As kevin points out you should place the MySQL JDBC driver into your tomcat/common/lib directory.

Does that help?