> -----Original Message----- > From: Christopher Lenz [mailto:[EMAIL PROTECTED] > Sent: 29 November 2003 16:46 > To: Cactus Users List > Subject: Re: Strange Error when invoking Cactus tests > > Vincent Massol wrote: > > The problem is that the container does not print the nested exception > > (e). However, we are logging it with LOGGER.error(...). If you turn > > logging on for the server side you should be able to see the root cause > > of the error. > > The root cause is in the log, actually:
Good catch Chris! Matt, it seems you're loading some resource bundle in your LoginServletTest constructor... Maybe you have some tests changing the locale or something like that? Thanks -Vincent > > >>-----Original Message----- > >>From: Matt Raible [mailto:[EMAIL PROTECTED] > > [snip] > > >> [java] Caused by: java.util.MissingResourceException: Can't find > >>bundle for base name org.appfu > >>se.webapp.action.LoginServletTest, locale en_US > >> [java] at > >> > > > > java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.ja > > > >>va:804) > >> [java] at > >>java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773) > >> [java] at > >>java.util.ResourceBundle.getBundle(ResourceBundle.java:511) > >> [java] at > >> > > > > org.appfuse.webapp.action.LoginServletTest.<init>(LoginServletTest.java: > > > >>29) > >> [java] ... 48 more > > [very mangled now :-P ] > > That said: I have no idea what this may be caused by either. > > -- > Christopher Lenz > /=/ cmlenz at gmx.de > > > --------------------------------------------------------------------- > 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]
