Hi,
I have installed Jboss 7.1.0
have set the paths for JBOSS_HOME and JAVA_HOME. but not able to start the server. I am getting the logs as below:
J
Boss Bootstrap Environment JBOSS_HOME: /opt/JBoss/jboss-as-7.1.0.Final JAVA: /opt/1.8.0_51l64/bin/java JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms256m -Xmx512m -XX:MaxPermSize=512m -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 ========================================================================= Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 09:03:06,614 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA 09:03:06,787 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA 09:03:06,839 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.0.Final "Thunder" starting
After this the logs are not progressing and it is not started.
JBoss AS 7 does not work with Java 8. If you need to use Java 8 consider upgrading to WildFly (wildfly.org) which is a Java EE 7 implementation. WildFly is the new name for JBoss AS.
--
James R. Perkins