Error question

Error question

Various things about Spring that do not fit in any of the other forums listed below, including forum rules.

Moderator: Moderators

Post Reply
tad
Posts: 1
Joined: 27 Jun 2007, 23:01

Error question

Post by tad »

anybody know what the shutdown error message:" Error binding socket
as server" , means?
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

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.
Post Reply

Return to “General Discussion”