You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by David Schwartz <ds...@arrayone.com> on 2004/05/17 05:48:09 UTC

Tomcat 5 JKHandler error

I upgraded from tomcat 4.1.24 to 5.0.24.
When starting tomcat the following error is logged in stdout.log.

What causes this?

May 16, 2004 11:04:06 PM org.apache.commons.modeler.Registry
registerComponent
SEVERE: Error registering
Catalina:type=protocolHandler,className=org.apache.jk.server.JkCoyoteHandler
javax.management.MBeanRegistrationException: nested exception is
javax.management.ReflectionException: Cannot find Class for
org.apache.jk.core.JkHandlernested exception is
java.lang.ClassNotFoundException: org.apache.jk.core.JkHandler
javax.management.ReflectionException: Cannot find Class for
org.apache.jk.core.JkHandlernested exception is
java.lang.ClassNotFoundException: org.apache.jk.core.JkHandler
java.lang.ClassNotFoundException: org.apache.jk.core.JkHandler
	at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader
.java:854)
	at
org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader
.java:721)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:140)
	at
org.apache.commons.modeler.BaseModelMBean.getAttributeClass(BaseModelMBean.j
ava:558)
	at
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:467)
	at
mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBeanSer
verInterceptor.java:209)
	at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:123)
	at
mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMBeanS
erverInterceptor.java:79)
	at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:123)
	at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:123)
	at
mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(Cont
extClassLoaderMBeanServerInterceptor.java:144)
	at mx4j.server.MBeanServerImpl.invoke(MBeanServerImpl.java:1353)
	at org.apache.jk.core.JkHandler.preRegister(JkHandler.java:174)
	at
org.apache.jk.server.JkCoyoteHandler.preRegister(JkCoyoteHandler.java:529)
	at
org.apache.commons.modeler.BaseModelMBean.preRegister(BaseModelMBean.java:13
97)
	at
mx4j.server.interceptor.InvokerMBeanServerInterceptor.registration(InvokerMB
eanServerInterceptor.java:150)
	at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMB
eanServerInterceptor.java:113)
	at
mx4j.server.interceptor.SecurityMBeanServerInterceptor.registration(Security
MBeanServerInterceptor.java:128)
	at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMB
eanServerInterceptor.java:113)
	at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMB
eanServerInterceptor.java:113)
	at
mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.registratio
n(ContextClassLoaderMBeanServerInterceptor.java:108)
	at
mx4j.server.MBeanServerImpl.registerImpl(MBeanServerImpl.java:1051)
	at
mx4j.server.MBeanServerImpl.registerMBeanImpl(MBeanServerImpl.java:1002)
	at
mx4j.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:978)
	at
org.apache.commons.modeler.Registry.registerComponent(Registry.java:871)
	at
org.apache.commons.modeler.Registry.registerComponent(Registry.java:346)
	at
org.apache.coyote.tomcat5.CoyoteConnector.start(CoyoteConnector.java:1487)
	at
org.apache.catalina.core.StandardService.start(StandardService.java:485)
	at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2298)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422)

David Schwartz


---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org