• 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

Error: Server port In Use (Help needed)

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm new to EJB and related technologies. I tried to run an EJB project using the WebSphere 6 and got the following error when i tried to start the server on the eclipse IDE.

Server port In Use 9080-Http

The sever is being already started manually on the command prompt.
Anybody having any idea of why this happens?

Thanks in advance...
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
This is a very common error when you have more than 1 server or application listening on the same port. Find your configuration file for WebSphere, and change the port number from 9080 to a different port and re-start the server.

 
farhath farook
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by palla sridhar:
Hi!
This is a very common error when you have more than 1 server or application listening on the same port. Find your configuration file for WebSphere, and change the port number from 9080 to a different port and re-start the server.



hi
i tried to create a server instance with a different port using eclips.. but then also am getting an error. and the server doesn't get started
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey even I am having same problem with Jboss and Tomcat when running it in Eclipse. Server run with run.bat file in same port without any problem but In eclipse it give problem "Server port in use-HTTP"
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First step: find out what else is using the port. Depending on your operating system there are different ways to do this. In windows you can use netstat.
Second step: kill the process (assuming it is not important).
 
Arif Ibrahim
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paul I checked....there is no other process running in the server port
 
There are 10 kinds of people in this world. Those that understand binary get this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic