Return-Path: Delivered-To: apmail-jakarta-cactus-user-archive@apache.org Received: (qmail 7407 invoked from network); 17 Dec 2001 11:09:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Dec 2001 11:09:14 -0000 Received: (qmail 16483 invoked by uid 97); 17 Dec 2001 11:09:25 -0000 Delivered-To: qmlist-jakarta-archive-cactus-user@jakarta.apache.org Received: (qmail 16413 invoked by uid 97); 17 Dec 2001 11:09:22 -0000 Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Cactus Users List" Reply-To: "Cactus Users List" Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 4515 invoked from network); 17 Dec 2001 10:52:12 -0000 Message-ID: <028701c186e9$1c936c10$e901a8c0@LisleTechIN.ltp.soft.net> From: "shovon" To: "Cactus Users List" References: <000b01c186e5$735026f0$e37278d5@octovma> Subject: Re: file not found exception Date: Mon, 17 Dec 2001 16:23:33 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi vincent thanks for ur response. ya i did what u said,but still its giving Error 404. here is how my cactus.properties file looks like now. cactus.servletRedirectorURL = http://localhost:7001/ServletRedirector will appreciate ur response regds shovon ----- Original Message ----- From: "Vincent Massol" To: "'Cactus Users List'" Sent: Monday, December 17, 2001 3:57 PM Subject: RE: file not found exception > Shovon, > > The first thing to try is to see if the cactus redirector is properly > mapped. To do this start weblogic and then open a browser and type " > http://localhost:7001/ServletRedirector". You should get a 500 error > (because we have not sent any needed parameter). If you get a 4xx error, > it means there is a mapping problem. > > All other issues are probably related to WL 6.x and not Cactus. For > example, have correctly indicated in web.xml/weblogic.xml the JNDI name > of the ejb to test ? > > As you're using Cactus 1.3, the mapping of the ServletRedirector must > not end with a forward slash. It should be : > > cactus.servletRedirectorURL = http://localhost:7001/ServletRedirector > > (and not : cactus.servletRedirectorURL = > http://localhost:7001/ServletRedirector/) > > Same goes for the mapping in web.xml which should not have a trailing > "/". > > Let's progress from there. > Thanks > -Vincent > > > -----Original Message----- > > From: shovon [mailto:shovon_c2000@yahoo.com] > > Sent: 17 December 2001 10:01 > > To: cactus-user@jakarta.apache.org > > Subject: file not found exception > > > > hi all > > i m relatively new to cactus. > > For the last three days i am trying to run some EJB testcases using > > weblogic 6.0. > > but i am getting the following exceptions. > > > > > > [junit] > > > http://localhost:7001/ServletRedirector?Cactus_TestMethod=testConvert&Ca > > > ctus_TestClass=ConverterTest&Cactus_AutomaticSession=true&Cactus_Service > =C > > ALL_TEST > > [junit] java.io.FileNotFoundException: > > http://localhost:7001/ServletRedirector?C > > > actus_TestMethod=testConvert&Cactus_TestClass=ConverterTest&Cactus_Autom > at > > icSession= > > true&Cactus_Service=CALL_TEST > > [junit] at > > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpUR > > LConnection.java:545) > > [junit] at > > org.apache.cactus.client.AutoReadHttpURLConnection.getInputStream > > > (AutoReadHttpURLConnection.java;org/apache/cactus/util/log/LogAspect.jav > a( > > 1k):125) > > [junit] at > > org.apache.cactus.client.AbstractHttpClient.callRunTest(AbstractH > > ttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k):187) > > [junit] at > > org.apache.cactus.client.AbstractHttpClient.doTest$ajcPostAround1 > > > 0(AbstractHttpClient.java;org/apache/cactus/util/log/LogAspect.java(1k): > 11 > > 4) > > > > my dir structures are as follows........ > > my ejb.jar as all the class files and the ejb specific files. > > > > my ejb.war files has got the following structure > > > > WEB-INF > > ___ |_________________ > > | | | > > web.xml classes lib > > | | > > ____|______ | > > all classes _________________________ > > including the test cases | | > > cactus.jar junit.jar > > > > > > the cactus.properties file is as follows: > > > > cactus.servletRedirectorURL = http://localhost:7001/ServletRedirector/ > > > > can anyone help me out? > > > > regds > > shovon > > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: