1 2 3 Previous Next 33 Replies Latest reply on Mar 20, 2016 1:15 PM by wdfink Go to original post
      • 15. Re: I am trying to install Jboss AS7 on the linux 7.2
        ggorantla1979

        Could someone please suggest?

        • 16. Re: I am trying to install Jboss AS7 on the linux 7.2
          jbertram

          I don't see anything that's hung.  You started a domain and everything looks like it came up fine.  Can you elaborate on what you think is hung?

          • 17. Re: I am trying to install Jboss AS7 on the linux 7.2
            ggorantla1979

            at that point what do i have to do...........press CTRL C and come out of the linux prompt or anything else?

            • 18. Re: I am trying to install Jboss AS7 on the linux 7.2
              jbertram

              at that point what do i have to do...........press CTRL C and come out of the linux prompt or anything else?

              At that point the servers are up and running.  If you want to access them from clients then you should be able to do so.  If you press CTRL-C then that will shut down the domain.  If you want to run the domain in the background then check out the linux job control documentation or just open another terminal.

              • 19. Re: I am trying to install Jboss AS7 on the linux 7.2
                ggorantla1979

                Thank you! when i try to put this URL in the browser http://acs-dev01.acs.net:8080/ or http://locahost:8080 i am not able to open it? Could you please let me know how i can open the web-based Administration Console?

                • 20. Re: I am trying to install Jboss AS7 on the linux 7.2
                  ggorantla1979
                  • 21. Re: I am trying to install Jboss AS7 on the linux 7.2
                    ggorantla1979

                    Can someone please update?

                    • 22. Re: I am trying to install Jboss AS7 on the linux 7.2
                      ggorantla1979

                      [root@acs-dev01 ~]# netstat -an | grep 8080 | grep -i listen

                      tcp        0      0 127.0.0.1:8080          0.0.0.0:*               LISTEN

                      [root@acs-dev01 ~]#

                      [root@acs-dev01 ~]# netstat -an | grep 9990 | grep -i listen

                      tcp        0      0 127.0.0.1:9990          0.0.0.0:*               LISTEN

                      [root@acs-dev01 ~]#

                      • 23. Re: I am trying to install Jboss AS7 on the linux 7.2
                        anmk28

                        http://localhost:9990/Console is Jboss management URL

                        if you want access the management URL you need to create the ManagementRealm using add-user.sh command

                        http://localhost:8080 is http socket-binding (application default port number) 

                         

                        Thanks

                        Mahesh

                        • 24. Re: I am trying to install Jboss AS7 on the linux 7.2
                          wdfink

                          If you start a domain like this (only at one machine)

                          You'll have a domain controller and the management at "localhost:9990" by default

                           

                          The servers, here you use the default (server-one and server-two) both are started and the applicication ports for http are 8080(one) and 8230(two) as two add an offset of 150 to each port.

                           

                          If you access localhost:9990 you should see a page with a statement that you need to have a management user created

                          • 25. Re: I am trying to install Jboss AS7 on the linux 7.2
                            ggorantla1979

                            Hi ,

                             

                            I have created one mgmt user and i have tried below URL's but still i am getting "This Page can't be displayed"...I even tried with replace localhost with host name same error...........Could some one please suggest?

                             

                            http://localhost:9990   Domain Controller  and Mgmt console

                            http://localhost:8080   one server

                            http://localhost:8230   two server

                             

                             

                            Thanks

                            Ganga

                            • 26. Re: I am trying to install Jboss AS7 on the linux 7.2
                              ggorantla1979

                              [jboss01@acs-dev01 bin]$ ps -ef|grep jboss01*

                              jboss01   6032     1  0 09:48 ?        00:00:00 /bin/sh ./domain.sh

                              jboss01   6113  6032  0 09:48 ?        00:00:08 java -D[Process Controller] -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/dev01/Software/wildfly-9.0.2.Final/domain/log/process-controller.log -Dlogging.configuration=file:/dev01/Software/wildfly-9.0.2.Final/domain/configuration/logging.properties -jar /dev01/Software/wildfly-9.0.2.Final/jboss-modules.jar -mp /dev01/Software/wildfly-9.0.2.Final/modules org.jboss.as.process-controller -jboss-home /dev01/Software/wildfly-9.0.2.Final -jvm java -mp /dev01/Software/wildfly-9.0.2.Final/modules -- -Dorg.jboss.boot.log.file=/dev01/Software/wildfly-9.0.2.Final/domain/log/host-controller.log -Dlogging.configuration=file:/dev01/Software/wildfly-9.0.2.Final/domain/configuration/logging.properties -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -- -default-jvm java

                              jboss01   6127  6113  0 09:48 ?        00:00:18 java -D[Host Controller] -Dorg.jboss.boot.log.file=/dev01/Software/wildfly-9.0.2.Final/domain/log/host-controller.log -Dlogging.configuration=file:/dev01/Software/wildfly-9.0.2.Final/domain/configuration/logging.properties -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -jar /dev01/Software/wildfly-9.0.2.Final/jboss-modules.jar -mp /dev01/Software/wildfly-9.0.2.Final/modules org.jboss.as.host-controller -mp /dev01/Software/wildfly-9.0.2.Final/modules --pc-address 127.0.0.1 --pc-port 52175 -default-jvm java -Djboss.home.dir=/dev01/Software/wildfly-9.0.2.Final

                              jboss01   6190  6113  0 09:48 ?        00:00:22 java -D[Server:server-one] -XX:PermSize=256m -XX:MaxPermSize=256m -Xms64m -Xmx512m -server -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Djboss.home.dir=/dev01/Software/wildfly-9.0.2.Final -Djboss.modules.system.pkgs=org.jboss.byteman -Djboss.server.log.dir=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-one/log -Djboss.server.temp.dir=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-one/tmp -Djboss.server.data.dir=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-one/data -Dlogging.configuration=file:/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-one/data/logging.properties -jar /dev01/Software/wildfly-9.0.2.Final/jboss-modules.jar -mp /dev01/Software/wildfly-9.0.2.Final/modules org.jboss.as.server

                              jboss01   6227  6113  0 09:48 ?        00:00:22 java -D[Server:server-two] -XX:PermSize=256m -XX:MaxPermSize=256m -Xms64m -Xmx512m -server -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Djboss.home.dir=/dev01/Software/wildfly-9.0.2.Final -Djboss.modules.system.pkgs=org.jboss.byteman -Djboss.server.log.dir=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-two/log -Djboss.server.temp.dir=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-two/tmp -Djboss.server.data.dir=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-two/data -Dlogging.configuration=file:/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-two/data/logging.properties -jar /dev01/Software/wildfly-9.0.2.Final/jboss-modules.jar -mp /dev01/Software/wildfly-9.0.2.Final/modules org.jboss.as.server

                              root      8807  8791  0 14:35 pts/0    00:00:00 su - jboss01

                              jboss01   8808  8807  0 14:35 pts/0    00:00:00 -bash

                              jboss01   8833  8808  0 14:36 pts/0    00:00:00 ps -ef

                              jboss01   8834  8808  0 14:36 pts/0    00:00:00 grep --color=auto jboss01*

                              • 27. Re: I am trying to install Jboss AS7 on the linux 7.2
                                anmk28

                                check the logs you can find the host name and manager server port number.

                                exp:- if you ruining domain.sh you can see the logs

                                Http management interface listening on http://127.0.0.1:9990/management

                                or

                                Admin console listening on http://127.0.0.1:9990

                                user the server ip address and port number .

                                 

                                if its not working check the FW port are open or not you can check via telnet command  .

                                Thanks

                                Mahesh

                                • 28. Re: I am trying to install Jboss AS7 on the linux 7.2
                                  ggorantla1979

                                  Hi Mahesh,

                                  Below is the command which i have executed and log file....... I see the ports are opened i.e 8080 and 9990..........Below are the outputs

                                  [jboss01@acs-dev01 bin]$ nohup ./domain.sh > NOD.out &

                                  [jboss01@acs-dev01 bin]$ cat NOD.out

                                  =========================================================================

                                   

                                   

                                    JBoss Bootstrap Environment

                                   

                                   

                                    JBOSS_HOME: /dev01/Software/wildfly-9.0.2.Final

                                   

                                   

                                    JAVA: java

                                   

                                   

                                    JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true

                                   

                                   

                                  =========================================================================

                                   

                                   

                                  09:48:45,263 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final

                                  09:48:45,380 INFO  [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'

                                  [Host Controller] 09:48:45,827 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final

                                  [Host Controller] 09:48:45,980 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

                                  [Host Controller] 09:48:46,024 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0049: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) starting

                                  [Host Controller] 09:48:46,666 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1)

                                  [Host Controller] 09:48:46,669 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.3.1.Final

                                  [Host Controller] 09:48:46,678 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.3.1.Final

                                  [Host Controller] 09:48:46,730 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 4.0.9.Final

                                  [Host Controller] 09:48:46,761 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) WFLYRMT0001: Listening on 127.0.0.1:9999

                                  [Host Controller] 09:48:48,015 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/profile=default/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,018 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'enabled' in the resource at address '/profile=default/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,075 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/profile=ha/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,077 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'enabled' in the resource at address '/profile=ha/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,094 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'default-stack' in the resource at address '/profile=ha/subsystem=jgroups' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,122 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/profile=full/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,124 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'enabled' in the resource at address '/profile=full/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,168 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/profile=full-ha/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,170 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'enabled' in the resource at address '/profile=full-ha/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,183 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'default-stack' in the resource at address '/profile=full-ha/subsystem=jgroups' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Host Controller] 09:48:48,774 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0023: Starting server server-one

                                  09:48:48,828 INFO  [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:server-one'

                                  [Server:server-one] 09:48:49,282 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final

                                  [Server:server-one] 09:48:49,529 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

                                  [Server:server-one] 09:48:49,605 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) starting

                                  [Server:server-one] 09:48:49,671 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.3.1.Final

                                  [Server:server-one] 09:48:49,679 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.3.1.Final

                                  [Server:server-one] 09:48:49,704 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 4.0.9.Final

                                  [Host Controller] 09:48:50,227 INFO  [org.jboss.as.host.controller] (Remoting "master:MANAGEMENT" task-4) WFLYHC0021: Server [Server:server-one] connected using connection [Channel ID 06c41a58 (inbound) of Remoting connection 4ee88081 to /127.0.0.1:37104]

                                  [Host Controller] 09:48:50,267 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0023: Starting server server-two

                                  [Host Controller] 09:48:50,295 INFO  [org.jboss.as.host.controller] (server-registration-threads - 1) WFLYHC0020: Registering server server-one

                                  09:48:50,352 INFO  [org.jboss.as.process.Server:server-two.status] (ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:server-two'

                                  [Server:server-two] 09:48:51,284 INFO  [org.jboss.modules] (main) JBoss Modules version 1.4.3.Final

                                  [Server:server-two] 09:48:51,857 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

                                  [Server:server-one] 09:48:51,950 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 27) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Server:server-one] 09:48:51,962 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 29) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Server:server-two] 09:48:52,048 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) starting

                                  [Server:server-one] 09:48:52,096 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 34) WFLYWS0002: Activating WebServices Extension

                                  [Server:server-two] 09:48:52,150 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.3.1.Final

                                  [Server:server-two] 09:48:52,170 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.3.1.Final

                                  [Server:server-two] 09:48:52,197 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.9.Final

                                  [Server:server-one] 09:48:52,500 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 36) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

                                  [Server:server-one] 09:48:52,536 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0001: Activating Infinispan subsystem.

                                  [Server:server-one] 09:48:52,556 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0003: Undertow 1.2.9.Final starting

                                  [Server:server-one] 09:48:52,557 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 1.2.9.Final starting

                                  [Server:server-one] 09:48:52,581 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 38) WFLYSEC0002: Activating Security Subsystem

                                  [Server:server-one] 09:48:52,592 INFO  [org.jboss.as.security] (MSC service thread 1-4) WFLYSEC0001: Current PicketBox version=4.9.2.Final

                                  [Server:server-one] 09:48:52,611 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0014: Creating file handler for path /dev01/Software/wildfly-9.0.2.Final/welcome-content

                                  [Server:server-one] 09:48:52,615 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem

                                  [Server:server-one] 09:48:52,632 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]

                                  [Server:server-one] 09:48:52,651 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 56) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors

                                  [Server:server-one] 09:48:52,665 INFO  [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service

                                  [Server:server-one] 09:48:52,666 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

                                  [Server:server-one] 09:48:52,704 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 54) WFLYIIOP0001: Activating IIOP Subsystem

                                  [Server:server-one] 09:48:52,713 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 59) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                                  [Server:server-one] 09:48:52,713 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (IronJacamar 1.2.5.Final)

                                  [Server:server-one] 09:48:52,747 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2

                                  [Host Controller] 09:48:52,912 INFO  [org.jboss.as.host.controller] (Remoting "master:MANAGEMENT" task-8) WFLYHC0021: Server [Server:server-two] connected using connection [Channel ID 70ea4093 (inbound) of Remoting connection 359d0af3 to /127.0.0.1:58464]

                                  [Server:server-one] 09:48:53,016 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.

                                  [Server:server-one] 09:48:53,044 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting

                                  [Host Controller] 09:48:53,145 INFO  [org.jboss.as.host.controller] (server-registration-threads - 1) WFLYHC0020: Registering server server-two

                                  [Server:server-one] 09:48:53,223 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on /127.0.0.1:8080

                                  [Host Controller] 09:48:53,964 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management

                                  [Host Controller] 09:48:53,964 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

                                  [Host Controller] 09:48:53,965 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) (Host Controller) started in 8512ms - Started 50 of 52 services (15 services are lazy, passive or on-demand)

                                  [Server:server-one] 09:48:54,098 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

                                  [Server:server-one] 09:48:54,121 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-2) WFLYIIOP0009: CORBA ORB Service started

                                  [Server:server-one] 09:48:54,825 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 5.0.0.Final

                                  [Server:server-one] 09:48:54,833 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-one/data/messagingjournal,bindingsDirectory=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-one/data/messagingbindings,largeMessagesDirectory=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-one/data/messaginglargemessages,pagingDirectory=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-one/data/messagingpaging)

                                  [Server:server-one] 09:48:54,835 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221006: Waiting to obtain live lock

                                  [Server:server-one] 09:48:54,967 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221012: Using AIO Journal

                                  [Server:server-one] 09:48:55,067 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221043: Adding protocol support CORE

                                  [Server:server-one] 09:48:55,072 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221043: Adding protocol support AMQP

                                  [Server:server-one] 09:48:55,074 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221043: Adding protocol support STOMP

                                  [Server:server-one] 09:48:55,144 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221034: Waiting to obtain live lock

                                  [Server:server-one] 09:48:55,145 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221035: Live Server Obtained live lock

                                  [Server:server-two] 09:48:55,440 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 29) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Server:server-two] 09:48:55,442 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 31) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

                                  [Server:server-two] 09:48:55,533 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 36) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

                                  [Server:server-two] 09:48:55,551 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 34) WFLYWS0002: Activating WebServices Extension

                                  [Server:server-two] 09:48:55,569 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 44) WFLYNAM0001: Activating Naming Subsystem

                                  [Server:server-two] 09:48:55,587 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]

                                  [Server:server-two] 09:48:55,556 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 38) WFLYSEC0002: Activating Security Subsystem

                                  [Server:server-one] 09:48:55,620 INFO  [org.jboss.messaging] (MSC service thread 1-3) WFLYMSG0016: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor

                                  [Server:server-one] 09:48:55,620 INFO  [org.jboss.messaging] (MSC service thread 1-4) WFLYMSG0016: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor

                                  [Server:server-two] 09:48:55,640 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0001: Activating Infinispan subsystem.

                                  [Server:server-two] 09:48:55,681 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.2.9.Final starting

                                  [Server:server-one] 09:48:55,705 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221007: Server is now live

                                  [Server:server-one] 09:48:55,705 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221001: HornetQ Server version 2.4.7.Final (2.4.7.Final, 124) [d8e28503-e703-11e5-b78a-41d5d32d90ee]

                                  [Server:server-two] 09:48:55,684 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0003: Undertow 1.2.9.Final starting

                                  [Server:server-two] 09:48:55,721 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 54) WFLYIIOP0001: Activating IIOP Subsystem

                                  [Server:server-two] 09:48:55,724 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 56) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors

                                  [Server:server-two] 09:48:55,756 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 59) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                                  [Server:server-two] 09:48:55,761 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service

                                  [Server:server-one] 09:48:55,759 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 62) WFLYMSG0002: Bound messaging object to jndi name java:/ConnectionFactory

                                  [Server:server-one] 09:48:55,813 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 64) WFLYMSG0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

                                  [Server:server-one] 09:48:55,814 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 65) HQ221003: trying to deploy queue jms.queue.DLQ

                                  [Server:server-two] 09:48:55,821 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (IronJacamar 1.2.5.Final)

                                  [Server:server-one] 09:48:55,822 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 63) HQ221003: trying to deploy queue jms.queue.ExpiryQueue

                                  [Server:server-one] 09:48:55,825 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-1) WFLYJCA0007: Registered connection factory java:/JmsXA

                                  [Server:server-two] 09:48:55,853 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.2.Final

                                  [Server:server-one] 09:48:55,863 INFO  [org.hornetq.ra] (MSC service thread 1-1) HornetQ resource adaptor started

                                  [Server:server-one] 09:48:55,863 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra

                                  [Server:server-one] 09:48:55,864 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-1) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]

                                  [Server:server-one] 09:48:55,865 INFO  [org.jboss.as.messaging] (MSC service thread 1-1) WFLYMSG0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory

                                  [Server:server-two] 09:48:56,333 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 35) WFLYUT0014: Creating file handler for path /dev01/Software/wildfly-9.0.2.Final/welcome-content

                                  [Server:server-one] 09:48:56,505 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) started in 7528ms - Started 230 of 404 services (218 services are lazy, passive or on-demand)

                                  [Server:server-two] 09:48:56,538 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = h2

                                  [Server:server-two] 09:48:56,670 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

                                  [Server:server-two] 09:48:56,880 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.

                                  [Server:server-two] 09:48:56,962 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting

                                  [Server:server-two] 09:48:57,067 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on /127.0.0.1:8230

                                  [Server:server-two] 09:48:57,548 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-1) WFLYIIOP0009: CORBA ORB Service started

                                  [Server:server-two] 09:48:57,985 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

                                  [Server:server-two] 09:48:58,072 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-two/data/messagingjournal,bindingsDirectory=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-two/data/messagingbindings,largeMessagesDirectory=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-two/data/messaginglargemessages,pagingDirectory=/dev01/Software/wildfly-9.0.2.Final/domain/servers/server-two/data/messagingpaging)

                                  [Server:server-two] 09:48:58,073 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221006: Waiting to obtain live lock

                                  [Server:server-two] 09:48:58,092 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221012: Using AIO Journal

                                  [Server:server-two] 09:48:58,100 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 5.0.0.Final

                                  [Server:server-two] 09:48:58,141 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221043: Adding protocol support CORE

                                  [Server:server-two] 09:48:58,146 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221043: Adding protocol support AMQP

                                  [Server:server-two] 09:48:58,148 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221043: Adding protocol support STOMP

                                  [Server:server-two] 09:48:58,180 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221034: Waiting to obtain live lock

                                  [Server:server-two] 09:48:58,180 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221035: Live Server Obtained live lock

                                  [Server:server-two] 09:48:58,586 INFO  [org.jboss.messaging] (MSC service thread 1-2) WFLYMSG0016: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor

                                  [Server:server-two] 09:48:58,587 INFO  [org.jboss.messaging] (MSC service thread 1-3) WFLYMSG0016: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor

                                  [Server:server-two] 09:48:58,742 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221007: Server is now live

                                  [Server:server-two] 09:48:58,742 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221001: HornetQ Server version 2.4.7.Final (2.4.7.Final, 124) [d8e89fa4-e703-11e5-a33e-772fd0fad7a9]

                                  [Server:server-two] 09:48:58,747 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221003: trying to deploy queue jms.queue.DLQ

                                  [Server:server-two] 09:48:58,832 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 64) WFLYMSG0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

                                  [Server:server-two] 09:48:58,839 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 65) WFLYMSG0002: Bound messaging object to jndi name java:/ConnectionFactory

                                  [Server:server-two] 09:48:58,840 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 63) HQ221003: trying to deploy queue jms.queue.ExpiryQueue

                                  [Server:server-two] 09:48:58,873 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-3) WFLYJCA0007: Registered connection factory java:/JmsXA

                                  [Server:server-two] 09:48:58,900 INFO  [org.hornetq.ra] (MSC service thread 1-3) HornetQ resource adaptor started

                                  [Server:server-two] 09:48:58,900 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-3) IJ020002: Deployed: file://RaActivatorhornetq-ra

                                  [Server:server-two] 09:48:58,901 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-1) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]

                                  [Server:server-two] 09:48:58,902 INFO  [org.jboss.as.messaging] (MSC service thread 1-1) WFLYMSG0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory

                                  [Server:server-two] 09:48:59,376 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) started in 8857ms - Started 230 of 404 services (218 services are lazy, passive or on-demand)

                                  [jboss01@acs-dev01 bin]$

                                   

                                  [root@acs-dev01 ~]# netstat -an | grep 8080 | grep -i listen

                                  tcp        0      0 127.0.0.1:8080          0.0.0.0:*               LISTEN

                                  [root@acs-dev01 ~]# netstat -an | grep 9990 | grep -i listen

                                  tcp        0      0 127.0.0.1:9990          0.0.0.0:*               LISTEN

                                  [root@acs-dev01 ~]#

                                  • 29. Re: I am trying to install Jboss AS7 on the linux 7.2
                                    ggorantla1979

                                    [root@acs-dev01 ~]# netstat -an | grep 8230 | grep -i listen

                                    tcp        0      0 127.0.0.1:8230          0.0.0.0:*               LISTEN