a-sync-browser icon indicating copy to clipboard operation
a-sync-browser copied to clipboard

VerifyError?

Open gregko opened this issue 8 years ago • 2 comments

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)

gregko avatar Jun 08 '17 22:06 gregko

Hi @gregko , I cloned the repository locally and I have no issues on build. Do you still have this error?

Enrico204 avatar Jul 26 '17 21:07 Enrico204

Don't know, gave up on a-sync-browser and deleted my build tree, sorry...

gregko avatar Jul 27 '17 00:07 gregko