Such messages are expected and don’t affect the validation. They are printed in every CLI job execution.
You can run help command, that will print a list of all possible CLI errors and corresponding process error exit codes (useful if you run CLI with a script and/or build automation around it).
java -jar p21-client-1.0.4.jar --help
These errors reported by CLI would affect the validation result and prevent you from getting the validation report.
These warnings about “log4j” are typical for the logging Apache Log4J library missing on the classpath.
If you add log4j.jar to the classpath, these warnings should go away.
I would recommend to do so, as otherwise no log files are generated, and it becomes very hard to find out what happened when the CLI for example crashes.
As Philipp said, it should however not have any influence on the validation behavior.
I have installed Pinnacle 3.0 , trying to use CLI running through SAS. However i am unable to run and generate the report. Please see below code as a reference. Can you please let me know if i am missing anything. Thanks a lot.