Hi Mark, With a nice comment like the one you put at the end of your email, you'll always get a fast answer! :-)
First question: Are you using a recent nightly build of the Cactus plugin for Eclipse? I think you are or you wouldn't have gone that far but I want to be sure... To be fair, I haven't tried it yet and not with WL 6, so I can't give an immediate answer. The other issue is that WL6 is no longer available for download from the WL web site and thus we have dropped support for it in the latest version of the Ant integration module (it still appears in the Cactus Eclipse plugin though because the Eclipse plugin has not yet moved to the new Ant integration module...). Thus, if you really want support for WL6, you need to help us debug it! :-) If you've done weblogic deployment before, maybe you can look in the tmp deployment directory where the weblogic setup is done, and verify if it is correct, and find out why it throws: [java] <Jun 23, 2003 10:25:53 AM EDT> <Error> <Management> <Error deploying application .\config\testdomain\applications\test.war: java.lang.reflect.UndeclaredThrowableException> Maybe you're using a WL6.1 SP that has changed ways of doing things since when I coded the config.xml and startup scripts (I was using SP3 at that time)? Thanks -Vincent > -----Original Message----- > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > Sent: 23 June 2003 16:47 > To: 'Cactus-User (E-mail) > Subject: more eclipse plugin challenges > > My previous trouble was that I had set the weblogic6x preference for my > container to point to c:/bea/wlserver6.1, and it seems the build.xml for > weblogic6x expects this to be the base bea directory (c:/bea). I can now > attempt to launch a container, but there seems to be trobules deploying > the > war file. > > > cactus.start.weblogic6x: > [echo] cactus.weblogic6x.server C:\bea\/wlserver6.1 > [java] Starting WebLogic Server .... > [java] <Jun 23, 2003 10:24:54 AM EDT> <Notice> <Management> > <Loading > configuration file .\config\testdomain\config.xml ...> > [java] <Jun 23, 2003 10:24:57 AM EDT> <Notice> <WebLogicServer> > <Starting WebLogic Admin Server "testserver" for domain "testdomain"> > [java] <Jun 23, 2003 10:25:53 AM EDT> <Error> <J2EE> <Error > deploying application test: Could not load test> > [java] <Jun 23, 2003 10:25:53 AM EDT> <Error> <Management> <Error > deploying application .\config\testdomain\applications\test.war: > java.lang.reflect.UndeclaredThrowableException> > [java] <Jun 23, 2003 10:25:53 AM EDT> <Notice> <Management> > <Application Poller started for development server.> > [java] <Jun 23, 2003 10:25:53 AM EDT> <Notice> <WebLogicServer> > <ListenThread listening on port 8080> > [java] <Jun 23, 2003 10:25:54 AM EDT> <Error> <HTTP> > <HttpServer(597366,null default ctx,testserver) found no context for > "/test/ServletRedirector". This request does not match the context path > for > any installed web applications and there is no default web application > configured.> > > any suggestions would be most appreciated! This email list seems very > quiet > such a powerfull testing tool, is there another discussion forum for > cactus? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
