Customer's may see the following errors when including
some internal WebSphere jars inside their webapps.
JSPG0054E: Unhandled error! You might want to consider having an error
page to report such errors more gracefully
java.lang.ExceptionInInitializerError: org.omg.CORBA.INITIALIZE: cannot
insatiate default ORB implementation com.ibm.rmi.corba.ORBSingleton minor
code: 0 completed: No
at org.omg.CORBA.ORB.create_impl(ORB.java:290)
at org.omg.CORBA.ORB.<clinit>(ORB.java:189)
at com.ibm.CORBA.iiop.GlobalORBFactory.init(GlobalORBFactory.java:43)
at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:196)
at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:93)
at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:65)
at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:47)
[4/1/04 17:41:28:137 EST] 34faeb WebGroup X SRVE0026E: [Servlet
Error]-[jspservlet]: com.ibm.servlet.engine.webapp.WebAppErrorReport: No
detailed message
at
com.ibm.servlet.engine.webapp.WebAppDispatcherResponse.sendError(WebAppDispatcheresponse.java:93)
at
org.apache.jasper.runtime.JspServlet.unknownException(JspServlet.java:540)
at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:659)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
The solution is to remove the internal WAS jar files from the
application.
|