You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am giving a port range in cog.properties like following. Looks like the code is never doing a reset of org.globus.net.PortRange.ports[]. Ports are actually available but this array is never reset and get "No free ports available".
tcp.port.range=4001,4005 #small range for testing
I can make the change to reset this and again call the getFreePort to restart the values. WDYT?
The text was updated successfully, but these errors were encountered:
ServerSocket close is not called. PrServerSocket and other socket has close functions have close and ports are set to UNUSED. I will take a look how to call this and close ServerSocket.
rsandhu1
added a commit
to rsandhu1/JGlobus
that referenced
this issue
Feb 10, 2014
I am giving a port range in cog.properties like following. Looks like the code is never doing a reset of org.globus.net.PortRange.ports[]. Ports are actually available but this array is never reset and get "No free ports available".
tcp.port.range=4001,4005 #small range for testing
I can make the change to reset this and again call the getFreePort to restart the values. WDYT?
The text was updated successfully, but these errors were encountered: