The problem with the message "java.net.BindException: Address already in use" is that you already have your xmlrpc server running on that port.
If you're using an IDE, and your webserver didn't shutdown properly, then it's real easy to try and launch another xmlrpc server instance. There may be no indication that the original xmlrpc webserver is still running.
You should try your task / process manager (using windows, ctrl-alt-delete, choose Task Manager, and Processes. Shutdown your IDE first, then look for any remaining java or javaw processes. Kill these. Likely it'll fix your problem.
Or, reboot your computer. ;) Indra Syafruddin wrote:
I have run a xmlrpc webserver. for some reason it's quitting. When I try to start it again, it shows error : java.net.BindException: Address already in use: JVM_Bind my question is: how to stop this webserver?? (pls don't tell me the only way is to restart my computer).
