-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The connection pool for database has been unable to grant a connection in ORMLite 5.1 #116
Comments
Same here |
5.1.same bugs +1. |
I've fixed some issues around handling of exceptions when using the |
Any update on 5.2 and 5.3 @fengqingyun2008 or @bomiyr or @KursX ? |
Sorry, don't work on the project anymore and can't test again. But I tried to update ormlite before I quit. It works definitely better. On version 5.1 database was freezing on application start. On 5.3 application was usable, but had issues in some cases. But I'm not really sure if it was issue in ormlite or not, because we used it with modified ormlite-android with support for sqlcipher. Did not have time to investigate |
The connection pool for database '/data/user/0/package/databases/database.sqlite' has been unable to grant a connection to thread 2 (main) with flags 0x5 for 30.002 seconds.
Connections: 0 active, 1 idle, 0 available.
Appears in different applications and only in 5.1
It appears after several calls TransactionManager.callInTransaction().
With 5.0 works good
The text was updated successfully, but these errors were encountered: