Page 1 of 1

Unable to connect to server .null

PostPosted: 16 Oct 2013, 10:11
by seedds
I get this error while connecting to server some times. At the same time I could ping the server with no problem.

Re: Unable to connect to server .null

PostPosted: 16 Oct 2013, 13:21
by LevelX
seedds wrote:I get this error while connecting to server some times. At the same time I could ping the server with no problem.
With a fresh started server?

Or with a server already some time running that has maybe some problems with user handling.
There are for sure some problems, if there was alrady a lot of interaction of users with the server (disconnects, canceled games etc).
Sometimes user/game/match handling is getting currupt on the server.

Re: Unable to connect to server .null

PostPosted: 06 Nov 2013, 13:23
by seedds
I got this from fresh started server.
Untitled.jpg


INFO [2013-11-06 21:18 [23:991]] Main[main]: Starting MAGE server version 1.2.0
dev20131026
INFO [2013-11-06 21:18 [24:006]] Main[main]: Logging level: INFO
INFO [2013-11-06 21:18 [47:756]] Main[main]: Started MAGE server - listening on
42.51.16.57:17171/?serializationtype=jboss
INFO [2013-11-06 21:19 [03:131]] SessionManager[WorkerThread#3[121.35.199.17:99
56]]: User: Stone userId: 4b76cbeb-640e-4c6e-bb7c-c688350299ee connected from: 1
21.35.199.17 sessionId: 5c4o1u1-3ffi71-hnolbvhl-1-hnolew1d-d
INFO [2013-11-06 21:19 [14:428]] UserManager[WorkerThread#4[121.35.199.17:9995]
]: Remove user: Stone userId: 4b76cbeb-640e-4c6e-bb7c-c688350299ee sessionId: 5c
4o1u1-3ffi71-hnolbvhl-1-hnolew1d-d Reason: Disconnected
INFO [2013-11-06 21:20 [01:819]] SessionManager[WorkerThread#4[121.35.199.17:15
03]]: User: Stone userId: 89ba4567-733c-4a29-891a-c019f6135fc8 connected from: 1
21.35.199.17 sessionId: 5c4o1u1-3ffi71-hnolbvhl-1-hnolg5wy-m
INFO [2013-11-06 21:20 [05:944]] UserManager[WorkerThread#5[121.35.199.17:1562]
]: Remove user: Stone userId: 89ba4567-733c-4a29-891a-c019f6135fc8 sessionId: 5c
4o1u1-3ffi71-hnolbvhl-1-hnolg5wy-m Reason: Disconnected

Re: Unable to connect to server .null

PostPosted: 06 Nov 2013, 15:57
by LevelX
seedds wrote:I got this from fresh started server.
This are the normal INFO messages, if a user connects and disconnects to a server.

Code: Select all
INFO [2013-11-06 21:19 [03:131]] SessionManager[WorkerThread#3[121.35.199.17:9956]]: User: Stone userId: 4b76cbeb-640e-4c6e-bb7c-c688350299ee connected from: 121.35.199.17 sessionId: 5c4o1u1-3ffi71-hnolbvhl-1-hnolew1d-d
INFO [2013-11-06 21:19 [14:428]] UserManager[WorkerThread#4[121.35.199.17:9995]]: Remove user: Stone userId: 4b76cbeb-640e-4c6e-bb7c-c688350299ee sessionId: 5c4o1u1-3ffi71-hnolbvhl-1-hnolew1d-d Reason: Disconnected
INFO [2013-11-06 21:20 [01:819]] SessionManager[WorkerThread#4[121.35.199.17:1503]]: User: Stone userId: 89ba4567-733c-4a29-891a-c019f6135fc8 connected from: 121.35.199.17 sessionId: 5c4o1u1-3ffi71-hnolbvhl-1-hnolg5wy-m
INFO [2013-11-06 21:20 [05:944]] UserManager[WorkerThread#5[121.35.199.17:1562]]: Remove user: Stone userId: 89ba4567-733c-4a29-891a-c019f6135fc8 sessionId: 5c4o1u1-3ffi71-hnolbvhl-1-hnolg5wy-m Reason: Disconnected
Was this you connecting to the server and the server did not behave as expected?

Re: Unable to connect to server .null

PostPosted: 07 Nov 2013, 00:06
by seedds
This problem happened irregularly.

Some times the server disconnects my client for reasons I couldn't find (someone stay connected to the server at the same time), then I couldn't reconnect to server (the .null error appears, and the server shows connect and disconnect info) for like 20-30 minutes even if I restart the server.

Until I could find a reliable way to reproduce the problem, I suppose this is not much helpful for the developers.