SR, Yes, I verified that the Struts.jar file, and all the commons-*.jar files are residing ONLY in the WEB-INF/lib subdirectories for both the struts-example and the struts-blank applications. Any thing else you can think of that I should verify to try and track this error down? Again, I am getting the same error message for both the struts-example and struts-blank apps, and I did remove the preload option of the ActionServlet class in the JRUN 3.1 management console, as was previously suggested.
Celeste -----Original Message----- From: SR [mailto:sr_2002g@;hotmail.com] Sent: Thursday, October 17, 2002 1:52 PM To: Struts Users Mailing List Subject: Re: Does Anyone Know What This Error Message Means? I might be wrong but check to see that the struts.jar exists only in the WEB-INF/lib directory and that you havent added it to the JRUN/servers/lib directory -Sanjana ----- Original Message ----- From: "Haseltine, Celeste" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, October 17, 2002 3:40 PM Subject: RE: Does Anyone Know What This Error Message Means? > Eddie, > > Yes, the struts-config.xml file has the following: > > <message-resources > parameter="org.apache.struts.webapp.example.ApplicationResources"/> > > and the ApplicationResources.properities file is under the > WEB-INF/classes/org/apache/struts/webapp/example subdirectory, where it > should be. > > Any other clue as to what could be happening? Again, this is the > struts-example application that comes package with Struts 1.1b2. I'm > getting the same type of error message when I try to run the struts-blank > application also, so at least my errors are consistent. I can run the > Struts 1.02 apps with no problem, it only the Struts 1.1b2 apps that I can't > get working in my web application container (JRUN 3.1). > > Celeste > > -----Original Message----- > From: Eddie Bush [mailto:ekbush@;swbell.net] > Sent: Thursday, October 17, 2002 1:34 PM > To: Struts Users Mailing List > Subject: Re: Does Anyone Know What This Error Message Means? > > > <message-resources parameter="package.to.ApplicationResources"/> > > Do you have a line that looks like that in the config file for the > application in question? It sounds like, for some reason, the resources > aren't being set. The first thing that comes to mind is your not > declaring them. Also check that the package/filename you specify is > actually valid - case matters. > > Haseltine, Celeste wrote: > > >I'm new to Struts, so this may be a dumb question, but I have NOT found the > >answer searching either this forum's list, or the JRUN forum list. > > > >I'm getting the following error message trying to run the struts-example > >application of the 1.1b2 version of struts under JRUN 3.1. A search of the > >bugzilla list for Struts 1.1b1 or b2 did not turn up this error message. > For > >the struts-example file, it is: > > > >500 Internal Server Error > >/struts-example/: > > > >Exception thrown processing JSP page. > >javax.servlet.jsp.JspException: Cannot find message resources under key > >org.apache.struts.action.MESSAGE > > > <snip/> > > > > >Please note I have already performed the suggested work around of removing > >the pre-loading of the Struts Action Servlet within the JRUN 3.1 console, > >and I am now getting the above error message. Any suggestions/clues on > what > >this means, and how I would go about getting Struts 1.1b2 working under > JRUN > >3.1? > > > >Thanks in advance for any assistance/advice. > > > >Celeste Haseltine, PE > >MTL, Inc. > > > > -- > Eddie Bush > > > > > -- > To unsubscribe, e-mail: > <mailto:struts-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:struts-user-help@;jakarta.apache.org> > > -- > To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

