Help: I need some way to recover from: "Store being constructed on deleted area."
I got an "Error in application 'antville': Request timed out." in Safari 1.0 Mac OSX.2
And the terminal says:
/Desktop/antclick-1.0/hop.sh Starting Helma in directory /Users/jomanuel/Desktop/antclick-1.0 Starting HTTP server on port 8080 Adding to classpath: /Users/jomanuel/Desktop/antclick-1.0/lib/ext/mckoidb.jar Starting Helma 1.2.3 (2003/03/07) on Java 1.4.1_01
java.io.IOException: Store being constructed on deleted area.
at com.mckoi.store.AbstractStore$StoreArea. <init>(AbstractStore.java:1538)
at com.mckoi.store.AbstractStore.getArea (AbstractStore.java:1393)
at com.mckoi.database.V2MasterTableDataSource. removeAllBlobReferencesForRecord(V2Master TableDataSource.java:651)
and so on and on...
...Pls, any help is welcome..
...Tks to all, in advance.
nex
I don't know details about the exact problem you're experiencing or how it happened, but according to Mr. Google, the Mckoi repair tool might be able to fix it. See "How do I repair a corrupt database?" on the Mckoi site:
java -cp mckoidb.jar com.mckoi.tools.DBConglomerateRepairTool -path [path to data files]
hns
translated to antclick:
1) make sure antclick is not running
2) make a backup copy of the data directory inside the antclick directory
3) cd to the antclick directory
4) run the following command:
java -cp lib/ext/mckoidb.jar com.mckoi.tools.DBConglomerateRepairTool -path data
good luck.
click
Tks.
I try but not luck.
:
java -cp lib/ext/mckoidb.jar com.mckoi.tools.DBConglomerateRepairTool -path data
+ Found state store: DefaultDatabase_sf
+ Initialized the state store: DefaultDatabase_sf
+ Repairing V2MasterTableDataSource 062SYS_INFO_sUSRSequenceInfo
Exception in thread "main" java.lang.RuntimeException: Can not create - store with name 062SYS_INFO_sUSRSequenceInfo already exists.
at com.mckoi.database.V1FileStoreSystem.createStore(V1FileStoreSystem.java:120)
at com.mckoi.database.V2MasterTableDataSource.checkAndRepair(V2MasterTableDataSource.java:786)
at com.mckoi.database.TableDataConglomerate.checkVisibleTables(TableDataConglomerate.java:463)
at com.mckoi.database.TableDataConglomerate.fix(TableDataConglomerate.java:2341)
at com.mckoi.tools.DBConglomerateRepairTool.repair(DBConglomerateRepairTool.java:57)
at com.mckoi.tools.DBConglomerateRepairTool.main(DBConglomerateRepairTool.java:85)
hns
is to update to the latest and greatest Mcko 1.0.2 and try again. Just replace the mckoidb.jar file in lib/ext with the new version.
http://mckoi.com/database/index.html#Download
It's probably best to try on the backup copy of the corrupted database you made.
click
btw: how I must stop running antclick?
hns
control-c, which sends a SIGINT signal to the app that tells it to terminate.