Closed mrjohnson22 closed 4 years ago
There is a problem with the sqlite jdbc driver. It uses the native library and crashed when tried to load library. And this library don't support the armhf architecture.
Would this crash be avoidable if storage.provider
were to support postgresql tables?
Unfortunately, postgresql hasn't supported yet. I will add the postgresql support in the next version 2.3.0 (I'm releasing it in a few days).
ma1sd 2.3.0 (https://github.com/ma1uta/ma1sd/releases/tag/2.3.0) supports the postgresql as the internal storage, so you can use postgresql instead of the sqlite. I'll close this issue because the problem in the sqlite driver not in ma1sd and you can choose to run ma1sd with postgresql
Using OpenJDK 11, the following JRE error occurs & gets dumped to hs_err_pid*.log soon after starting ma1sd.
A similar crash happens with the JDK 8 from adoptopenjdk, so I doubt this is a Java versioning issue. I had to install JDK 8 to satisfy the dependencies of ma1sd's deb package, but later used
update-alternatives
to set my system's default JVM to the one from OpenJDK.