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(ChunkedInputStream.java: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(HttpURLConnection
.java:506)
        at
org.apache.cactus.integration.ant.container.ContainerRunner.readFully(Contai
nerRunner.java:418)
        at
org.apache.cactus.integration.ant.container.ContainerRunner.testConnectivity
(ContainerRunner.java:340)
        at
org.apache.cactus.integration.ant.container.ContainerRunner.startUpContainer
(ContainerRunner.java:165)
        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.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$Hook.execute(Ge
nericContainer.java:149)
        at
org.apache.cactus.integration.ant.RunServerTestsTask.execute(RunServerTestsT
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]

Reply via email to