Forums: Troubleshooting and Problems
Hi David,
The error implies that the configuration file is missing the Category attribute on one of the validation rule definitions. Are you running the default configuration distributed with the Validator or a customized version? Also, can you tell me what version of the Validator you are using? And whether you are running 3.1.1 or 3.1.2 checks?
Thanks,
Max
java.lang.IllegalArgumentException: The property Category is not defined
at org.opencdisc.validator.settings.RuleProperties.getProperty(RuleProperties.java:55)
at org.opencdisc.validator.report.ExcelReporter.setValidationRuleDefinitions(ExcelReporter.java:247)
at org.opencdisc.validator.DefaultValidator.run(DefaultValidator.java:325)
at org.opencdisc.validator.DefaultValidator.validate(DefaultValidator.java:218)
at org.opencdisc.validator.DefaultValidator.validate(DefaultValidator.java:160)
at org.opencdisc.validator.gui.handlers.ProgramEventHandler$ValidationThread.run(ProgramEventHandler.java:536)