Hi Mike, For 1/, don't worry it's an internal error message I think For 2/ same For 3/ I don't think this comes from Cactus. It's probably printed by either your application or one of the fwk it is using (like struts or strutstestcase maybe).
Thanks -Vincent > -----Original Message----- > From: Mike Tu [mailto:[EMAIL PROTECTED] > Sent: jeudi 3 juin 2004 07:10 > To: [EMAIL PROTECTED] > Subject: Cactus-1.6.1: error messages > > Hi All: > > > > I appreciate your help. > > > > I am running Cactus-1.6.1 with <cactify> and <cactus> approach on resin > 2.1.13. When run ant -verbose I got the errors as below: > > 1) "No mapping of the JSP redirector found", but in my web.xml the > jspredirector has been added. The other 2 redirectors are fine. > > 2) "Container responding to HTTP requests as null", but later also showing > the '-Dcactus.contextURL=http://localhost:8080/Stream3-test-cactus' is > called. Why is this? > > 3) My application is a demo so I am quite sure everything of itself should > be fine. The test passes with no error, but often the same test fails and > gives error "Was expecting '/stream3-test- > cactus/enginemanager/admin/Organization.jsp' but it appears the Action has > tried to return an ActionForward that is not mapped correctly." > > > > ... > > [cactifywar] adding entry WEB-INF/lib/commons-httpclient-2.0.jar > > [cactus] Adding Cactus client system property > [cactus.filterRedirectorName] w > > ith value [filterRedirector] > > [cactus] No mapping of the JSP redirector found > > [cactus] Adding Cactus client system property > [cactus.servletRedirectorName] > > with value [servletRedirector] > > [cactus] Adding Cactus server system property [cactus.contextURL] with > value > > [null] > > [cactus] ----------------------------------------------------------------- > > [cactus] Running tests against Resin 2.x > > [cactus] ----------------------------------------------------------------- > > [cactus] Starting up container > > [cactus] Container responding to HTTP requests as null > > ... > > jakarta-cactus-13-1.6.1\lib\commons-httpclient-2.0.jar to CLASSPATH > > [cactus] Running > com.vortaloptics.enginemanager.actions.ManageOrganizationAct > > ionTest > > [cactus] Executing 'F:\vo-sw\j2sdk1.4.1_07\jre\bin\java.exe' with > arguments: > > [cactus] '-Dcactus.filterRedirectorName=filterRedirector' > > [cactus] '-Dcactus.servletRedirectorName=servletRedirector' > > [cactus] '-Dcactus.contextURL=http://localhost:8080/Stream3-test-cactus' > > [cactus] '-classpath' > > ... > > [cactus] Testcase: > testSuccessCreate(com.vortaloptics.enginemanager.actions.M > > anageOrganizationActionTest): FAILED > > [cactus] Was expecting '/stream3-test- > cactus/enginemanager/admin/Organization > > .jsp' but it appears the Action has tried to return an ActionForward that > is not > > mapped correctly. > > ... > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.711 / Virus Database: 467 - Release Date: 25/06/2004 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
