DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26733>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26733
ManagedBean is not found with Ajp13Connector
Summary: ManagedBean is not found with Ajp13Connector
Product: Tomcat 4
Version: 4.1.29
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: Other
Component: Connector:JK/AJP (deprecated)
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: olgt@yahoo.com
I'm getting the exception below when I try to use old Ajp13Connector instead of
a new one with tomcat 1.4.29. I've used tomcat 1.4.27 and thought that it was
the reason but it gives me the same error under 1.4.29 also.
ServerLifecycleListener: createMBeans: MBeanException
java.lang.Exception: ManagedBean is not found with Ajp13Connector
at org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:227
)
at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:402)
at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:854)
at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:828)
at org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve
rLifecycleListener.java:372)
at org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(Ser
verLifecycleListener.java:226)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:166)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:218
3)
at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
The reason that we want to try to use the old connector is because we could not
find the working dll for jk2 for IIS running on windows 2000 server. The dll is
not loading in the IIS. We got all of the instructions right and suspect that
the dll was compiled under XP and that's why it does not work under 2000 (we
couldn't find the dll compiled for 2000 and do not have M$ studio to build it).
The dll for old ajp13 connector is working fine in the IIS but tomcat does not
work with it (anymore ?). I know that it's deprecated but it still supposed to
work, right ?
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|