1 Reply Latest reply on Feb 18, 2003 9:28 AM by juhalindfors

    Classpath Jar Conflicts

    lonialsandhya

      Hi,

      I have a application specific jar deployed in the default server which in turn use an external jar of Jaguar (easclient.jar), This easclient.jar is placed in the lib/ext directory. When the server starts up the

      ERROR [URLDeploymentScanner] Failed to deploy:
      with nested Exception
      + nested throwable:
      java.lang.NullPointerException
      at org.apache.jasper.compiler.TldLocationsCache.processWebDotXml(TldLocationsCache.java:169)

      The reason being org.apache.jasper pacakge also resides in the easclient.jar and also in the jbossWebApp.sar, since jbossWebApp

      If I remove the easclient.jar file from the lib/ext directory, it works fine

      sandhya