-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Stracktrace-Error #142
Comments
Is this really the full exception or is there a caused-by information? |
This is really unfortunately the full exception, there is no more information showing up. The strange thing is also, that this error is only shown in verbose-logging and not showing up in higher log levels.. It looks like it's not related to multiple processes accessing the database - we get the error in our application in single process-mode and also in multi-process-mode (services seperated to multiple processes).. I'm also not sure if this is hardware-vendor specific, since I don't get these errors in my android studio emulator :( |
Ouch. Is it possible this is after the application has closed but is not fully down and part of it comes up thinking it is has valid database connections? I'm really not an Android programmer although I play one on TV so I'm not going to be much help. Maybe posting that stack on SO? |
I've posted this error on SO too: https://stackoverflow.com/questions/50875210/ormlite-stacktrace-error-without-further-log-entries |
Any chance you are trying to do database operations before the database is open somehow? |
I have another stacktrace now, not sure if it helps:
|
Would it be possible to have a minimal viable app where you can replicate this behaviour? The stack trace gives away nothing that can help trace this bug. |
Unfortunately not, since the original application is quite complex and it's impossible for me to put all these things together. Also it's not happening in the android emulator, so its pretty 💩 :( No, the database should be open already. How can I ensure that the database is open? |
Hi,
we are getting quite frequently following error, which is only displayed in verbose log level:
Do you have any hints? There are no cursor leaks afaik, so I'm really not sure why I see this message so often. This also happens when I start my app completely clean and don't do much sql writing/reading work...?
I don't see any other exceptions happening...
The text was updated successfully, but these errors were encountered: