Hello M.,

The Ajp13Connector doesn't support MBeans.  You need to set up your
AJP configuration with the CoyoteConnector instead.  Or, just comment
out the MBeans that are causing the exception.  See Tomcat-4.1.12's
default server.xml for reference.

Jake

Thursday, November 14, 2002, 2:12:41 PM, you wrote:

AMP> I have just completed setting up the Apache 1.3.27 web server which will be
AMP> used with Tomcat 4.1 to serve the servlet and jsp pages.  I am also using
AMP> j2sdk1.4.0_02.  I have set up the configuration of my server.xml and
AMP> https.conf files as described in the tomcat online help for the
AMP> ajp13Connector.  When I run them, however, I get an exception stack that
AMP> looks like this (this is from my stdout.log file):

AMP> Bootstrap: Create Catalina server
AMP> Bootstrap: Starting service
AMP> ServerLifecycleListener: createMBeans: MBeanException
AMP> java.lang.Exception: ManagedBean is not found with Ajp13Connector
AMP>         at
AMP> org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:225)
AMP>         at
AMP> org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
AMP> cleListener.java:369)
AMP>         at
AMP> org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
AMP> cleListener.java:777)
AMP>         at
AMP> org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
AMP> cleListener.java:751)
AMP>         at
AMP> org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerLifecy
AMP> cleListener.java:339)
AMP>         at
AMP> org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(ServerLife
AMP> cycleListener.java:206)
AMP>         at
AMP> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
AMP> t.java:166)
AMP>         at
AMP> org.apache.catalina.core.StandardServer.start(StandardServer.java:2182)
AMP>         at
AMP> org.apache.catalina.startup.CatalinaService.start(CatalinaService.java:271)
AMP>         at java.lang.reflect.Method.invoke(Native Method)
AMP>         at
AMP> org.apache.catalina.startup.BootstrapService.start(BootstrapService.java:245
AMP> )
AMP>         at
AMP> org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:307)
AMP> Starting service Tomcat-Standalone
AMP> Apache Tomcat/4.1.12

AMP> The server works fine and I can invoke my servlets and jsp pages through
AMP> apache without a problem.  My question concerns this error.  I have searched
AMP> the net to find an answer but I can't find what this problem is.  I am
AMP> satisfied that I have configured the servers properly since I can view my
AMP> pages but I need to know what that error is so I can be satisfied it won't
AMP> cause any future problems.

AMP> Any help would be greatly appreciated!!

AMP> Paul

AMP> --
AMP> To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
AMP> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>



-- 
Best regards,
 Jacob                            mailto:hoju@;visi.com


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to