1 Reply Latest reply on Aug 2, 2003 6:34 AM by jonlee

    Some warnings when JBoss started

    trean

      The following warnings appears in log file when i run JBoss 3.2.1:


      19:09:08,093 WARN [MainDeployer] The manifest entry in file:/D:/Java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/jbossweb-tomcat.sar/bootstrap.jar references URL file:/D:/Java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/jbossweb-tomcat.sar/commons-daemon.jar which could not be opened, entry ignored
      19:09:08,203 WARN [MainDeployer] The manifest entry in file:/D:/Java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/jbossweb-tomcat.sar/commons-logging.jar references URL file:/D:/Java/jboss-3.2.1_tomcat-4.1.24/server/default/deploy/jbossweb-tomcat.sar/log4j.jar which could not be opened, entry ignored

      other similar warns i miss here


      and one more warn:

      19:09:10,515 WARN [JkMain] No properties file found
      ......\default\deploy\conf\jk2.properties

      What all they mean and how to resolve them?

      Thanks

        • 1. Re: Some warnings when JBoss started
          jonlee

          This does not look like a clean, vanilla JBoss install. The jk2.properties reference indicates it has been set up for JK2 operation - this is not the normal configuration. The JARs could possibly be damaged as well although I think I've seen the manifest read errors also occur with a bad IBM Java SDK 1.3.1 install.

          Try getting a vanilla distribution of JBoss, installing it and work from there as it is usually difficult to work through anything more than basic issues in an online fashion unless the user also has some experience with JBoss.