> -----Original Message-----
> From: Bussie, Andre D [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 03, 2004 12:33 PM
> To: [EMAIL PROTECTED]
> Subject: Cannot find message Resource
> 
> 
> I have a web application that has been performing fine for 
> weeks now all
> of sudden I get the following error:
> 
> javax.servlet.jsp.JspException: Cannot find message resources 
> under key
> org.apache.struts.action.MESSAGE
> 
>  
> 
> My web.xml has the following
> 
> <web-app>
> 
> .....
> 
> <init-param>
> 
>       <param-name>ApplicationResources</param-name>
> 
>       
> <param-value>com.lmco.ms2.nmac.ApplicationResources</param-value>
> 
>     </init-param>
> 
>  
> 
> .....
> 
>  
> 
> My struts-config.xml contains the following
> 
> <message-resources parameter="com.lmco.ms2.nmac.application" />
> 
> <message-resources 
> parameter="com.lmco.ms2.nmac.ApplicationResources" />
> 
>  
> 
> What's causing this error to occur all of sudden?

I can't resist: http://www.cs.wisc.edu/~ballard/bofh/bofhserver.pl

Most likely the file is missing... or had a permission change or something like that.
I assume you've done the obvious... made sure the key exists in the file, reboot... 
reinstall the web app... found somebody else to blame :)...  made sure that the file 
is only defined in either the web.xml or the strutsconfig.xml and not both.





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

Reply via email to