3 Replies Latest reply on Feb 25, 2012 9:46 PM by rbertoncelj

    AS7 Final - Domain setup

    fabrizio.benedetti

      In a host that is NOT acting as Domain Controller and cannot contact the Domain Controller at boot, it seems to ignore the parameter --cached-dc, even if the file domain/configuration/domain.cached-remote.xml is present (I previously launched with --backup).

       

      The command I used is:

      ./domain.sh --backup --cached-dc

       

      Is it a bug, or I'm doing wrong?

       

      Regards.

        • 1. Re: AS7 Final - Domain setup
          smtrax

          I have the same problem. The parameter --backup is ignored. And if no application is deployed, JBoss starts. Otherwise, when some application was deployed from DomainController, the JBoss starts with errors:


          [Host Controller] 14:44:35,857 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("add") failed - address: ([

          [Host Controller]     ("server-group" => "main-server-group"),

          [Host Controller]     ("deployment" => "my-project.war")
          [Host Controller] ]): java.lang.NullPointerException

           

          and the content of domain.cached-remote.xml was removed, except the extensions...???

           

          Does anyone have similar problems ?

           

          How to solve this?

          • 2. Re: AS7 Final - Domain setup
            ctomc

            Hi,

             

            can you create jira with steps to reproduce, so we can fix it.

             

            @Mitja: what is full stacktrace? And can you also create jira for your case tnx

             

            --

            tomaz

            • 3. Re: AS7 Final - Domain setup
              rbertoncelj