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?
Probably using wrong version of java.
I would recommend you to use latest version of JBoss AS, which is WildFly 10.1 at the moment. you can grab it at Downloads · WildFly
AS7.1 is really old nowdays...