Hi,
I’m getting the following message while runing openCDISC CLI to generate the define.xml on Solaris
I’m not sure where to start with troubleshooting the problem.
Any help is greatly appreciated.
Thank you.
Vanessa
Beginning generation, please wait…
log4j:WARN No appenders could be found for logger (org.opencdisc.validator.settings.ConfigurationManager).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See Apache log4j 1.2 - Frequently Asked Technical Questions for more info.
Exception in thread “main” java.lang.UnsupportedOperationException: Cannot read variables from an XmlDataSource
at org.opencdisc.validator.data.XmlDataSource.parseVariables(XmlDataSource.java:44)
at org.opencdisc.validator.data.AbstractDataSource.getVariables(AbstractDataSource.java:103)
at org.opencdisc.validator.DefaultValidator.generate(DefaultValidator.java:251)
at org.opencdisc.validator.DefaultValidator.generate(DefaultValidator.java:182)
at org.opencdisc.validator.cli.CommandParser.parse(CommandParser.java:499)
at org.opencdisc.validator.cli.Main.main(Main.java:30)