Found the problem. I had an web.xml that had the old package structure (e.g. org.apache.commons.cactus...), once I changed it to the correct package structure, it works fine.
sorry 'bout the false alarm, Russ B. -----Original Message----- From: Russ Baker Sent: Wednesday, October 24, 2001 1:31 PM To: '[EMAIL PROTECTED]' Subject: Error trying to run the sample test Hello All, I am trying to run the sample test on Orion and I am getting this error: java.io.StreamCorruptedException: InputStream does not contain a serialized object at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:849) at java.io.ObjectInputStream.<init>(ObjectInputStream.java:168) at org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java:1 48) Any recommendations? -Russ B.
