1 2 Previous Next 20 Replies Latest reply on Dec 9, 2013 9:19 PM by hai_feng Go to original post
      • 15. Re: [AS7] jboss-cli remote access
        haribo

        root@jboss7:/jboss/bin# java -version

        java version "1.6.0_26"

        Java(TM) SE Runtime Environment (build 1.6.0_26-b03)

        Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

         

        NOR

         

        jboss-as-7.2.0.Alpha1-SNAPSHOT

         

        root@jboss7:/jboss2/bin# sh jboss-cli.sh

        You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.

        [disconnected /] connect 192.168.250.7

        The controller is not available at 192.168.250.7:9999: java.net.ConnectException: JBAS012144: Konnte keine Verbindung mit remote://192.168.250.7:9999 herstellen. Timeout der Verbindung: JBAS012144: Konnte keine Verbindung mit remote://192.168.250.7:9999 herstellen. Timeout der Verbindung

         

        Only the (error)message is a little bit more qualified. The log on X is the same.

         

        I think i just do a real clone from X and everything works fine.

        • 16. Re: [AS7] jboss-cli remote access
          nicolasnoel

          I'm facing a similar problem, JBAS012144 after cloning a VMware vm. I don't understand what difference you make with 'a real clone' vs other way to clone ?

           

          I've made a clone by copying vmdk files and with using 'veeam backup', but I still get the connection problem... What tool do you use to clone and to get it work ?

          • 17. Re: [AS7] jboss-cli remote access
            haribo

            Hello Nicolas,

             

            "other way to clone" - i thougt it was a full clone, wasn't. Y was a vm from my colleague, which i thought it was from an originally vm of mine, wasn't.

             

            So i made a new "full clone" (VMWare Workstation) from my successful running X (master), and this works fine. Yesterday i create a completly new vm with ubuntu1204, openjdk (see below), jboss as 7.1.1. and this works also fine and as it should. I've still no idea what is broken on Y.

             

            root@ubuntu1204:~# java -version

            java version "1.6.0_24"

            OpenJDK Runtime Environment (IcedTea6 1.11.3) (6b24-1.11.3-1ubuntu0.12.04.1)

            OpenJDK Client VM (build 20.0-b12, mixed mode, sharing)

            • 18. Re: [AS7] jboss-cli remote access
              formica

              Hi , did you ever find a remedy for this problem ? Should I try 7.1.2 ?

              Thanks

              Andrea

              • 19. Re: [AS7] jboss-cli remote access
                nicolasnoel

                yes, we found that after the clone, we had to reset the hostname in /etc/sysconfig/network and /etc/hosts :

                 

                /etc/sysconfig/network :

                NETWORKING=yes

                HOSTNAME=<your_hostname>.<your_domain>

                 

                 

                /etc/hosts :

                127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4 <your_hostname>.<your_domain> <your_hostname>

                • 20. Re: [AS7] jboss-cli remote access
                  hai_feng

                  Hi,Harald Hartmann

                  Is there any way to solve your problem,I meed the problem also,I need your help,Thanks!

                  1 2 Previous Next