Managed to Screw Something Up Somehow
I've uncovered another bug in the Institutions tab that was the immediate cause of the error in the file you attached. It will be fixed in version 1.34. That error was probably somehow a downstream result of the other bug I fixed, referenced in the previous post; under normal circumstances (without the other bug) I don't see a way the new bug I found would cause the error, which would explain why we haven't seen it happen since 2021. I have still never reproduced this so it's hard to be 100% certain...
Author surnames should be search key'd as ^SURNAME$ by default.
In version 1.34, whether to include the ^ or $ by default for the surname search key will be configurable in settings. I think we can consider this ticket fully implemented so I'll go ahead and close it.
ReleaseNotes
BUG Version 1.33: xml entity exceeds size limit
Hypernomicon 1.32.2 was bundled with Java 22; Hypernomicon 1.33 was bundled with Java 25. There was a change in Java 24 that imposed very strict limits on the size of XML data that could be loaded by default: https://bugs.openjdk.org/browse/JDK-8368902 The fix is to work around this by overriding the size limits to zero (which effectively removes the size limitation). I didn't realize this change in Java 25 because my test database is not as large as yours. I have tested a fix with a Notes.xml file...
FAQ