Hello Everobody,
ubuntu server 12.10
tomcat 7
mysql server 5
I've try to install openkm 6.2.3 on an existing tomcat installation (tomcat7).
I have upload the openkm.war on the tomcat manager app but when it try to deploy , i have this error message :
ubuntu server 12.10
tomcat 7
mysql server 5
I've try to install openkm 6.2.3 on an existing tomcat installation (tomcat7).
I have upload the openkm.war on the tomcat manager app but when it try to deploy , i have this error message :
Code: Select all
thanks for your helpavr. 23, 2013 2:20:55 PM org.apache.catalina.startup.HostConfig deployWAR
SEVERE: Erreur lors du déploiement de l'archive /var/lib/tomcat7/webapps/OpenKM.war de l'application web
java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/OpenKM]]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:904)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)