1 Reply Latest reply on Nov 16, 2015 5:56 AM by jaysensharma

    Jar file adding to Jboss6.4.0eap

    sathiya1986

      Problem adding a external lib jar file to jboss6.4.0eap. Required the dependency details

       

       

      JBWEB000065: HTTP Status 500 - JBWEB000248: Servlet execution threw an exception


      JBWEB000309: type JBWEB000066: Exception report

      JBWEB000068: message JBWEB000248: Servlet execution threw an exception

      JBWEB000069: description JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request.

      JBWEB000070: exception

      javax.servlet.ServletException: JBWEB000248: Servlet execution threw an exception 

       

      JBWEB000071: root cause

      java.lang.LinkageError: aero/sita/bag/wtr/delayedbagservice/DelayedBagService_Service wtrddelayedjs6.WTRDDelayedJS6.getSearch(WTRDDelayedJS6.java:41) com.transys.WTRjs6.servlet.WTRDelayed.processRequest(WTRDelayed.java:41) com.transys.WTRjs6.servlet.WTRDelayed.doGet(WTRDelayed.java:62) javax.servlet.http.HttpServlet.service(HttpServlet.java:734) javax.servlet.http.HttpServlet.service(HttpServlet.java:847) 

       

      JBWEB000072: note JBWEB000073: The full stack trace of the root cause is available in the JBoss Web/7.5.7.Final-redhat-1 logs.

        • 1. Re: Jar file adding to Jboss6.4.0eap
          jaysensharma

          As you mentioned that : "Problem adding a external lib jar file to jboss6.4.0eap"

          So can you please let us know more about the following things:


          1). Where did you place the new JAR file?

          2). Are you creating JBoss Custom modules for placing your JARs ?

          3). Which "external lib jar file" you added and In which directory? Inside the application or inside JBoss "modules" directory ?

          4). Can you please share the complete StackTrace from the server.log where we can see the "Caused By"


          Lastly:

          5). IN the newly added JAR do you have any class which is already present in any of your Application Lib (Like EAR/lib or WEB-INF/lib) or JBoss modules?