• 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

JBoss 4.2.0 not starting

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting the following message on tring to start my JBoss: no 'server' JVM at <JRE_Home>\bin\server\jvm.dll. I am using JDK 1.5, for running the JBoss server. Please help.
 
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
Are you using JRE or a JDK? I remember there was an issue with some version of 4.2.x where starting the server with just the JRE wasn't possible.

I recommend that you use JBoss AS 4.2.3 (if you want to stick with 4.x series). Also what's the output of:

 
Dushyant Agarwal
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First I wnna answer your questions:

Are you using JRE or a JDK?


I am using JDK 1.5.0.
I don't know how to find the output of

echo %JAVA_HOME%


I tried

echo %JAVA_HOME%

on the dos prompt. It gave

%JAVA_HOME%

as string output .
However, I have found the solution: if I remove the option from in the run.bat, I get the server running. As well as I got the server running with eclipse IDE without any changes to run.bat(...yayy).
reply
    Bookmark Topic Watch Topic
  • New Topic