Got this error Java Class path not found> org.apache.catalina.mbeans.ServerLifecycleListener
Same error with Tomcat 6 or Tomcat 7. I looked on the web and did not find any fixes
Nov 28, 2012 11:34:23 AM org.apache.catalina.startup.Catalina load
WARNING: Catalina.start using conf/server.xml: Error at (34, 79) : org.apache.catalina.mbeans.ServerLifecycleListener
Nov 28, 2012 11:34:23 AM org.apache.tomcat.util.digester.Digester startElement
SEVERE: Begin event threw exception
java.lang.ClassNotFoundException: org.apache.catalina.mbeans.ServerLifecycleListener
Problem was resolved by reinstalling DLL's
Java Version1.6.0_37
Operating SystemWindows Server 2008 R2 6.1
OS Architectureamd64
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the version of JAVA that you are using? And what is the OS on which you are running JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just comment out the <Listener tag that creates those listeners related to mbeans. Tomcat started. Now i am getting errors in Catalina log at Jira startup (catalina.2012-11-28.log)
Attached complete log
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'maxSpareThreads' to '75' did not find a matching property.
Nov 28, 2012 2:16:34 PM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1c 10 May 2012)
Nov 28, 2012 2:16:35 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8023"]
Nov 28, 2012 2:16:35 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1722 ms
Nov 28, 2012 2:16:35 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Nov 28, 2012 2:16:35 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.29
Nov 28, 2012 2:17:02 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error filterStart
Nov 28, 2012 2:17:02 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [] startup failed due to previous errors
Nov 28, 2012 2:17:02 PM org.apache.coyote.AbstractProtocol start
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also tried commenting out this line for AJP as other records show and it still fails both ways:
<Connector port="8009" redirectPort="8443" enableLookups="false" protocol="AJP/1.3" URIEncoding="UTF-8"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.