Posted by: Chyne on: January 7, 2009
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 [...]
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 [...]