Java: Check what processes are bound to a port?

Posted by bguiz on Stack Overflow See other posts from Stack Overflow or by bguiz
Published on 2010-05-09T03:57:29Z Indexed on 2010/05/09 4:28 UTC
Read the original article Hit count: 229

Filed under:
|
|
|
|

Hi,

I am developing an application in Netbeans, and it is using JavaDB. I can connect to it and execute queries without issues, but for some reason, the "Output - JavaDB Database Process" pane within Netbeans keeps displaying

Security manager installed using the Basic server security policy.
Could not listen on port 1527 on host localhost:
 java.net.BindException: Address already in use

How do I find out what process is already using, or bound to that port?


On Ubuntu Karmic, Netbeans 6.7.1

© Stack Overflow or respective owner

Related posts about java

Related posts about port