----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 29, 2001 6:19 PM
Subject: RE: Can't find bundle for base name cactus, local en_US.
> HI Vincent,
> Iam using weblogic server 6.1 sp1
> I have the cactus.properties file dir in my classpath i still get the
error
> can't find bundle for base name cactus,local en_US
can you explain what is your setup. What do you mean in your classpath ?
Which classpath ? (there are some many of them ...). It needs to be in the
client side classpath (i.e. where you start junit).
>
> I get the following error on my server when i use the url
> http://localhost:7001/ConverterTest/ServletRedirector/
>
That's ok and it means that your web.xml is ok [i.e the config on your
server side is fine]. The redirector needs http parameters that are passed
internally by the client side code of cactus.
This means that your problem is probably with the configuration of the
client side.
-Vincent
>
> <Oct 29, 2001 10:18:25 AM PST> <Error> <HTTP>
> <[WebAppServletContext(2689441,Con
> verterTest,/ConverterTest)] Servlet failed with ServletException
> javax.servlet.ServletException: Missing service name parameter
> [ServletTestRedir
> ector_Service] in HTTP request.
> at
> org.apache.cactus.server.AbstractTestController.getServiceName(Abstra
> ctTestController.java:176)
> at
> org.apache.cactus.server.AbstractTestController.handleRequest(Abstrac
> tTestController.java:114)
> at
> org.apache.cactus.server.ServletTestRedirector.doPost(ServletTestRedi
> rector.java:134)
> at
> org.apache.cactus.server.ServletTestRedirector.doGet(ServletTestRedir
> ector.java:107)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
> pl.java:265)
> at
> weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
> pl.java:200)
> at
> weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
> rvletContext.java:2456)
> at
> weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
> pl.java:2039)
> at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
> >
>
> Attached are xml files i have used to deploy converter EJB and servlet
test
> case app
> the xml file for ConverterEJB(ejb-jar.xml,weblogic-ejb-jar.xml)
> the xml file for web app(web.xml,weblogic.xml)
> and cactus.properties file i have on my m/c
>
> Can anyone help me please. I know i must have made mistakes...
>
> Fathima
>
> -----Original Message-----
> From: Vincent Massol [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, October 28, 2001 1:51 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Can't find bundle for base name cactus, local en_US.
>
>
> Hi Fathima,
>
> It means you have not put cactus.properties in your client side classpath
> (see http://jakarta.apache.org/cactus/howto_config.html).
> Thanks
> -Vincent
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, October 27, 2001 11:20 PM
> Subject: Can't find bundle for base name cactus, local en_US.
>
>
> > Hi,
> >
> > Iam using the ServletTestCase to test the sample ConverterEJB from EJB
> > Howto.
> > I get the following error java.lang.ExceptionaInitializaerError:
> > java.util.MissingResourceException:Can't find bundle for base name
cactus,
> > local en_US.
> >
> > at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:371)
> >
> > I looked at the log-client which is as follows in cactus.jar file
> > Properties for configuring Log4j
> > # This is the configuring for logging on the JUnit side (i.e. the client
> > side)
> >
> > log4j.appender.cactus = org.apache.log4j.FileAppender
> > log4j.appender.cactus.File = cactus_client.log
> > log4j.appender.cactus.Append = false
> > log4j.appender.cactus.layout = org.apache.log4j.PatternLayout
> > log4j.appender.cactus.layout.ConversionPattern = %d{ABSOLUTE} [%t] %-5p
> > %-30.30c{2} %x - %m %n
> >
> > log4j.category.org.apache.cactus = DEBUG, cactus
> >
> > Iam using the ant script provided in Ant Howto.
> >
> > can any one help?Thanks in advance
> >
> >
> >
> > Fathima
> > office 650-378-5283
> >
> >
> >
>
>
----------------------------------------------------------------------------
----
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>