Skip to content
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

VerifyError? #13

Open
gregko opened this issue Jun 8, 2017 · 2 comments
Open

VerifyError? #13

gregko opened this issue Jun 8, 2017 · 2 comments

Comments

@gregko
Copy link

gregko commented Jun 8, 2017

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)

@Enrico204
Copy link

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

@gregko
Copy link
Author

gregko commented Jul 27, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants