> -----Original Message----- > From: Karr, David [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 2:16 PM > To: '[EMAIL PROTECTED]' > Subject: Working Struts app (in Tomcat) dies in Oracle JDev in build > with NPE > > I don't think this is a Struts problem, but I'm not getting > very far with > Oracle support on this, so I'll ask here. > > I have a "Hello World" Struts application that runs fine in > Tomcat. When I > try to take the same WAR file and deploy it in Oracle > JDeveloper9i, and try > to "build" it, I see something odd happen. After compiling > the Java source > files, it appears that it tries to compile the JSP files. On > each one, I > get the following exception: > > Error: java.lang.ExceptionInInitializerError: > java.lang.NullPointerException
Well, I guess I've gotten through this. For some reason, using "build" gets this problem, but using "make" does not, and the application runs fine after compiling. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

