Rene van Hout - 2025-12-23

Hi Tom,

I added some assets to AssetCAT and wanted the XLS export to be converted into csv using DBConvert, however I get an Java related error msg.:

"Message:
java.lang.ClassCastException: class java.lang.String cannot be cast to class java.time.LocalDate
(java.lang.String and java.time.LocalDate are in module java.base of loader 'bootstrap')
Level:
SEVERE
Stack Trace:
class java.lang.String cannot be cast to class java.time.LocalDate (java.lang.String and java.time.LocalDate are in module java.base of loader 'bootstrap')
application.utils.General.convertObject(General.java:516)
application.model.ViewerModel.getValueAt(ViewerModel.java:105)
java.desktop/javax.swing.JTable.getValueAt(JTable.java:2769)
java.desktop/javax.swing.JTable.prepareRenderer(JTable.java:5801)
application.table.ETable.prepareRenderer(ETable.java:30)
application.utils.General.packTable(General.java:1000)
application.dialog.Viewer.createCenterPanel(Viewer.java:59)
application.dialog.BasicDialog.buildDialog(BasicDialog.java:101)
application.dialog.Viewer.buildViewer(Viewer.java:49)
dbconvert.dialog.ExportProcess.buildViewer(ExportProcess.java:112)
dbconvert.dialog.ExportProcess.loadTableModel(ExportProcess.java:67)
dbconvert.dialog.ExportProcess.run(ExportProcess.java:30)
java.base/java.lang.Thread.run(Thread.java:1583)"

Last week I processed several changes within BookCAT and that went fine, so I doubt if there is something wrong with Java on my PC although I don't know this for sure of course.

I use the current version of DBConvert, 8.6 and the Java Runtime Environment 8 update 471.
Can you give me an advice?

Thanks in advance & greetings,
René