2 Replies Latest reply on Jun 17, 2014 11:41 PM by asocias

    Jboss 7.2.0.Final: jboss-cli or webconsole start-servers command hangs on remoting

    fredfrancisco

      Hello.

       

      I am running Jboss 7.2.0.Final in domain mode with one controller and server on the same machine. The server is defined with auto-start=false, so I start the domain controller, using the attached script, and then call  /server-group=main-server-group:start-servers in jboss-cli.

       

      The server  starts but then hangs forever, see below.

       

      [Host Controller] 10:32:49,906 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.2.0.Final "Janus" (Host Controller) started in 1446ms - Started 11 of 11 services (0 services are passive or on-demand)

      [Host Controller] 10:32:51,796 INFO  [org.jboss.as.host.controller] (management-handler-thread - 3) JBAS010922: Starting server server-one

      10:32:51,845 INFO  [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) JBAS012017: Starting process 'Server:server-one'

      [Server:server-one] 10:32:52,130 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1

      [Server:server-one] 10:32:52,292 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA

      [Server:server-one] 10:32:52,336 INFO  [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss AS 7.2.0.Final "Janus" starting

      [Server:server-one] 10:32:52,391 INFO  [org.xnio] (MSC service thread 1-13) XNIO Version 3.0.7.GA

      [Server:server-one] 10:32:52,395 INFO  [org.xnio.nio] (MSC service thread 1-13) XNIO NIO Implementation Version 3.0.7.GA

      [Server:server-one] 10:32:52,400 INFO  [org.jboss.remoting] (MSC service thread 1-13) JBoss Remoting version 3.2.14.GA

      [Host Controller] 10:32:52,769 INFO  [org.jboss.as.domain.controller.mgmt] (Remoting "mzmpm02drwks221:MANAGEMENT" task-2) JBAS010920: Server [Server:server-one] registered using connection [Channel ID 239578d3 (inbound) of Remoting connection 44e31542 to /192.168.5.249:40057]

       

       

      I had been using Jboss-7.1.4.Final.SNAPSHOT and this was not an issue. Is this a bug? Am I missing something? Any pointers?

       

      My System:

      - Fedora 18 (x86_64)

      - JDK 7u17

      - Jboss 7.2.0.Final (built from tag on github)

      - iptables flushed and disabled

       

      Thanks.