JBoss seems to hang on startup at the command line -


i trying run jboss command prompt standalone.bat file. starts startup process sits there. couldn't find answers goolgle or on here.

here output command line:

c:\jboss-as-7.1.1.final\jboss-as-7.1.1.final\bin>standalone calling "c:\jboss-as-7.1.1.final\jboss-as-7.1.1.final\bin\standalone.conf.bat" ===============================================================================  jboss bootstrap environment  jboss_home: c:\jboss-as-7.1.1.final\jboss-as-7.1.1.final  java: c:\program files\java\jre8\bin\java  java_opts: -xx:+tieredcompilation -dprogram.name=standalone.bat -xms64m -xmx51 2m -xx:maxpermsize=256m -dsun.rmi.dgc.client.gcinterval=3600000 -dsun.rmi.dgc.se rver.gcinterval=3600000 -djava.net.preferipv4stack=true -dorg.jboss.resolver.war ning=true -djboss.modules.system.pkgs=org.jboss.byteman -djboss.server.default.c onfig=standalone.xml  ===============================================================================  java hotspot(tm) 64-bit server vm warning: ignoring option maxpermsize=256m; sup port removed in 8.0 16:06:41,708 info  [org.jboss.modules] jboss modules version 1.1.1.ga 16:06:42,009 info  [org.jboss.msc] jboss msc version 1.0.2.ga 16:06:42,075 info  [org.jboss.as] jbas015899: jboss 7.1.1.final "brontes" sta rting 

and sits right here. ideas of why doesn't finish starting up?

this added info... took omoro's suggestion , went java 7. got jboss not "hang" anymore @ command line. when run standalone.bat says

calling "c:\jboss-as-7.1.1.final\jboss-as-7.1.1.final\bin\standalone.conf.bat"

and goes command prompt without starting jboss. open new thread since old problem has been cured , new problem has arisen.

thanks everyone's omoro.

this known issue. see more discussion at:

https://community.jboss.org/message/808212

quoting thread:

yes normal.

there have been changes in jdk8 prevent as7 , current version of eap6 start under jdk8. have many jdk8 related fixes in wildfly recommend use that.

as eap goes, start on jdk8 fixed in upcoming 6.2 release.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -