Discussion:
Corrupted DB
Dario .
2007-03-21 14:53:01 UTC
Permalink
Toby, thanks for the last reply!
This is the log i get when i try to access my db, with DBVisualizer



% Storage System: v1 file storage mode.% Internal Data Cache size: 4194304% Internal Data Cache max cell size: 8192% lookup_comparison_list = false% read_only = false% transaction_error_on_dirty_select = false% ignore_case_for_identifiers = true% Java NIO API is available.% io_safety_level = 10% Using stardard IO API for heap buffered file access.% [Buffer Manager] Using IO API: Java IO% [Buffer Manager] Page Size: 8192% [Buffer Manager] Max pages: 256% Using regex bridge: gnu.regexp% No 'function_factories' config property found.% statement_cache = true% Max worker threads set to: 4% Starting Database Server% Storage System: v1 file storage mode.% Internal Data Cache size: 4194304% Internal Data Cache max cell size: 8192% lookup_comparison_list = false% read_only = false% transaction_error_on_dirty_select = false% ignore_case_for_identifiers = true% Java NIO API is available.% io_safety_level = 10% Using stardard IO API for heap buffered file access.% [Buffer Manager] Using IO API: Java IO% [Buffer Manager] Page Size: 8192% [Buffer Manager] Max pages: 256% Using regex bridge: gnu.regexp% No 'function_factories' config property found.% statement_cache = true% Max worker threads set to: 4% Starting Database Serverjava.io.IOException: Area (pointer = 3354656) wasn't found in store! at com.mckoi.store.AbstractStore.findAllocatedAreasNotIn(AbstractStore.java:670) at com.mckoi.database.V2MasterTableDataSource.scanForLeaks(V2MasterTableDataSource.java:785) at com.mckoi.database.V2MasterTableDataSource.open(V2MasterTableDataSource.java:406) at com.mckoi.database.TableDataConglomerate.readVisibleTables(TableDataConglomerate.java:383) at com.mckoi.database.TableDataConglomerate.open(TableDataConglomerate.java:1096) at com.mckoi.database.Database.init(Database.java:1803) at com.mckoi.database.control.DBController.startDatabase(DBController.java:131) at com.mckoi.database.jdbcserver.DefaultLocalBootable.boot(DefaultLocalBootable.java:135) at com.mckoi.database.jdbc.MDriver.connectToLocal(MDriver.java:448) at com.mckoi.database.jdbc.MDriver.connect(MDriver.java:484) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.onseven.dbvis.wrapper.DriverManagerImpl.getConnection(Unknown Source) at com.onseven.dbvis.sql.N.?(Unknown Source) at com.onseven.dbvis.sql.N.access$200(Unknown Source) at com.onseven.dbvis.sql.N$A.execute(Unknown Source) at se.pureit.util.ThreadCommand.runExecute(ThreadCommand.java:163) at se.pureit.util.ThreadCommand.run(ThreadCommand.java:143) at java.lang.Thread.run(Unknown Source)java.lang.Error: IO Error: Area (pointer = 3354656) wasn't found in store! at com.mckoi.database.Database.init(Database.java:1845) at com.mckoi.database.control.DBController.startDatabase(DBController.java:131) at com.mckoi.database.jdbcserver.DefaultLocalBootable.boot(DefaultLocalBootable.java:135) at com.mckoi.database.jdbc.MDriver.connectToLocal(MDriver.java:448) at com.mckoi.database.jdbc.MDriver.connect(MDriver.java:484) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.onseven.dbvis.wrapper.DriverManagerImpl.getConnection(Unknown Source) at com.onseven.dbvis.sql.N.?(Unknown Source) at com.onseven.dbvis.sql.N.access$200(Unknown Source) at com.onseven.dbvis.sql.N$A.execute(Unknown Source) at se.pureit.util.ThreadCommand.runExecute(ThreadCommand.java:163) at se.pureit.util.ThreadCommand.run(ThreadCommand.java:143) at java.lang.Thread.run(Unknown Source)
Loading...