Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 29393 invoked from network); 3 Sep 2003 22:20:52 -0000 Received: from unknown (HELO wsmailap01.firstam.com) (208.246.101.197) by daedalus.apache.org with SMTP; 3 Sep 2003 22:20:52 -0000 Received: from 172.21.131.5 by wsmailap02 with ESMTP (Tumbleweed MMS SMTP Relay (MMS v5.5.2)); Wed, 03 Sep 2003 14:07:20 -0700 Received: from solomone (h-68-166-0-91.SNDACAGL.covad.net [68.166.0.91]) by famarp01.firstam.com (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id CLQ40248 (AUTH smukherjee); Wed, 3 Sep 2003 14:06:54 -0700 ( PDT) Reply-to: smukherjee@firstam.com From: "Suvasis Mukherjee" To: "Cactus Users List" Subject: eclipse cactus Date: Wed, 3 Sep 2003 14:07:18 -0700 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <01e201c3725c$e1b8fae0$b495fd0a@vma> X-WSS-ID: 13488782459744-02-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi Vincent, I just read your email about eclipse cactus integration. Does it work now? Thanks. suvasis -----Original Message----- From: Vincent Massol [mailto:vmassol@pivolis.com] Sent: Wednesday, September 03, 2003 12:49 PM To: 'Cactus Users List'; bkumler@firstam.com Subject: RE: Weblogic 8 problem Ok, so you're not using Cactus 1.5beta1. I'd actually suggest you try the latest Cactus 1.6dev nightly build. It is much much easier to use and has some nice and tasks. It works with WL 7.1. I haven't tried it with WL 8.1 but it may just work... -Vincent > -----Original Message----- > From: Bret Kumler [mailto:bkumler@firstam.com] > Sent: 03 September 2003 17:27 > To: Cactus Users List > Subject: RE: Weblogic 8 problem > > I modified the build.xml file. > > I added the following to > "file:./build-tests-weblogic-81.xml"> > > > I added the following to depends="test.weblogic.81" > > Finally, I added &build-tests-weblogic-81; > > > In the build.properties I added. > # Note: weblogic.home.81 is the location of BEA Home and NOT the location > of > # wlserver8.1, inside the bea home directory. > weblogic.home.81 = c:/bea > > Under sample-servlet\conf\test I copied & pasted the weblogic 7 folder. > Renamed the folder to weblogic 8 & I replaced the weblogic 7 ldap and > other > files with weblogic 8 specific files. (See zip file attached). > > > The sample works fine. > > After some trial & error, I only put the following in to my web.xml file. > > > ServletRedirector > > org.apache.cactus.server.ServletTestRedirector class > > > > param1 > value1 used for testing > > > > ServletRedirector > /ServletRedirector > > > > The server started fine & no more errors. > > > -----Original Message----- > From: Vincent Massol [mailto:vmassol@pivolis.com] > Sent: Tuesday, September 02, 2003 9:52 PM > To: 'Cactus Users List'; bkumler@firstam.com > Subject: RE: Weblogic 8 problem > > > Hi Bret, > > Are you using the task and the container tag? Or > are you using the 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:bkumler@firstam.com] > > 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.(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: cactus-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: cactus-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: cactus-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: cactus-user-help@jakarta.apache.org