Ok, I feel like an idiot. I forgot to replace the port # in the config.xml template.
Sorry for the spam. -----Original Message----- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 8:05 AM To: Cactus Users List Subject: RE: Weblogic 8 problem I've managed to get the samples configured for weblogic 8.1.1. When I try to run the tests I get the following error during start-up. start.weblogic.81: [java] <Sep 4, 2003 7:57:45 AM GMT-08:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.1_03-b02 from Sun Microsystems Inc.> [java] <Sep 4, 2003 7:57:45 AM GMT-08:00> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.> [java] <Sep 4, 2003 7:57:45 AM GMT-08:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009 [java] WebLogic XMLX Module 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009> [java] <Sep 4, 2003 7:57:46 AM GMT-08:00> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\Tools\CACTUS~1.6DE\samples\servlet\target\weblogic81\testdomain\.\config. xml.> [java] *************************************************************************** [java] The WebLogic Server did not start up properly. [java] <Sep 4, 2003 7:57:48 AM GMT-08:00> <Error> <Configuration Management> <BEA-150029> <There was an error reading the MBean testdomain:Name=testserver,Type=Server. The value @test.port@ for attribute ListenPort could not be read successfully.> [java] Exception raised: 'weblogic.management.configuration.ConfigurationException: [Configuration Management:150029]There was an error reading the MBean testdomain:Name=testserver,Type=Server. The value @test.port@ for attribute ListenPort could not be read successfully.' [java] Reason: weblogic.management.configuration.ConfigurationException: [Configuration Management:150029]There was an error reading the MBean testdomain:Name=testserver,Type=Server. The value @test.port@ for attribute ListenPort could not be read successfully. [java] *************************************************************************** -----Original Message----- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 9:52 PM To: 'Cactus Users List'; [EMAIL PROTECTED] Subject: RE: Weblogic 8 problem Hi Bret, Are you using the <cactus> task and the <weblogic7x> container tag? Or are you using the <generic> tag? The weblogic7x is for wl7 and has not been tested with WL 8.x. It seems it is indeed a classloader issue. In order to help you I would need to know what you started the cactus test, whether you put any jar in the system classpath or somewhere else, etc. Thanks -Vincent > -----Original Message----- > From: Bret Kumler [mailto:[EMAIL PROTECTED] > Sent: 03 September 2003 01:23 > To: 'Cactus Users List' > Subject: Weblogic 8 problem > > I'm very new to cactus, I'm trying to get cactus running in Weblogic 8. > > I managed to get the samples working fine with Weblogic 8. > > When I try to add the cactus jars & web.xml entries to our existing > application(ear) & start weblogic, I get the following error (see below). > > Is this a classloading conflict? > I remove all the cactus related stuff & the ear deploys fine. > > The WebLogic Server did not start up properly. > java.lang.ExceptionInInitializerError > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorA cc > es > sorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons tr > uc > torAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > at java.lang.Class.newInstance0(Class.java:306) > at java.lang.Class.newInstance(Class.java:259) > at > weblogic.servlet.internal.WebAppServletContext.registerFilter(WebAppServ le > tC > ontext.java:2879) > at > weblogic.servlet.internal.WebAppServletContext.initFilters(WebAppServlet Co > nt > ext.java:2855) > at > weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppSe rv > le > tContext.java:3157) > at > weblogic.servlet.internal.HttpServer.preloadResources(HttpServer.java:65 4) > at > weblogic.servlet.internal.WebService.preloadResources(WebService.java:48 3) > at > weblogic.servlet.internal.ServletInitService.resume(ServletInitService.j av > a: > 30) > at > weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131) > at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964) > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359) > at weblogic.Server.main(Server.java:32) > Caused by: org.apache.commons.logging.LogConfigurationException: > java.lang.ClassNotFoundException: > com.bea.wlw.netui.util.logging.StrutsLogFactory > at > org.apache.commons.logging.LogFactory$2.run(LogFactory.java:609) > at java.security.AccessController.doPrivileged(Native Method) > at > org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:561) > at > org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:352) > at > org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395) > at > org.apache.cactus.server.FilterTestRedirector.<clinit>(FilterTestRedirec to > r. > java;org/apache/cactus/util/log/LogAspect.aj[1k]:87) > ... 16 more > Caused by: java.lang.ClassNotFoundException: > com.bea.wlw.netui.util.logging.StrutsLogFactory > at > weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoa de > r. > java:198) > at java.lang.ClassLoader.loadClass(ClassLoader.java:299) > at java.lang.ClassLoader.loadClass(ClassLoader.java:255) > at > weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoa de > r. > java:223) > at > org.apache.commons.logging.LogFactory$2.run(LogFactory.java:571) > ... 21 more > > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
