IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Tomcat - IS Install Issue - WmSamples JSP not working too

  • 1.  Tomcat - IS Install Issue - WmSamples JSP not working too

    Posted Wed January 09, 2008 09:17 PM

    Hi,
    This is my first attempt to work with JSP on IS(IS_6-5_SP2) installed on my desktop. I tried working with the JSP provided in WmSamples and that too fails with the below error. Any pointers on what could be going wrong here
    TIA,
    AK

    [URL=“http://fplwl06d06491.na1.corpnet1.com:5555/web/WmSamples/showCustomerData.jsp”]http://fplwl06d06491.na1.corpnet1.com:5555/web/WmSamples/showCustomerData.jsp[/URL]
    HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.

    exception javax.servlet.ServletException: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V org.apache.jasper.servlet.JspServlet.service(JspServlet.java:244) javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

    root cause java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfoImpl.java:568) org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImpl.java:401) org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:248) org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:162) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1539) org.apache.jasper.compiler.Parser.parse(Parser.java:126) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:220) org.apache.jasper.compiler.ParserController.parse(ParserController.java:101) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:203) org.apache.jasper.compiler.Compiler.compile(Compiler.java:470) org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: Tomcat - IS Install Issue - WmSamples JSP not working too

    Posted Thu January 10, 2008 06:31 PM


  • 3.  RE: Tomcat - IS Install Issue - WmSamples JSP not working too

    Posted Tue January 15, 2008 12:21 AM

    Do you have the “tools.jar” of the java you are using to compile your JSP’s in your class library?


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Tomcat - IS Install Issue - WmSamples JSP not working too

    Posted Tue January 15, 2008 08:05 PM

    Thanks for the response. The issue here was with servlet.jar
    When things don’t work you try many things - in one of the posts on this forum - it was mentioned to copy the tools.jar and servlet.jar to C:\wm6\IntegrationServer\lib\jars among many other things - so after everything else was in place servlet.jar was the piece that was giving the trouble - I deleted it and the issue was resolved - a quick search on google for the error helped.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB