1 Reply Latest reply on May 31, 2017 11:57 AM by ctomc

    unable to invoke jboss admin console

    sswaminath

      Hi,

       

      I installed jboss 7.1 on my Unix centos desktop. I tried starting the standalone version as follows:

       

      ./standalone.sh -Djboss.bind.address=0.0.0.0 -Djboss.bind.address.management=0.0.0.0

       

      However, I'm unable to see JBOSS listening on the management ports. What could be wrong?

       

      boot log file only shows following info:

       

              sun.os.patch.level = unknown

              sun.rmi.dgc.client.gcInterval = 3600000

              sun.rmi.dgc.server.gcInterval = 3600000

              user.country = US

              user.dir = /opt/jboss_home/jboss-as-7.1.1/bin

              user.home = /home/jboss

              user.language = en

              user.name = jboss

              user.timezone = America/Chicago

      10:27:27,210 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone] -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml -Dorg.jboss.boot.log.file=/opt/jboss_home/jboss-as-7.1.1/standalone/log/boot.log -Dlogging.configuration=file:/opt/jboss_home/jboss-as-7.1.1/standalone/configuration/logging.properties

       

      What could be wrong? Can someone please help?