• 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

Not able to start jboss 7.1.1 on windows 7, Calling "C:\Jboss-7.1\jboss-as-7.1.1.Final\bin\standalon

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am not able to start Jboss AS 7.1.1 on windows 7. I have tried to start via command prompt and given the command as standalone.bat from the jboss home directory.  But printed one line like
Calling "C:\Jboss-7.1\jboss-as-7.1.1.Final\bin\standalone.conf.bat"  then terminated immediately . The jboss is not started. When I double clicked standalone.bat file, it is opened and closed immediately.

I have already set JAVA_HOME & JBOSS_HOME in the environment variables. Even though i am not able to start the server.

Please help me to start the jboss as 7.1.1 on windows 7.
 
Sheriff
Posts: 22781
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch!

What happens if, instead of double clicking the .bat file, you open a command prompt and execute the file from there?

This will probably show you an error message that will tell you exactly why JBoss won't start.
 
reply
    Bookmark Topic Watch Topic
  • New Topic