Hi Fernando,

the error "java.net.BindException: Cannot assign requested address:
JVM_Bind" means that there already is another process listening on the
specified IP/port. This is most likely a previous instance of the
handle server which you didn't terminate, but also may be another
unrelated process.

On Windows, you can check which local ports are open for listening
using the "netstat -ano" command. Look for connections in the
"LISTENING" state. The last column will contain the process ID which
bound the port number. You can kill the process to free the port.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to