kumar bikkina

Greenhorn
+ Follow
since Sep 04, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by kumar bikkina

Hi,
I am planning to take IBM WAS basic adminstartion - 340.
Any body has a sample questions and exam questions model?
Any material on this stuff help me a lot(not red books)

Thaxs,
Kiran Bikkina.
19 years ago
Hi,
When i deploying my our application on WAS5.0.2 we observed the error listed at the end of the email
However this maybe because of the AppServer using its own version of xerces.jar instead of the one bundled with our application
This problem was resolved for WAS5.0.2 + jdk1.3.1 by specifying the application xerces.jar in the app server classpath ( Process Definition/Jvm Arguments/classpath) from admin console
The problem still persists for WAS5.0.2 + jd1.4.1 even with the above configuration.
As a result of the above , My application as of now does not work with WAS5.0.2 + jdk1.4.1
[8/18/03 18:11:49:546 GMT+05:30] 7b94e9d6 WebGroup E SRVE0026E: [Servlet Error]-[(class: com/i2/ints/tmods/service/ui/XmlDoc, method: parse signature: (Ljava/lang/String Lorg/w3c/dom/Document Incompatible object argument for method call]: java.lang.VerifyError: (class: com/i2/ints/tmods/service/ui/XmlDoc, method: parse signature: (Ljava/lang/String Lorg/w3c/dom/Document Incompatible object argument for method call
at com.i2.ints.tmods.service.ui.LoadUpmXmlIntoMemory.loadXmlIntoMemory(Unknown Source)
at com.i2.ints.tmods.service.ui.LoadUpmXmlIntoMemory.getUserRoleMapInfo(Unknown Source)
at org.apache.jsp._Workflow._jspService(_Workflow.java:171)
at com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.service(HttpJspBase.java:89)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:357)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet.java:675)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java:773)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
at com.ibm.ws.webcontainer.servlet.ServicingServletState.service(StrictLifecycleServlet.java:333)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:530)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:435)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
Plz help me.
Thanks in advise,
Bikkina
20 years ago