-
ps.. Ignore the above post.. Upgrading mysql driver doesnt fix the 'Cannot Connect to Server' Issue..
After investigating/googling some more, it appears that by default MySQL closes the db connection after 8 hours of non-use.. So after 8 hours if a user connets to the game server they are thrown out.. (This is consistent with my initial findings)..
Have added ?autoReconnect=true to the...
2009-07-15 22:07:52 UTC in Java Online Gaming Real-time Engine
-
Had exactly the same last week... Im my case it was because Linux is case sensitive.. i.e check your table is called SNAP_SHOT (and not snap_shot)..
2009-07-11 14:37:39 UTC in Java Online Gaming Real-time Engine
-
Ok.. I t hink I have fixed one other issue (was getting a Cannot Connect to Server message every now and again even though the login details were correct, mostly after the game server had not been in use for a while)..
And ...(in the log file)..
com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.io.EOFException...
2009-07-05 21:24:53 UTC in Java Online Gaming Real-time Engine
-
No, sorry cant help. The disconnecting issue I only saw a couple of days ago (site has only been up and running about 3-4 days). There has been once or twice a user thread has been left hanging (i.e. record in SNAP_SHOT table) after navigating away from the game..
I will be investigating these issues in the next few weeks (with the other ones I have) and will post any solutions/findings here..
2009-07-05 13:47:56 UTC in Java Online Gaming Real-time Engine
-
Firstly as mentioned before on previous posts, compliments to the JOGRE developers.. Was a pleasure working with it..
There are 5 JOGRE games up and running (in Beta Testing) at:-
www.bullsquared.com
(Well 1 game, Gomoku I coded myself but was pretty similar in Code/Logic to Connect4 so you guys did all the hard work)!
I have made quite a few changes which are described in this post (in...
2009-07-04 23:35:48 UTC in Java Online Gaming Real-time Engine