anybody know what the shutdown error message:" Error binding socket
as server" , means?
Error question
Moderator: Moderators
It means some other program is still bound to UDP port 8452, the port Spring uses for it's network communication.
Make sure you close (use task manager to double check) all instances of Spring that act(ed) as host and the error message should probably go away.
If not then maybe you have another program running that listens on port 8452, but I have never heard of such programs before.
Make sure you close (use task manager to double check) all instances of Spring that act(ed) as host and the error message should probably go away.
If not then maybe you have another program running that listens on port 8452, but I have never heard of such programs before.