Antclick trouble
Hi there!
I'm running jetty/mckoi on a remote linux machine. Starting AntClick I get the following messages:
Starting HTTP server on port 8080 Adding to classpath: /home/www/web1/html/ant/lib/ext/mckoidb.jar Starting Helma 1.2.5 (2003/06/06) on Java 1.4.2_01 java.io.IOException: Area (pointer = 16960664) is not allocated! at com.mckoi.store.AbstractStore.findAllocatedAreasNotIn(AbstractStore.java:657) at com.mckoi.database.V2MasterTableDataSource.scanForLeaks(V2MasterTableDataSource.java:785) at com.mckoi.database.V2MasterTableDataSource.open(V2MasterTableDataSource.java:406)
... and a lot more of these message´s. I think the db is corrupted. That's the reason I started the mckoi repair tool: java -cp mckoidb.jar com.mckoi.tools.DBConglomerateRepairTool -path /home/www/web1/html/ant/data -name DefaultDatabase
This runs until: ....
- Repairing V2MasterTableDataSource 083APP_AV_ACCESSLOG
- Store: [ JournalledFileStore: 083APP_AV_ACCESSLOG ]
- Store areas are intact.
- Rebuilding free bins.
- Store repair complete.
- Checking record integrity. <-- always stopping there at 083APP_AV_ACCESSLOG
Is there any chance to repair my db? Any ideas are highly welcome!!!
asco