|
From: Dannes W. <da...@ex...> - 2014-01-06 17:46:11
|
On 6 Jan 2014, at 18:04 , Dannes Wessels <da...@ex...> wrote: >> >> Here's my options.xml file : >> >> INSTALL_PATH=c:/Database >> dataDir= >> divider= >> space= >> MAX_MEMORY= >> cacheSize= > > In the logs there is a line Install_V2 ..... what is this? the log is clear: Caused by: java.lang.NumberFormatException: For input string: "Install_V2" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at org.exist.storage.journal.Journal.findLastFile(Journal.java:433) at org.exist.storage.recovery.RecoveryManager.recover(RecoveryManager.java:80) at org.exist.storage.txn.TransactionManager.runRecovery(TransactionManager.java:144) at org.exist.storage.BrokerPool.initialize(BrokerPool.java:890) ... 16 more The work around is..... choose a different name. About the exception.... it has to do with finding recovery files, where the "." is used to split of numbering in the file. To be continued. Please could you share the options.xml file too? regards Dannes |