• 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 not starting

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

I installed JBOSS 3.2.7.
I executed run.bat to start it and it shows me a lot of errors.
I get the error code below from server.log:

2005-06-14 11:50:01,730 DEBUG [org.jboss.web.WebService] Starting jboss:service=WebService
2005-06-14 11:50:01,746 ERROR [org.jboss.web.WebService] Starting failed jboss:service=WebService
java.net.BindException: Address already in use: JVM_Bind

Every error that JBoss shows in cmd windows is about JVM_Bind.

Is there anyone that can help me to solve this?

Thanx in advance.


Marcos
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The reason is, some other application is already using the port 8083. Eitehr you may stop that application or you may change the web service port in the jboss-service.xml (JBOSS_HOME/server/conf/jboss-service.xml) to some other number.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This could be because of IIS running in your system.
Shut down IIS first , then start JBoss.
You can stop IIS service from "Control Panel-->Administrative Tools-->services"

Shahabas E Shabeer
 
They gave me pumpkin ice cream. It was not pumpkin pie ice cream. Wiping my tongue on this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic