Description of problem: EAP is not starting with openjdk1.7.0_09. This is a community build and should start with openjdk on fedora. Version-Release number of selected component (if applicable): EAP 6.1.0.DR3 $ java -version java version "1.7.0_09-icedtea" OpenJDK Runtime Environment (fedora-2.3.5.fc16-x86_64) OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode) $ cat /etc/redhat-release Fedora release 16 (Verne) (also seen on Fedora 17) $ uname -a Linux jkudrnac 3.6.11-1.fc16.x86_64 #1 SMP Mon Dec 17 21:29:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux How reproducible: everytime Steps to Reproduce: $ ./standalone.ha Actual results: $ ./standalone.sh ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /home/jkudrnac/jboss/jboss-eap-6.1.0.DR3/jboss-eap-6.1 JAVA: /usr/lib/jvm/java-openjdk/bin/java JAVA_OPTS: -server -XX:+UseCompressedOops -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml ========================================================================= java.lang.IllegalStateException: The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogManager") at org.jboss.logmanager.Logger.getLogger(Logger.java:61) at org.jboss.as.server.Main.main(Main.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.jboss.modules.Module.run(Module.java:270) at org.jboss.modules.Main.main(Main.java:294) Expected results: EAP will start without any errors. Additional info:
Verified during 6.1.0.DR4., standalone server will now start on openjdk.
Closing this issue. This was fixed in EAP 6.1.0 GA.