1 Reply Latest reply on Sep 11, 2013 1:36 AM by mohansameer1983

    JBoss 5.1.2 startup error

    sneha1802

      Hi All,

      I am new to JBoss and I recently got JBoss 5.1.2  for dev .I triede creating a default server but I see server/default/conf folder is not getting created.

      So on startup I get filenotfoundexception for   bootstrap.xml missing .

       

      Am I missing on some configuration here?I tried adding new server /runtime etc nothing is working

       

      Thanks for your help .

        • 1. Re: JBoss 5.1.2 startup error
          mohansameer1983

          Hi,

           

          I would suggest you to download Jboss again, as at least one profile ('default') should be present under server folder. And in 5.1.2 it surely have conf folder by itself.

           

          And content of bootstrap.xml is like:

          <?xml version="1.0" encoding="UTF-8"?>

          <!--

             The list of URLs for mc beans to load during bootstrap.

             $Id: bootstrap.xml 112288 2011-10-04 14:59:56Z mbenitez $

          -->

          <bootstrap xmlns="urn:jboss:bootstrap:1.0">

             <url>bootstrap/logging.xml</url>

             <url>bootstrap/vfs.xml</url>

             <url>bootstrap/classloader.xml</url>

             <url>bootstrap/aop.xml</url>

             <url>bootstrap/jmx.xml</url>

             <url>bootstrap/deployers.xml</url>

             <url>bootstrap/profile.xml</url>

             <url>bootstrap/security.xml</url>

          </bootstrap>

           

          Then, in 5.1.2, you should be having "server\default\conf\bootstrap" folder which contains all bootstrap related xmls.

           

          Also, there should be 'server\rbs\conf\bindingservice.beans' present by default. There is 'bindings-jboss-beans.xml' present in this folder for all profile related bindings.