InterviewSolution
Saved Bookmarks
| 1. |
Why Do I Get The Exception "java.net.socketexception: Address Already In Use" When I Try To Run The Registry? |
|
Answer» This EXCEPTION MEANS that the port that the RegistryImpl uses (by default 1099) is already in use. You MAY have another registry RUNNING on your machine and will need to STOP it. This exception means that the port that the RegistryImpl uses (by default 1099) is already in use. You may have another registry running on your machine and will need to stop it. |
|