No, I gave up on this. I'm working to use weblogic.deploy to deploy my cactified war file.
> -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 29, 2003 2:39 PM > To: 'Cactus Users List' > Subject: RE: error with runservertests > > > Hi Mark, > > Have you progressed on this? It'll be hard for me to duplicate as I > don't have access to a WL 6.1 server. Does it happen with other > containers too? > > Thanks > -Vincent > > > -----Original Message----- > > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > > Sent: 06 November 2003 16:56 > > To: 'Cactus-User (E-mail) > > Subject: error with runservertests > > > > i get the following error when trying to use runservertests for a > server > > that's already up and running. this seems to happen just > after i copy > the > > war and it's waiting to be deployed by the server (it takes > some time > to > > deploy the war) this is on wls6.1. i tried using a waitfor > after the > copy > > and before running my runservertests task, but that's also > throwing an > > error > > in waitfor. > > > > any ideas on this and or suggestions? > > > > java.lang.NullPointerException > > at > > > sun.net.www.http.ChunkedInputStream.readChunkSize(ChunkedInput > Stream.jav > a: > > 16 > > 2) > > at > > > sun.net.www.http.ChunkedInputStream.prefill(ChunkedInputStream > .java:187) > > at > > > sun.net.www.http.ChunkedInputStream.<init>(ChunkedInputStream.java:94) > > at > > sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:749) > > at > sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:613) > > at > > > sun.net.www.protocol.http.HttpURLConnection.getInputStream(Htt > pURLConnec > ti > > on > > .java:506) > > at > > > org.apache.cactus.integration.ant.container.ContainerRunner.re > adFully(Co > nt > > ai > > nerRunner.java:418) > > at > > > org.apache.cactus.integration.ant.container.ContainerRunner.te > stConnecti > vi > > ty > > (ContainerRunner.java:340) > > at > > > org.apache.cactus.integration.ant.container.ContainerRunner.st > artUpConta > in > > er > > (ContainerRunner.java:165) > > at > > > org.apache.cactus.integration.ant.CactusTask.executeInContaine > r(CactusTa > sk > > .j > > ava:449) > > at > > > org.apache.cactus.integration.ant.CactusTask.execute(CactusTas > k.java:229 > ) > > 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.taskdefs.Ant.execute(Ant.java:397) > > at > > > org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:143) > > at > > > org.apache.cactus.integration.ant.container.GenericContainer$H > ook.execut > e( > > Ge > > nericContainer.java:149) > > at > > > org.apache.cactus.integration.ant.RunServerTestsTask.execute(R > unServerTe > st > > sT > > ask.java:181) > > 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) > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003 > > > > > > > > > --------------------------------------------------------------------- > > 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] > > > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003 > > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
