Apache 2059 / Tomcat 41

Sort:
You are not authorized to post a reply.
Author
Messages
CBreeze
New Member
Posts: 2
New Member
    New installation on New box
    Issue:These work
    <http://hostname/servlet/servletsetup>
    <http://hostname/servlet/SysEnv>

    This don't
    <http://hostname/servlet/Profile>
    javax.servlet.ServletException: Cannot allocate servlet instance for path /servlet/Profile

    Root Cause:
    java.lang.NoClassDefFoundError: org/apache/xerces/framework/XMLParser
    I have checked KB Article ID: 86228
    (& have been reviewing the nice flowchart I found on here)

    Can you tell me if this is configuration or classpath & where to look to fix?
    Thanks very much for any assistance

    Aix 53
    env 8037
    app 8039
    por 317
    John Henley
    Senior Member
    Posts: 3348
    Senior Member
      - Are you testing with security on or off?
      - Check permissions on cgi-lawson directory; lawson needs to have full access/permissions
      - Did you delete xerces.jar file?
      Thanks for using the LawsonGuru.com forums!
      John
      CBreeze
      New Member
      Posts: 2
      New Member
        Thank you for your response John.

        Yes, security is off
        drwxrwsrwx 6 lawson lawson 8192 Oct 20 10:27 cgi-lawson

        And removed xerces.jar (I don't believe that it was ever in WEB-INF/lib)
        and I renamed it in $GENDIR/java/ext

        root@PROD8:/usr/local/tomcat41/webapps/ROOT/WEB-INF/lib-->
        -rwxrwxrwx 1 root system 423113 Oct 01 14:09 IOS.jar_10_01
        -rwxrwxrwx 1 root system 1031036 Oct 01 14:10 xalan.jar
        -rwxrwxrwx 1 root system 831587 Oct 01 14:10 xercesImpl.jar
        -rwxrwxrwx 1 root system 113749 Oct 01 14:11 xml-apis.jar
        -rwxrwxrwx 1 root system 1344009 Oct 02 22:03 xsltc.jar
        -rwxrwxrwx 1 root system 129465 Oct 05 08:37 inbasket.jar
        -rwxrwxrwx 1 root system 12797 Oct 05 08:38 remotedb.jar
        -rwxrwxrwx 1 root system 422982 Oct 26 10:25 IOS.jar
        You are not authorized to post a reply.