You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Matt Sales <sa...@sealsco.com> on 2002/10/10 00:36:25 UTC

Problems loading message resources

Hello,

I've got a fresh new tomcat 4.1.12/Struts 1.1.b2 installation on RedHat 7.2.
I ported some webapps that were on TC4.1.10/Struts 1.1.b1 to this new
installation, and I'm having problems starting them (they're marked not
available).  The case holds true for the struts-example.war, as well.

Looking at the log files, the problem is--I think--that the ActionServlet
class (as well as my own classes that access MessageResources) cannot locate
the MessageResources property files.  This is the log entry I get:

2002-10-09 12:09:49    [INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.util.LocalStrings', returnNull=true
[INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.action.ActionResources', returnNull=true

Because the struts war files (that use PropertyMessageResources) don't load
with any more success than my own, I figure it is either
A) a set up problem, or
B) something has drastically changed and I missed it.

Has anyone else seen this?  Any help is greately appreciated.

Thanks,
Matt


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>