Forum Discussion

PradeepKumar's avatar
PradeepKumar
New Member
8 hours ago

PDF Report not getting generated with JDK21 version and ReadyAPI 3.64

I am unable to create PDF report on HelloWorld JDK21 application with ReadyAPI version 3.64.  This is working fine with JDK17 but getting report generation issue with JDK21 java version in PDF format

Does any one have idea what version of ReadyAPI supports JDK21 and also support report generation in any format like PDF, html etc.

We are using CICD Pipelines and Git Hub Action to run these application and in both case report generation issue is there.

+ mkdir -p ./TestResults [Pipeline] } [Pipeline] // withCredentials [Pipeline] withCredentials Masking supported pattern matches of $ARTIFACTORY_PASSWORD [Pipeline] { [Pipeline] sh + mv /TestAutoReports/*.pdf ./TestResults/ mv: cannot stat '/TestAutoReports/*.pdf': No such file or directory + true [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] echo Uploading CT test results to Artifactory path: CICD/helloworld-spring-openjdk21/0.0.126-SNAPSHOT/testResults.zip [Pipeline] sh

+ set +x % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 48705 100 48705 0 0 983k 0 --:--:-- --:--:-- --:--:-- 990k cp: cannot stat './TestResults/*.pdf': No such file or directory

No RepliesBe the first to reply