• 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 server keeps starting up.

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

I have configured Jboss 5.1 in the eclipse environment. I am able to deploy the ear file in the default instance and start the server through eclipse. T
The stacktrace is fine and i am able to go to the local host url and see my application without any startup errors from JBoss.

The problem is that once i get the message saying JBoss server has started in xx min and xx seconds, it still keeps showing me that the jboss server is starting in eclipse progress bar. I was assuming that it would stop at this point. but that is not happening. It finally times out and stops the server based on the server timeout for startup of Jboss. Can somebody please explain to me what I am doing wrong.

Env:
jboss-5.1.0.GA
Eclipse 3.4.2

Thanks.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See if this helps: https://coderanch.com/t/496649/vc/Jboss-not-starting-eclipse

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using jboss 4.0.4 and i am having same problem(jboss giving me nightmares). I am using the default ports.
Appreciate your quick help !!!
reply
    Bookmark Topic Watch Topic
  • New Topic