-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] #1908
Comments
@Chilimonster could you please upload the backup of your database to this thread? with that i'm hopefully able to debug this issue. Do you have a backup of your database that's still working? |
db_Fly Suckers-2023-07-28.zip Thanks |
I was able to download and update the database again last night without any issue. I will check again tonight. If all is well, we may be able to close this one down. Thanks |
Describe the bug
Error opening HO
To Reproduce
Steps to reproduce the behavior:
java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')
at org.hsqldb.jdbc.JDBCResultSet.getString(Unknown Source)
at org.hsqldb.jdbc.JDBCResultSet.getString(Unknown Source)
at core.db.ModuleConfigTable.findAll(ModuleConfigTable.java:51)
at core.db.DBManager.loadModuleConfigs(DBManager.java:1914)
at core.module.config.ModuleConfig.load(ModuleConfig.java:168)
at core.module.config.ModuleConfig.instance(ModuleConfig.java:25)
at module.playeranalysis.PlayerAnalysisModule.initialize(PlayerAnalysisModule.java:23)
at module.playeranalysis.PlayerAnalysisModule.(PlayerAnalysisModule.java:19)
at core.module.ModuleManager.initMap(ModuleManager.java:54)
at core.module.ModuleManager.initialize(ModuleManager.java:68)
at core.module.ModuleManager.(ModuleManager.java:46)
at core.module.ModuleManager.instance(ModuleManager.java:41)
at core.gui.HOMainFrame.initComponents(HOMainFrame.java:445)
at core.gui.HOMainFrame.(HOMainFrame.java:153)
at core.gui.HOMainFrame.instance(HOMainFrame.java:215)
at core.HO.lambda$main$1(HO.java:225)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:771)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:716)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:741)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Platform information:
Additional context
Yesterday this same database would only update if CHPP authorisation was provided each time. Backup was loaded which seemed to work ok until today.
Thanks
The text was updated successfully, but these errors were encountered: