Forums: Troubleshooting and Problems
Hi Bob.
NoClassDefFoundError in Java comes when the JVM is not able to find a class at runtime which was available during compile time. But If you look in opencdisc-validator\lib, you should have a file called poi-3.9.jar. As long as you do, then the solution we've seen work for other clients with this error is to close opencdisc validator and try again. Worst case scenario, try restarting your machine and retry the validation.
Hi,
I am getting a message that a serious error has occurred when running the validator. The technical information is as follows. Any feedback would be appreciated.
Thanks,
Bob
--------- System Information ---------
Version: 1.4
JRE: 1.6.0_17
OS: Windows 7 6.1 x86
--------------------------------------
java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFPalette
at org.apache.poi.hssf.usermodel.HSSFWorkbook.getCustomPalette(HSSFWorkbook.java:1501)
at org.opencdisc.validator.report.ExcelReporter.createStyles(ExcelReporter.java:1264)
at org.opencdisc.validator.report.ExcelReporter.close(ExcelReporter.java:153)
at org.opencdisc.validator.DefaultValidator.validate(DefaultValidator.java:456)
at org.opencdisc.validator.gui.ValidatorClient$ProcessMonitor.run(ValidatorClient.java:1412)