-
Notifications
You must be signed in to change notification settings - Fork 716
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
SQLTimeoutException when starting cerebro #207
Comments
this seems to be an issue with the sqlite library: xerial/sqlite-jdbc#106 It seems this has already been fixed, so I will update to the newest version and hopefully this will work out on the next release(will try to have it soon, perhaps tomorrow) |
Are you sure it's related? I'm running on Debian Stretch Btw. |
well, I didn't explain myself properly or linked to the correct page :) Your issue isnt exactly the same, but it was still about missing the native libraries for aarch64(which were added in the latest release). I'm preparing a release now, just let me know if this works then. |
Any news on this? Downloaded latest version for Windows. Still having same error:
|
I'm running cerebro as root under /opt/cerebro with all the files that come in the latest release (0.6.7) with openjdk version "1.8.0_141"
But I can't get it to start.
After a few seconds of starting the binary the following error comes:
with a long Stacktrace and late this:
Caused by: java.sql.SQLException: Error opening connection
and this:
Caused by: java.lang.Exception: No native library is found for os.name=Linux and os.arch=aarch64. path=/org/sqlite/native/Linux/aarch64
The text was updated successfully, but these errors were encountered: