Yes infact i got this exception from the logs directory. This exception occurs only when i add a particular directory in the tomcat startup classpath.
-Surendra ----- Original Message ----- From: "Stefano Rebollini" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 8:46 PM Subject: Re: Error during tomcat 4.1.29 startup > Have the user all the rights to write in the logs directory ? > > ----- Original Message ----- > From: "suviswan" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, February 17, 2004 3:31 PM > Subject: Error during tomcat 4.1.29 startup > > > > Hi Team > > I am getting this exception when i trying to evaluate Tomcat > 4.1.29 > > for our product. > > > > ################ > > Exception during startup processing > > java.lang.reflect.InvocationTargetException > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > at java.lang.reflect.Method.invoke(Unknown Source) > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) > > Caused by: java.lang.ExceptionInInitializerError > > at java.lang.Class.forName0(Native Method) > > at java.lang.Class.forName(Unknown Source) > > at > > org.apache.commons.modeler.Registry.getModelerSource(Registry.java:10 > > 05) > > at org.apache.commons.modeler.Registry.load(Registry.java:818) > > at > > org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:931 > > ) > > at > > org.apache.commons.modeler.Registry.findManagedBean(Registry.java:719 > > ) > > at > > org.apache.commons.modeler.Registry.findManagedBean(Registry.java:104 > > 7) > > at > > org.apache.commons.modeler.Registry.registerComponent(Registry.java:8 > > 59) > > at > > org.apache.commons.modeler.Registry.registerComponent(Registry.java:3 > > 46) > > at > > org.apache.coyote.tomcat4.CoyoteConnector.start(CoyoteConnector.java: > > 1201) > > at > > org.apache.catalina.core.StandardService.start(StandardService.java:5 > > 06) > > at > > org.apache.catalina.core.StandardServer.start(StandardServer.java:219 > > 0) > > 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) > > ... 5 more > > Caused by: org.apache.commons.logging.LogConfigurationException: > > org.apache.comm > > ons.logging.LogConfigurationException: > > org.apache.commons.logging.LogConfigurati > > onException: Class org.apache.commons.logging.impl.Jdk14Logger does not > > implemen > > t Log > > ##################### > > > > I understand this is something related to commons-logging and some class > > loader issue. But not able to overcome this. > > > > Please let me know what to solve this. > > > > Thanks > > Surendra > > > > > > --------------------------------------------------------------------- > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
