Thank you, Martin. The workaround, I choose, was to remove Jalopy*.jar from AXIS war which I was building. I am not sure the reason behind the inclusion of Jalopy*.jar in the binary package of AXIS2. I hope, it is safe to assume that is not required at runtime(?)
Thanks, Vipul ----- Original Message ---- From: Martin Gainty <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, January 28, 2008 4:54:48 PM Subject: Re: AXIS2 & WebLogic 8.1 JSP Parse Error ANTLR requires 1.5 JRE to run http://www.antlr.org/downloadhtml WL 8.1 uses Weblogic supplied jrocket v 1.42_10 JRE $WL_HOME\jrockit81sp6_142_10\bin You might want to try older JRE compatibility packages available at http://www.antlr2.org/download.html M- ----- Original Message ----- From: Vipul Sagare To: [email protected] Sent: Monday, January 28, 2008 5:08 PM Subject: AXIS2 & WebLogic 8.1 JSP Parse Error When I deploy AXIS2.war with sample "Axis2SampleDocLitService.aar" and try to access services list page, I get the following error. If you could point to me to resource(tutorial/steps/samples) for "Getting started for AXIS2 with WebLogic", I would appreciate it. (Application Server Specific Configuration Guide helped a bit but still having following issue) BTW: We are using AXIS 1.4 successfully with WebLogic 8.1SP5 for a while. Trying to make jump to AXIS2. <Jan 28, 2008 3:52:07 PM CST> <Error> <HTTP> <BEA-101020> <[ServletContext(id=27 45819,name=axis2,context-path=/axis2)] Servlet failed with Exception java.lang.ClassCastException: antlr.CommonToken at antlr.CharScanner.makeToken(CharScanner.java:175) at weblogic.servlet.jsp.JspLexer.mWORD(JspLexer.java:4723) at weblogic.servlet.jsp.JspLexer.mPAGE_DIRECTIVE_ATTRIBUTES(JspLexer.jav a:5286) at weblogic.servlet.jsp.JspLexer.mPAGE_DIRECTIVE_BODY(JspLexer.java:5122 ) at weblogic.servlet.jsp.JspLexer.mPAGE_DIRECTIVE(JspLexer.java:4934) at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4756) at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2161) at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1947) at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1820) at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963) at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106) at weblogic.servlet.jsp.JspParser.parse(JspParser.java:234) at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125) at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258 ) at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:396) at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:246) at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:196) at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl. java:598) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm pl.java:406) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm pl.java:526) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm pl.java:348) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio n.run(WebAppServletContext.java:7047) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate dSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java: 121) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe rvletContext.java:3902) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm pl.java:2773) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183) Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
