Question : java.util.MissingResourceE<wbr />xception: Can't find resource for bundle java.util.PropertyResource<wbr />Bundle, key HTTPServer7      at java.util.ResourceBundle.g<wbr />etObject(R<wbr />esourceBun<wbr

I have installed Oracle Application Server and Deployed an Application on it. I  configured the DataSources and tested the Connection .
it worked, but when I try to login to the Application I get the following error, initialyy it tries to redirect to index.jsp page but later turns out to
500 Internal Server Error
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key HTTPServer7      at java.util.ResourceBundle.getObject(ResourceBundle.java:326)      at java.util.ResourceBundle.getString(ResourceBundle.java:286)      at com.bayer.cropscience.nafta.uscrop.hierarchymaint.ServerProperties.setDataSource(ServerProperties.java:87)      at _index._jspService(_index.java:45)      [SRC:/index.jsp:7]      at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)      at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)      at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)      at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)      at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)      at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)      at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)      at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)      at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)      at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)      at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)      at java.lang.Thread.run(Thread.java:595)


Can any body tell me what other steps that I have to take while installing the Oracle Application Server ? Am I missing anything in the Deployment ?
The ear file contains 1.) War file 2.) MetaInf Director which has a.) application.xml b.) data-sources.xml c.) orion-application.xml

Previously this File was Deployed on Oracle application Server on unix and it is still working fine, but when I am trying to replicate it on windows It does not work.
DO I have to change anything in the Files mentioned above ?

Please let me know .

Thank you,

Answer : java.util.MissingResourceE<wbr />xception: Can't find resource for bundle java.util.PropertyResource<wbr />Bundle, key HTTPServer7      at java.util.ResourceBundle.g<wbr />etObject(R<wbr />esourceBun<wbr

Pavan_immadi,

If you've searched the WAR file that was given you for the 'Daytime_servlet', then it would appear that you still have an incomplete application.  Perhaps you could ask to have the app repackaged from the folks that initially gave it to you.
Random Solutions  
 
programming4us programming4us