0 Replies Latest reply on Aug 5, 2013 5:24 AM by ritikagupta

    License file bh/Sue_Smith_ENT.lic could not be read: Resource 'bh/Sue_Smith_ENT.lic' could not be found in the CLASSPATH

    ritikagupta

      I am using an external software that is browser Hawk-

      for this i put its jar file and had to make one folder in my *.war folder

       

      Now Jboss 7.1 is throwing following error :

       

      14:23:09,601 ERROR [stderr] (http--0.0.0.0-80-9) Error 1260: License file bh/Sue_Smith_ENT.lic could not be read: Resource 'bh/Sue_Smith_ENT.lic' could not be found in the CLASSPATH (E:\jboss_7.1_30_july\jboss7.1\jboss-modules.jar), nor could it be located by the classloader responsible for the web application (WEB-INF/classes)

      14:23:09,605 ERROR [stderr] (http--0.0.0.0-80-9) Error locating bh/maindefs.bdd data file: Resource 'bh/maindefs.bdd' could not be found in the CLASSPATH (E:\jboss_7.1_30_july\jboss7.1\jboss-modules.jar), nor could it be located by the classloader responsible for the web application (WEB-INF/classes)

      14:23:09,609 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/dcagportal].[jsp]] (http--0.0.0.0-80-9) Servlet.service() for servlet jsp threw exception: com.cyscape.browserhawk.LE: Error 1260: License file bh/Sue_Smith_ENT.lic could not be read: Resource 'bh/Sue_Smith_ENT.lic' could not be found in the CLASSPATH (E:\jboss_7.1_30_july\jboss7.1\jboss-modules.jar), nor could it be located by the classloader responsible for the web application (WEB-INF/classes)

       

       

      'bh' folder contains following files:

      bhawk_bb.dat

      bhawk_sp.dat

      JVMDetector.class

      getclientinfo.jsp

      maindefs.bdd

      Sue_Smith_ENT.lic

       

      to read its *.property file i put its property file in Web/classes and made a module in jboss/modules/com/mycompany/configuration and made entry of Dependecies in Manifest file.

       

       

      Please help me how i can put all files of bh folder in ClassPath?