You were right about the problem with my struts-config.xml file.

I tried to implement 2, comma delimited config.xml files in my web.xml file:

    <init-param>
      <param-name>config</param-name>
      <param-value>
        /WEB-INF/struts-config.xml,
        /WEB-INF/struts-config-reports.xml
      </param-value>
    </init-param>


I don't know why this didn't work.... ???




-----Original Message-----
From: Damm, Gary [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 18, 2003 12:06 PM
To: Struts Users Mailing List
Subject: RE: Resource Path problem


Not sure but it looks like it may be having a problem finding your
servlet config file (struts-config.xml) and not your message resources.
I had a similar problem in the past and it wasn't finding my config
file.

Gary

-----Original Message-----
From: Michael Cardon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 18, 2003 11:06 AM
To: [EMAIL PROTECTED]
Subject: Resource Path problem

I just upgraded to Struts 1.1b3

I get the following error when I start my application.

If anyone can point me in the right direction here, I would appreciate
it.


ERROR Message:

Starting service Tomcat-Standalone
Apache Tomcat/4.1.18-LE-jdk14
Feb 18, 2003 10:33:34 AM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
Feb 18, 2003 10:33:34 AM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
Feb 18, 2003 10:33:35 AM org.apache.struts.action.ActionServlet
initModuleConfig
SEVERE: Parsing error processing resource path
java.lang.NullPointerException


I have two resource bundles, and it use to work before....

<!--  The message resources location.  -->
<message-resources parameter="ApplicationResources" null="false"/>
<message-resources key="ReportResources" parameter="ReportResources"
null="false"/>


---------------------------------------------------------------------
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]


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

Reply via email to