When things just don't seem to work
Hi,
I downloaded the new validator and checked my version of Java, which is 1.5.0_06. When I double click on client.bat, I get a pop-up message saying "Could not create the Java virtual machine." I tried modifying the "path" to include the java location and I am still unable to get it to work. Please help!
Hello,
Just installed opencdisc on my flash drive. When I clikc the client.bat, I get the error "Windows cannot find '../Java/jre6/bin/javaw' [etc etc]
What do I need to change and where to get this to work?
Thanks in advance
Donovan
Hi,
I believe the SasTransportDataSource class reads in the final padding bytes (0x20) of a file as records if the variable is a double rather than discarding them.
I have a fix for this which I could submit?
cheers,
Andrew
Hi,
Just wondering if openCDISC is deployed in a public maven repository somewhere.
cheers,
Andrew
Would you kindly help me re the followin error I frequently get when running a validation against an ODM output:
Hi,
I was wondering if there is a way to, once a custom config file is created, have the client allow that custom config file to be an option in the drop down menu?
Thanks,
Peter
Hello,
I noticed that there is a trace log on my machine with messages like the following:
2010-03-19 23:51:34,222;WARN;org.opencdisc.validator.DefaultValidator;Removing rule due to an unrecoverable exception;SD0003;
2010-03-19 23:51:34,222;WARN;org.opencdisc.validator.DefaultValidator;Removing rule due to an unrecoverable exception;SD0003;
Is this something that I should be concered about - is the validator working correctly?
Regards,
David
I started the client.bat and the Configuration field is blank. There is not choice in the Drop down.
Jacques Lanoue
Hi,
I have just downloaded the USB version of the "opencdisc-validator-1.0" and I am trying to validate a define.xml file through the CLI using the statement below:
START /B ../Java/jre6/bin/java -jar lib/validator-cli-1.0.jar -source "P:\joris\opencdisc\define.xml" -config "F:\AMSI\general\Dms\CDISC\OpenCDISC\opencdisc-validator-1.0\opencdisc-validator\config\config-define-1.0.xml" -log "P:\joris\opencdisc\define.txt"
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)