Jira Startup Java Class error

KP11
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 27, 2012

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

5 answers

1 accepted

0 votes
Answer accepted
KP11
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 6, 2012

Problem was resolved by reinstalling DLL's

0 votes
KP11
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2012

Java Version1.6.0_37

Operating SystemWindows Server 2008 R2 6.1

OS Architectureamd64

0 votes
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 28, 2012

What is the version of JAVA that you are using? And what is the OS on which you are running JIRA?

0 votes
KP11
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2012

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

0 votes
KP11
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 27, 2012

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"/>

Suggest an answer

Log in or Sign up to answer