Hi Vincent, It was a issue on my side with the version as you pointed out, sorry for the trouble.
But I see the Weblogic container coming up, how do i set it up with the Connection Pool, JMS and other things as its created everytime. And how to run the AppServer in debug mode. And I get the following error as my ear file is not getting deployed right because of the resource. file:C:/TEMP/junitbook/ejb/integration/build-cactus.xml:106: Failed to start the container after more than [180000] ms. Trying to connect to the [http://localhost:7009/test/ServletRedirector?Cactus_Service=RUN_TEST] test URL yielded a [-1] error code. Please run in debug mode for more details about the error. at org.apache.cactus.integration.ant.container.ContainerRunner.startUpContainer (ContainerRunner.java:192) at org.apache.cactus.integration.ant.CactusTask.executeInContainer(CactusTask.j ava:449) at org.apache.cactus.integration.ant.CactusTask.execute(CactusTask.java:229) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193) at org.apache.tools.ant.Task.perform(Task.java:341) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:336) at org.apache.tools.ant.Project.executeTarget(Project.java:1339) at org.apache.tools.ant.Project.executeTargets(Project.java:1255) at org.apache.tools.ant.Main.runBuild(Main.java:609) at org.apache.tools.ant.Main.start(Main.java:196) at org.apache.tools.ant.Main.main(Main.java:235) Thanks Sal -----Original Message----- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 9:58 AM To: 'Cactus Users List' Subject: RE: weblogic7x cactus issue Hi Sal, Could you tell me what version of cactus you're using? I'm trying to check the source code but it seems neither the 1.5 nor the head version matches the code you're executing. Thanks -Vincent > -----Original Message----- > From: Kadam, Sal [mailto:[EMAIL PROTECTED] > Sent: 21 January 2004 15:03 > To: '[EMAIL PROTECTED]' > Subject: RE: weblogic7x cactus issue > > Hi, > After Adding the following line > <echo>weblogic home = ${cactus.home.weblogic3x}</echo> > I see it is pointing to the right Weblogic Installation... > test: > [echo] weblogic home = C:/Webgain/bea/weblogic700 > [cactus] > ----------------------------------------------------------------- > [cactus] Running tests against WebLogic 7.x > [cactus] > ----------------------------------------------------------------- > [cactus] Deleting 12 files from > C:\DOCUME~1\skadam\LOCALS~1\Temp\cactus\weblogic7x > [cactus] Deleted 5 directories from > C:\DOCUME~1\skadam\LOCALS~1\Temp\cactus\weblogic7x > [cactus] Building jar: > C:\DOCUME~1\skadam\LOCALS~1\Temp\cactus\weblogic7x\testdomain\applicatio ns > \e > jb.ear > java.lang.NullPointerException > at > org.apache.tools.ant.types.Environment$Variable.setFile(Environment.java :9 > 7) > at > org.apache.cactus.integration.ant.container.AbstractJavaContainer.create Sy > sP > roperty(AbstractJavaContainer.java:155) > at > org.apache.cactus.integration.ant.container.weblogic.WebLogic7xContainer .s > ta > rtUp(WebLogic7xContainer.java:206) > at > org.apache.cactus.integration.ant.container.ContainerRunner$1.run(Contai ne > rR > unner.java:185) > at java.lang.Thread.run(Thread.java:534) > BUILD FAILED > file:C:/TEMP/junitbook/ejb/integration/build-cactus.xml:106: Failed to > start > the container after more than [180000] ms. > > Total time: 3 minutes 10 seconds > > Thx > - Sal > > > > > ----- This message is for the named person's use only. It may contain > confidential, proprietary or legally privileged information. No > confidentiality or privilege is waived or lost by any mistransmission. If > you receive this message in error, please delete it and all copies from > your > system, destroy any hard copies and notify the sender. You must not, > directly or indirectly, use, disclose, distribute, print, or copy any part > of this message if you are not the intended recipient. Nomura Holding > America Inc., Nomura Securities International, Inc, and their respective > subsidiaries each reserve the right to monitor all e-mail communications > through its networks. Any views expressed in this message are those of the > individual sender, except where the message states otherwise and the > sender > is authorized to state the views of such entity. Unless otherwise stated, > any pricing information in this message is indicative only, is subject to > change and does not constitute an offer to deal at any price quoted. Any > reference to the terms of executed transactions should be treated as > preliminary only and subject to our formal written confirmation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ----- This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please delete it and all copies from your system, destroy any hard copies and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Nomura Holding America Inc., Nomura Securities International, Inc, and their respective subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state the views of such entity. Unless otherwise stated, any pricing information in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation.
