Hi Naveen,

Your cactus tests are packaged in a war, right? Then you need to define
a context for that war. It seems the WPS message indicates that it is
not defined.

Note: I do not know anything about WPS and I can't provide a solution
for you. You need to help yourself by understanding what you are doing.
Please read the docs. Then feel free to ask questions.

Thanks
-Vincent

> -----Original Message-----
> From: naveen punjabi [mailto:[EMAIL PROTECTED]
> Sent: 16 July 2003 17:23
> To: Cactus Users List
> Subject: Re: RE: RE: Cactus - IBM WPS Support Query
> 
> 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
> : [<H1>Virtual Host or Web Application Not Found</H1><I>IBM WebSphere
> Application Server</I>"
> 
> 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 <[EMAIL PROTECTED]>
> 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
> > : [<H1>Virtual Host or Web Application Not Found</H1><BR><H3>The web
> group
> > /Test1/PortletRedirector has not been
> > defined</H3><BR><I>IBM WebSphere Application Server</I>"
> >
> > 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 <[EMAIL PROTECTED]>
> > 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 [EMAIL PROTECTED]
> > > > 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 <[EMAIL PROTECTED]>
> > > > 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 [EMAIL PROTECTED]
> > > > > > Sent: 07 July 2003 23:28
> > > > > > To: [EMAIL PROTECTED]
> > > > > > 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-
> [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > > >
> > > > >
> > >
---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail:
[EMAIL PROTECTED]
> > > > > For additional commands, e-mail: cactus-user-
> [EMAIL PROTECTED]
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
--------------------------------------------------------------------
> -
> > > > To unsubscribe, e-mail:
[EMAIL PROTECTED]
> > > > For additional commands, e-mail:
[EMAIL PROTECTED]
> > >
> > >
> > >
> > >
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail:
[EMAIL PROTECTED]
> > >
> > >
> > >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to