Jump to content
  • 0

Error while start ( to enter in game )


Question

2 answers to this question

Recommended Posts

  • 0
Posted

You have problem with DB connection. Check the server start log, may helps you to find where you lost a connection to DB. Initialization a connection pool manager starts in firsts steps of server start. Check it. In some sources DB connection don't checks immediately after initialization and can throws errors only after server starts. For avoid that issue add in db initialization code one new property "connection timeout = 3-5 seconds". This time enough for connection to DB, because avg connection time around 500-800 ms. By default this value is 30 seconds. That's very large timeout for initialization.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...