You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build it myself from GitHub repo, the build went fine, but upon startup I get a crash, a VerifyError. I cannot even guess what it is and why, could someone give me a hint at least? Seems to be something about a DB connectivity:
Here is the stack trace:
E/Main: error
com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: General error: "java.lang.VerifyError: org.h2.mvstore.db.TransactionStore$TransactionMap" [50000-193]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:514)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:107)
at com.zaxxer.hikari.HikariDataSource.(HikariDataSource.java:71)
at it.anyplace.sync.repository.repo.SqlRepository.(SqlRepository.java:125)
at it.anyplace.sync.client.SyncthingClient.(SyncthingClient.java:68)
at it.anyplace.syncbrowser.MainActivity.initClient(MainActivity.java:146)
at it.anyplace.syncbrowser.MainActivity.-wrap7(MainActivity.java)
at it.anyplace.syncbrowser.MainActivity$15.doInBackground(MainActivity.java:379)
at it.anyplace.syncbrowser.MainActivity$15.doInBackground(MainActivity.java:377)
at android.os.AsyncTask$2.call(AsyncTask.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
The text was updated successfully, but these errors were encountered:
I tried to build it myself from GitHub repo, the build went fine, but upon startup I get a crash, a VerifyError. I cannot even guess what it is and why, could someone give me a hint at least? Seems to be something about a DB connectivity:
Here is the stack trace:
E/Main: error
com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: General error: "java.lang.VerifyError: org.h2.mvstore.db.TransactionStore$TransactionMap" [50000-193]
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:514)
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:107)
at com.zaxxer.hikari.HikariDataSource.(HikariDataSource.java:71)
at it.anyplace.sync.repository.repo.SqlRepository.(SqlRepository.java:125)
at it.anyplace.sync.client.SyncthingClient.(SyncthingClient.java:68)
at it.anyplace.syncbrowser.MainActivity.initClient(MainActivity.java:146)
at it.anyplace.syncbrowser.MainActivity.-wrap7(MainActivity.java)
at it.anyplace.syncbrowser.MainActivity$15.doInBackground(MainActivity.java:379)
at it.anyplace.syncbrowser.MainActivity$15.doInBackground(MainActivity.java:377)
at android.os.AsyncTask$2.call(AsyncTask.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:818)
The text was updated successfully, but these errors were encountered: