Hi All,
I get this error periodically:
ERROR - Cannot bind() socket to port: 104, Error: 98
What does this mean?
M
Error logs
To check if port 104 is available on the server where PacsOne is installed, you can use the netstat command before PacsOne is installed (or when it's stopped):
If you see 0.0.0.0:104 shows up at the 2nd column in the output of the above command, then port 104 is being used by another program on the same server. If this is the case, you should configure PacsOne to listen to a different port to avoid such conflicts.
Code: Select all
C:\>netstat -aon -p tcp