9 Replies Latest reply on Nov 30, 2012 1:44 PM by bmsantos

    boot.log missing when using specialized standalone configuration

    bmsantos

      Hi,

       

      When using a specialized standlalone configuration and no standalone directory present I get the following error:

       

      Unable to read the logging configuration from 'file:C:\dev\server\jboss-as-7.1.1.Final\standalone/configuration/logging.properties' (java.io.FileNotFo
      undException: C:\dev\server\jboss-as-7.1.1.Final\standalone\configuration\logging.properties (The system cannot find the path specified))
      

       

      The server was initialized in the following way:

       

      JBOSS_HOME\bin\standalone.bat -Djboss.server.base.dir=my-standalone-configuration-dir

       

      And I can see the server.log in JBOSS_HOME\my-standalone-configuration-dir\log but the boot.log is missing.

       

      The logging.properties file is avaiable in JBOSS_HOME\my-standalone-configuration-dir\configuration\logging.properties (as in the default standalone\configuration).

       

      Any ideas on how to fix this?

       

      Thanks