• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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.

 
Brace yourself while corporate america tries to sell us its things. Some day they will chill and use tiny ads.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic