yep, I inserted <DefaultContext> .... </DefaultContext> to define a postgres pool.
but I restarted the server having postmaster running before tomcat problem resolve. ----- Original Message ----- From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Betto McRose G," <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 3:37 PM Subject: RE: tomcat startup with beans error :-s > > Hi, > How have you modified server.xml? ;) If you took out the > LifecycleListener or MBean declarations, that could cause this error. > > Yoav Shapira > Millennium Research Informatics > > > >-----Original Message----- > >From: Betto McRose G, [mailto:[EMAIL PROTECTED] > >Sent: Thursday, July 29, 2004 3:17 PM > >To: Tomcat Users List > >Subject: tomcat startup with beans error :-s > > > >what is the problem here ? > > > >Jul 29, 2004 3:13:53 PM org.apache.coyote.http11.Http11Protocol init > >INFO: Initializing Coyote HTTP/1.1 on port 8080 > >Jul 29, 2004 3:13:53 PM org.apache.catalina.startup.Catalina load > >INFO: Initialization processed in 3345 ms > >Jul 29, 2004 3:13:53 PM > org.apache.catalina.mbeans.ServerLifecycleListener > >createMBeans > >SEVERE: createMBeans: MBeanException > >java.lang.Exception: ManagedBean is not found with DefaultContext > > at > org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:326) > > at > >org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerL > ifec > >ycleListener.java:534) > > at > >org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerL > ifec > >ycleListener.java:654) > > at > >org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerL > ifec > >ycleListener.java:596) > > at > >org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerL > ifec > >ycleListener.java:779) > > at > >org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerL > ifec > >ycleListener.java:747) > > at > >org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(ServerL > ifec > >ycleListener.java:365) > > at > >org.apache.catalina.mbeans.ServerLifecycleListener.lifecycleEvent(Serve > rLif > >ecycleListener.java:190) > > at > >org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleS > uppo > >rt.java:119) > > at > org.apache.catalina.core.StandardServer.start(StandardServer.java:2291) > > at org.apache.catalina.startup.Catalina.start(Catalina.java:547) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > va:3 > >9) > > at > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > rImp > >l.java:25) > > at java.lang.reflect.Method.invoke(Method.java:324) > > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:286) > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:387) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > va:3 > >9) > > at > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > rImp > >l.java:25) > > at java.lang.reflect.Method.invoke(Method.java:324) > > at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269) > > > > This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
