Eager to Code, Enjoy to Debug ~ Embark into Each Stage with Your Heart

Posts Tagged ‘Address already in use

When I was trying to compile a project in IntelliJ IDEA, the console keeps displaying the error message of ‘Address already in use: JVM_Bind:8090’. Although the console message indicates that I can access the system through the web browser but actually, there is a failure in startup context. If the system is deployed in the [...]

"Address already in use"

Posted by: Chyne on: June 25, 2008

Everytime when I try to start the application in Linux, the log will show the following errors:-
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
at java.net.ServerSocket.bind(ServerSocket.java:318)
at java.net.ServerSocket.(ServerSocket.java:185)
at java.net.ServerSocket.(ServerSocket.java:97)
at org.jpos.iso.ISOServer.run(ISOServer.java:242)
at java.lang.Thread.run(Thread.java:534)
It takes me several weeks to figure out the solution. I had been doing a lot of search for that error but I still can’t find [...]


Friday’s Java Snack


In Java, "thread" means:

  • An instance of class java.lang.Thread
  • A thread of execution


An instance of Thread is just an object that has variables and methods, and lives and dies on the heap.
 
A thread of execution is an individual process that has its own call stack (one thread per call stack).

 

November 2009
M T W T F S S
« Oct    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Archives


  • Faruk: its very very very fine solution perfect
  • blackhawk: Nice tip -- thanks for sharing
  • steven: -hlocalhost can be omitted for localhost

StatCounter

free hit counters