• 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

Fail to start JBoss 4.0.5 and JBoss 4.2.2 in Eclipse Helios

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I started JBoss 4.0.5 using port 18080, and JBoss 4.2.2 using port 28080 because 8080 in localhost is used. But I failed to start them with error message "Server JBoss vx.x at localhost was unable to start within 65 seconds. If the server requires more time, try increasing the timeout in the server editor". I have tried to increase the time-out for starting JBoss 4.0.5 and JBoss 4.2.2 in Eclipse Helios. But the problem persisted.

The strange things are that I could start JBoss 4.0.5 and JBoss 4.2.2 in DOS environment by runing "run.bat" under JBossx.x\bin folder. Also, I could start these 2 application servers in Netbeans environment.

Is there any configuration I need to set-up in Eclipse Helios?

Thanks a lot for your assistance in advance.
 
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
 
Calson LI
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Peter, the problem was solved.
 
Peter Johnson
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
Please tells us what you did to solve the problem. Your resolution could help others in the future when they come across your post.
 
Calson LI
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Peter,

I change default port number, 8080 of JBoss 4.0.5.GA to 18080 at
  • "\jboss-4.0.5.GA\server\default\deploy\http-invoker.sar\META-INF\jboss-service.xml"; and
  • "\jboss-4.0.5.GA\server\default\deploy\jbossweb-tomcat55.sar\server.xml";


  • Also, I change the port number in eclipse for JBoss 4.0.5.GA to 18080.

    Since these port number matches, Jboss 4.0.5.GA can start properly in Eclipse.

    Thanks,
    Calson

     
    Can you smell this for me? I think this tiny ad smells like blueberry pie!
    Smokeless wood heat with a rocket mass heater
    https://woodheat.net
    reply
      Bookmark Topic Watch Topic
    • New Topic