• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Unable to start jboss-as-7.1.1.Final on Windows 8.1

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using standalone.bat
Showing below lines in command prompt.



The above lines do not give a message of "Brontes started". I tried removing "MaxPermSize=256M" but same thing happening. Have set the JAVA_HOME to "C:\Program Files\Java\jdk1.8.0_45\bin\java". Have I missed out something. Do I need to also define JBOSS_HOME or any other environment variable like PATH? Stuck at this point.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to CodeRanch!

JBoss AS 7.1.1.Final is an old version and was never tested with Java 8. Have you tried using a lower version of Java to run it?

On a related note, I highly recommend that you use the latest released WildFly version (9.0.0.Final currently) http://wildfly.org/downloads/ instead of AS 7.x. JBoss AS was renamed to WildFly (http://jaitechwriteups.blogspot.in/2013/06/wildfly-release-and-history-behind-the-release.html) and thus WildFly releases are a continuation of the JBoss AS releases.

 
I love a good mentalist. And so does this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic