• 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

Eclipse w/ lomboz plugin - jboss won't start

 
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'm using Eclipse 3.0 M8 along with lomboz.3m8.preview3 along with jboss-3.2.1_tomcat-4.1.24. I go through the install and setup my application server. Everything seems fine until I go to start the app server. When I do, it seems to hang on the starting of the HttpInvoker.
The last few lines of the console output look like the folloiwng:

13:07:59,375 INFO [HttpProxyFactory] Created
13:07:59,375 INFO [HttpProxyFactory] Creating
13:07:59,375 INFO [HttpProxyFactory] Created
13:07:59,375 INFO [HttpInvoker] Starting

I'm assuming that there should be a line that says that the HttpInvoker started and then much more. This is based on my observation of when I start JBOSS by hand from the command line. Also, I would think I should be able to open a browser and surf to http://localhost:8080/jmx-console ... I get a 404 error when I attempt this.

Are my assumptions valid or does jboss only startup part of the way when invoked through eclipse/lomboz? Any clues as to what is wrong and how I might fix it would be greatly appreciated. Also, FWIW, I attempted the exact same thing with 3.0M7 and lomboz M7 and got exactly the same results.

Thanks in advance for your assistance.

Ken
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you try starting Jboss alone and then stopping it. If that works then you can try http://www.tusc.com.au they have a complete example using Lomboz 2.1.
 
reply
    Bookmark Topic Watch Topic
  • New Topic