Some months ago, our HSQLDB started to fail when we ran backups of it, due to running out of heap space. I tried fixing this yesterday, only to find out the lack of heap space persisted until given 8GB of heap, only to be replaced by another Exception: java.io.UTFDataFormatException ... sql> \dt backup_info; TABLE_SCHEM TABLE_NAME ----------- ----------------------------- Fetched 0 rows. sql> SELECT COUNT(*) FROM BACKUP_INFO; Aug 27, 2020 11:49:01 AM org.hsqldb.persist.Logger logSevereEvent SEVERE:...
Some months ago, our HSQLDB started to fail when we ran backups of it, due to running out of heap space. I tried fixing this yesterday, only to find out the lack of heap space persisted until given 8GB of heap, only to be replaced by another Exception: java.io.UTFDataFormatException ... sql> SELECT COUNT(*) FROM BACKUP_INFO +> ; Aug 27, 2020 11:49:01 AM org.hsqldb.persist.Logger logSevereEvent SEVERE: /opt/TeamCityData/system/buildserver.data getFromFile failed 2037833 org.hsqldb.HsqlException: IO...
@anonymous: you could create this yourself and submit a patch. alternatively we could...
Made a patch that makes BrowserConsoleAppender use the native formatting for logging...
FormattedMessage messes up native object formatting in Chrome
This seems to have been fixed, so this bug should be closed. Although getFormattedMessage()...
I am really hoping to see the move to Github, but seeing there is no movement here...
This is quite similar to #32, and I could be willing to supply a patch to get this...