I've received the same error before. It seems to be a bug in JDeveloper 9.0.2 All you have to do is select the problem JSP in the Navigator window of JDeveloper and then compile or run. You should not get the error after doing this.

-Richard


At 11:32 AM 12/10/2002 -0500, you wrote:
This question concerns both Struts and Oracle 9i Application Server.

I have an application that uses Struts 1.0.2
It is developed and tested on JDeveloper (9.0.2)
It is deployed to Oracle 9iAS (9.0.3) OC4J J2EE container

The application runs correctly when deployed on JDeveloper's internal OC4J container. However, when I generate and deploy the .war file to an instance of OC4J running on 9iAS. I get this error:

java.lang.ExceptionInInitializerError: java.lang.NullPointerException
at org.apache.struts.util.MessageResources.getMessageResources(MessageResources.java:551)
at org.apache.struts.taglib.html.HtmlTag.<clinit>(HtmlTag.java:94)
at java.lang.Class.forName0(Native Method)


I have checked that the struts.jar is present in WEB-INF/lib and that ApplicationResources.properties is in WEB-INF/classes.


/**
Gustavo C. Lopez
Tetra Tech, Inc.
10306 Eaton Place, Suite 340
Fairfax, VA 22030
@Voice: (703) 385-6000 x335
@Fax: (703) 385-6007
@Email: [EMAIL PROTECTED]
@Url: http://www.ttwater.com
*/



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

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

Reply via email to