Community
Participate
Working Groups
Our customer gets Error binding socket on ports <port-range> when using SSL (it works when SSL is disabled). One of our developers looked at it and said that OpenRSE just invokes a JVM method: serverSocket = sslContext.getServerSocketFactory().createServerSocket(i, backlog, bindAddr); When an exception occurs in this method, the OpenRSE code will not log the exception. It seems to me that we should modify OpenRSE to log the exception. David D. helped us out and provided a dstore_core.jar with additional logging (to stderr), so you might want to check with him. I would like to request that OpenRSE is modified to log the exception whether SSL is used or not. Please backport to v321.
Created attachment 209223 [details] patch to log binding errors
I've committed a fix to log binding errors. Does this need to be backported?
Please backport to v321.
(In reply to comment #3) > Please backport to v321. Yes, the backpack is bug 368188.