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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..