From: Tony G. <tg...@an...> - 2025-07-20 22:56:40
|
On 20/07/2025 06:25, Michael Westbay wrote: > At this point, I do a full emergency backup and restore. > > From the EXIST_HOME directory, run: > > bin/run.sh org.exist.backup.ExportMain -x -d path/to/backup/file Thanks, but still no luck. I don't have a 'run.sh'. [1] After I made a script that no longer bombed out from missing dependencies, I ran 'org.exist.backup.ExportMain'. I got multiple messages of the form: INFO: None of content dirs exist: '/usr/local/src/exist3-data/expathrepo/doc-0.4.7/content' and '/usr/local/src/exist3-data/expathrepo/doc-0.4.7/doc' then I got: 17:09:17.550 [main] ERROR org.exist.storage.DBBroker - no data found at tid 25; page 60995 java.io.IOException: no data found at tid 25; page 60995 at org.exist.storage.index.BFile.getAsStream(BFile.java:492) ~[exist.jar:?] at org.exist.storage.index.BFile.getAsStream(BFile.java:462) ~[exist.jar:?] at org.exist.storage.NativeBroker.openCollection(NativeBroker.java:928) [exist.jar:?] ... 17:09:17.554 [main] ERROR org.exist.storage.DBBroker - Collection '/db/system/security/exist/accounts' found in subCollections set but is missing from collections.dbx! 17:09:17.569 [main] ERROR org.exist.storage.BrokerPools - Unable to initialize database instance 'exist': org.exist.storage.BrokerPoolServiceException: org.exist.EXistException: java.io.IOException: Collection /db/system/security/exist/accounts cannot be created. Regards, Tony Graham. -- Senior Architect XML Division Antenna House, Inc. ---- Skerries, Ireland tg...@an... [1] The only reference to it that I found was an email from you to this list in 2021. |