i am gettingthe following error while runnign my test cases

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:148)
    at 
org.apache.cactus.AbstractTestCase.runGenericTest(AbstractTestCase.java:422)
    at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java:130)
    at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:371)

i checked up with the faq where it said the following for the error

A good way to check whether your requests are reaching a
          Cactus redirector is to manually enter in the URLs for all
          of the redirectors you use into the navigation bar of your 
web-browser. If the URL yields a 500 error and you get a
          stack trace (in the log or along with your error page that)
          says Missing service name
          parameter [] in HTTP request. then that particular URL is 
probably pointing to a valid
          server-side Cactus install.
      
and i entered the url manually and confirmed that my url is pointing to 
a valid cactus install at server side
despite this i am getting the stream corrupted error mentioned above.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to