• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Jboss is not starting from eclipse

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

I'm using Eclipse galileo and Jboss 5.1.0.GA.

I'm unable to start the jboss server from the eclipse. When i tried to start the jboss from it is showing the below message.

[i][b][b]15:05:58,923 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 50s:273ms[/i][/b]

but when am trying to deploy the application it is showing it is still in staring state.

Please anybody help in this.

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
 
Greenhorn
Posts: 4
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It seems that jboss port in eclipse and what is there in Server.xml (Path : jboss-5.0.0.GA\server\default\deploy\jbossweb.sar ) is not same so just check what is given in server.xml and go to eclipse >Servers and Double click on you created jboss it will open a window in eclipse editor there you need to keep the same "Port" as there in Server.xml file on above location .


it will definitely work .It worked in my case though .....
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic