Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 98559 invoked from network); 16 Jul 2003 15:23:13 -0000 Received: from postal.usc.edu (128.125.253.6) by daedalus.apache.org with SMTP; 16 Jul 2003 15:23:13 -0000 Received: from usc.edu (localhost.usc.edu [127.0.0.1]) by postal.usc.edu (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) with ESMTP id <0HI400LXFIQ3N2@postal.usc.edu> for cactus-user@jakarta.apache.org; Wed, 16 Jul 2003 08:22:51 -0700 (PDT) Received: from [208.142.210.1] by postal.usc.edu (mshttpd); Wed, 16 Jul 2003 09:22:51 -0600 Date: Wed, 16 Jul 2003 09:22:51 -0600 From: naveen punjabi Subject: Re: RE: RE: Cactus - IBM WPS Support Query To: Cactus Users List Message-id: <3f30fe3f2a55.3f2a553f30fe@usc.edu> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.17 (built Jun 23 2003) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is regards to he previous mail..i made mistake in putting down the first error message. The first error message goes like this ""org.apache.cactus.util.ChainedRuntimeException: Failed to get the test results. This is probably due to an error that happened on the server side when trying to execute the tests. Here is what was returned by the server : [

Virtual Host or Web Application Not Found

IBM WebSphere Application Server" Sorry for the mistake. Please let me know the solution.. Thanks & Regards, Naveen Punjabi K. Computer Science. University Of Southern California. ----- Original Message ----- From: naveen punjabi Date: Wednesday, July 16, 2003 9:16 am Subject: Re: RE: RE: Cactus - IBM WPS Support Query > Hi Vincent, > > I was able to resolve the "Class not found exception" but now when i try > to run a servlet test case on the WPS server, it throws this exception > > "org.apache.cactus.util.ChainedRuntimeException: Failed to get the test > results. This is probably due to an error that happened on the server side > when trying to execute the tests. Here is what was returned by the server > : [

Virtual Host or Web Application Not Found


The web group > /Test1/PortletRedirector has not been > defined


IBM WebSphere Application Server" > > and on the console of WSAD (eclipse IDE, which i m using to run cactus on) > i get these errors > > "1DF177E8 ServletHost: W SRVE0023E: Web Group Not Found"; > "1DF177E8 ServletRequest: W SRVE0023E: Web Group Not Found"; > "ServletReqeust Processor Exception: Virtual Host/ WebGrroup Not Found"; > > My guess is that cactus is not able to establish a proxy connection to the > server because its not able to find these webgroups. Can you tell me what > are these webgroups and why the Portal server is not able to find them. Is > this something related to the incompatiblity of cactus and WPS? > > Please enlighten me on this issue.. > > Thanks & Regards, > > Naveen Punjabi K. > Computer Science. > University Of Southern California. > > ----- Original Message ----- > From: Vincent Massol > Date: Thursday, July 10, 2003 11:38 pm > Subject: RE: RE: Cactus - IBM WPS Support Query > > > Naveen, > > > > This simply means that you must not have your test case classes in the > > same class loader as the cactus framework jar. Make sure you follow the > > packaging recommendation > > http://jakarta.apache.org/cactus/integration/howto_classpath.html and > > everything should work. > > > > Make sure that you have NO Cactus jar leftover on the system classpath > > or anywhere else than in your WEB-INF/lib directory. > > > > -Vincent > > > > > -----Original Message----- > > > From: naveen punjabi [npunjabi@usc.edu] > > > Sent: 11 July 2003 02:03 > > > To: Cactus Users List > > > Cc: 'Cactus Users List' > > > Subject: Re: RE: Cactus - IBM WPS Support Query > > > > > > Hi Vincent, > > > > > > Thanks for the reply. I am currently trying to run cactus on WPS 4.2 > > and > > > it is throwing ClassNotFound Exception on the name of the TestCase > > class > > > eg. if XXXTestCase is the class that contains the test cases then it > > give > > > exception > > > "ClassNotFound: (packagename).XXXTestCase". I guess this issue is in > > some > > > way related to the Class Loader utility is Cactus framework? Does > > cactus > > > have a different way of loading classes and if so how can i make my > > > XXXTestCase class available to the framework in this scenario. > > > > > > Thanks & Regards, > > > > > > Naveen Punjabi K. > > > Computer Science. > > > University Of Southern California. > > > > > > ----- Original Message ----- > > > From: Vincent Massol > > > Date: Thursday, July 10, 2003 1:11 pm > > > Subject: RE: Cactus Support Query > > > > > > > Hi Naveen, > > > > > > > > Cactus can run with any container that supports the Servlet/JSP API. > > I > > > > believe this is the case of IBM WPS. However, Cactus does not > > currently > > > > provide the startup/shutdown scripts for WPS. You'll have to write > > these > > > > if you wish to automate the execution of Cactus tests. > > > > > > > > Thanks > > > > -Vincent > > > > > > > > > -----Original Message----- > > > > > From: naveen punjabi [npunjabi@usc.edu] > > > > > Sent: 07 July 2003 23:28 > > > > > To: cactus-user@jakarta.apache.org > > > > > Subject: Cactus Support Query > > > > > > > > > > Hi all, > > > > > > > > > > I would like to know if there is any way in which cactus can be > > run > > > > with > > > > > IBM WebSphere portal server? If not then, is there any other > > portal > > > > server > > > > > with which Cactus is compatible with? If any of these things is > > > > possible, > > > > > please provide me the details as well. > > > > > > > > > > Thanks & Regards, > > > > > > > > > > Naveen Punjabi K. > > > > > Computer Science. > > > > > University Of Southern California. > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > > > > > For additional commands, e-mail: > > cactus-user-help@jakarta.apache.org > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > > > > For additional commands, e-mail: cactus-user-help@jakarta.apache.org > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: cactus-user-help@jakarta.apache.org > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: cactus-user-help@jakarta.apache.org > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: cactus-user-help@jakarta.apache.org > > >