Post
Topic
Board Announcements (Altcoins)
Re: Qora | 100% POS | Assets | Names | Voting | Automated Transactions
by
vbcs
on 31/05/2015, 09:32:05 UTC
this is what I get when I try to start the client today:



can anyone help me?

Can you please try to run the .exe as admin (right click / Run As Admin) and tell me if it worked?

did not work, same error

Code:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.io.IOError: java.io.IOException: Checksum does not match, data broken
at org.mapdb.StoreWAL.get(StoreWAL.java:322)
at org.mapdb.Caches$HashTable.get(Caches.java:246)
at org.mapdb.EngineWrapper.get(EngineWrapper.java:58)
at org.mapdb.BTreeMap.(BTreeMap.java:541)
at org.mapdb.DB.getTreeMap(DB.java:798)
at org.mapdb.DB$BTreeMapMaker.makeOrGet(DB.java:660)
at database.ATMap.openMap(ATMap.java:89)
at database.ATMap.getMap(ATMap.java:71)
at database.DBMap.(DBMap.java:42)
at database.ATMap.(ATMap.java:51)
at database.DBSet.(DBSet.java:105)
at database.DBSet.reCreateDatabase(DBSet.java:70)
at database.DBSet.getInstance(DBSet.java:50)
at controller.Controller.start(Controller.java:142)
at Start.main(Start.java:37)
... 5 more
Caused by: java.io.IOException: Checksum does not match, data broken
at org.mapdb.Store.deserialize(Store.java:261)
at org.mapdb.StoreDirect.get2(StoreDirect.java:475)
at org.mapdb.StoreWAL.get2(StoreWAL.java:336)
at org.mapdb.StoreWAL.get(StoreWAL.java:320)
... 19 more

I was getting similar errors usually when I was not closing the QORA app properly. Did QORA closed properly the first time you got the error