You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Vincent Massol <vm...@pivolis.com> on 2005/03/04 12:53:13 UTC

RE: Cactus-13-1-7 and Weblogic 8.1

Hi Oz,

> -----Original Message-----
> From: Cvoro, Ozrenko [mailto:Ozrenko.Cvoro@CIBC.com]
> Sent: vendredi 18 février 2005 21:45
> To: 'cactus-user@jakarta.apache.org'
> Subject: Cactus-13-1-7 and Weblogic 8.1
> 
> Hi all,
> 
> I have been using for a while Cactus on different Weblogic versions and
> now
> trying to use it on WL 8.1. Well, I thought that I have everything set up
> correctly (right jars on a classpath, property files on classpath) but I
> still can't get rid of this annoying message:
> 
> Failed to get the test results at
> [http://localhost:7001/HibernateTrial/ServletRedirector]
> 
> org.apache.cactus.util.ChainedRuntimeException: Failed to get the test
> results at [http://localhost:7001/HibernateTrial/ServletRedirector] at

[snip]

> Case.java:133)org.apache.cactus.internal.client.ParsingException: Not a
> valid response [404 Not Found] at
> org.apache.cactus.internal.client.connector.http.DefaultHttpClient.

This 404 means that the Cactus client side was not able to call the Server
redirector. It probably means that somehow your mapping is not correct
(although it does look fine here). Try starting your webapp, open a browser
and type:

http://localhost:7001/HibernateTrial/ServletRedirector
?Cactus_Service=RUN_TEST

It should return a blank page with no error.

You can also try turning on Cactus logging and check the log file for the
error.

[snip]

-Vincent