Hello,
i try to install tomcat and run ./catalina.sh start : tomcat doesn't work
then in run ./catalina run and i get the log :
linux-laptop:/home/thierry/apache-tomcat/bin # ./catalina.sh run
Using CATALINA_BASE: /home/thierry/apache-tomcat
Using CATALINA_HOME: /home/thierry/apache-tomcat
Using CATALINA_TMPDIR: /home/thierry/apache-tomcat/temp
Using JRE_HOME: /usr/lib/jvm/java/jre
Using CLASSPATH: /home/thierry/apache-tomcat/bin/bootstrap.jar:/home/thierry/apache-tomcat/bin/tomcat-juli.jar
Feb 9, 2013 11:52:20 p.m. org.apache.tomcat.util.digester.Digester startElement
SEVERE: Begin event threw error
java.lang.NoClassDefFoundError: org.apache.tomcat.util.modeler.ManagedBean
at java.lang.Class.initializeClass(libgcj.so.13)
at java.lang.Class.newInstance(libgcj.so.13)
at org.apache.tomcat.util.digester.ObjectCreateRule.begin(ObjectCreateRule.java:145)
etc...................................
Caused by: java.lang.ClassNotFoundException: javax.management.modelmbean.ModelMBeanNotificationBroadcaster not found in org.apache.catalina.loader.StandardClassLoader{urls=[file:/home/thierry/apache-tomcat/lib/,file:/home/thierry/apache-tomcat/lib/jasper-el.jar,file:/home/thierry/apache-tomcat/lib/tomcat-coyote.jar,file:/home/thierry/apache-tomcat/lib/tomcat-i18n-es.jar,file:/home/thierry/apache-tomcat/lib/catalina-ant.jar,file:/home/thierry/apache-tomcat/lib/annotations-api.jar,file:/home/thierry/apache-tomcat/lib/jsp-api.jar,file:/home/thierry/apache-tomcat/lib/ecj-4.2.1.jar,file:/home/thierry/apache-tomcat/lib/catalina-tribes.jar,file:/home/thierry/apache-tomcat/lib/tomcat-jdbc.jar,file:/home/thierry/apache-tomcat/lib/catalina-ha.jar,file:/home/thierry/apache-tomcat/lib/el-api.jar,file:/home/thierry/apache-tomcat/lib/servlet-api.jar,file:/home/thierry/apache-tomcat/lib/tomcat-api.jar,file:/home/thierry/apache-tomcat/lib/catalina.jar,file:/home/thierry/apache-tomcat/lib/tomcat-i18n-fr.jar,file:/home/thierry/apache-tomcat/lib/tomcat-dbcp.jar,file:/home/thierry/apache-tomcat/lib/tomcat-i18n-ja.jar,file:/home/thierry/apache-tomcat/lib/tomcat-util.jar,file:/home/thierry/apache-tomcat/lib/jasper.jar], parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/thierry/apache-tomcat/bin/bootstrap.jar,file:/home/thierry/apache-tomcat/bin/tomcat-juli.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}
Can you help me to resolve the problem please?
No comments:
Post a Comment