Hi, I take it this is running in production, hence the reason you don't know where/when it's happening? I *was* going to suggest this:
http://wiki.apache.org/struts/StrutsLogging It activates a *boatload* of logging, and it does tend to help you find problems like this. But, I would defintely *NOT* recommend doing this in production, lest you find your server grinding to a hault :-) Based on the info on that page though, you should be able to configure logging a bit better, maybe have more detail thrown by the Struts packages themselves and nothing else... that shouldn't kill your app in prod, but should give you some futher info. It's a restart either way, dunno if that's an option in your environment. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Mon, June 12, 2006 10:53 am, Xavier Vanderstukken wrote: > Hello, > > In my stdout, I find the following warning : > 2006-06-12 14:16:28,095 [http-8080-Processor24] WARN > org.apache.struts.action.ActionMapping - Unable to find 'Success' forward. > 2006-06-12 14:16:28,095 [http-8080-Processor24] WARN > org.apache.struts.action.ActionMapping - Unable to find 'Success' forward. > > I know the meaning of this warning but I have no way to figure out which > action can not find its forward. > > Is there a way to do that? > > --------------------------------------------------------------------- > 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]