You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to validate a siard file with the commandline, I receive the follwing Exception:
java -jar dbptk-app-3.0.1.jar validate -if SIARD-2.1_Northwind.siard
Validate SIARD at 'SIARD-2.1_Northwind.siard'
Exception in thread "main" java.lang.IllegalAccessError: class com.databasepreservation.modules.siard.validate.component.tableData.RequirementsForTableDataValidator (in unnamed module @0x77ec78b9) cannot access class com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl (in module java.xml) because module java.xml does not export com.sun.org.apache.xerces.internal.jaxp to unnamed module @0x77ec78b9
at com.databasepreservation.modules.siard.validate.component.tableData.RequirementsForTableDataValidator.(RequirementsForTableDataValidator.java:145)
at com.databasepreservation.modules.siard.validate.component.factories.RequirementsForTableDataComponentFactory.buildComponent(RequirementsForTableDataComponentFactory.java:55)
at com.databasepreservation.modules.siard.validate.SIARDValidateModule.getValidationComponents(SIARDValidateModule.java:208)
at com.databasepreservation.modules.siard.validate.SIARDValidateModule.validate(SIARDValidateModule.java:121)
at com.databasepreservation.SIARDValidation.validate(SIARDValidation.java:92)
at com.databasepreservation.Main.runValidation(Main.java:191)
at com.databasepreservation.Main.internalMain(Main.java:129)
at com.databasepreservation.Main.main(Main.java:81)
The same SIARD file can be validate with the Desktop Version from DBPTK. And the command "java -jar dbptk-app-3.0.1.jar edit -if SIARD-2.1_valid_Northwind_3_2b.siard -l" works fine.
Hi
If I want to validate a siard file with the commandline, I receive the follwing Exception:
See also: dbptk-app.log.txt
The reports are created but empty.
The same SIARD file can be validate with the Desktop Version from DBPTK. And the command "java -jar dbptk-app-3.0.1.jar edit -if SIARD-2.1_valid_Northwind_3_2b.siard -l" works fine.
dbptk-validation-reporter-SIARD-2.1_Northwind-20241024104353744.txt
dbptk-app.log.txt
dbptk-report-20241024104353744.txt
The text was updated successfully, but these errors were encountered: