• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Error While Starting JBoss 5.1.0 GA!!!

 
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry Jai! I think i chose my words incorrectly! I ran the server from command prompt first yesterday and it working properly, then I shifted to manipulating servers from my IDE.
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well those errors are gone and now the server is booting properly with run.bat -c default and run.bat -c all both working fine. It turned out to be a java version mismatch. I had set the classpath to JDK 1.5 for some other work and hence it was giving that error. I changed it to 1.6 and the server is operating smoothly.
 
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

Somnath Mallick wrote:Sorry Jai!


No problem, just wanted to make sure that we are trying to solve one issue at a time


Well those errors are gone and now the server is booting properly with run.bat -c default and run.bat -c all both working fine. It turned out to be a java version mismatch. I had set the classpath to JDK 1.5 for some other work and hence it was giving that error. I changed it to 1.6 and the server is operating smoothly.



Good to know
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I this one of the longest threads in this section or what??
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also would like to say that my HealthCheck.war is running now! Atleast the first page is showing! I had deployed the war file but forgot to start it from the console! So the servlet was unavailable! I hope i did the right thing!!!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic