Failed to Creates an asset(s) from source file(s) and upload in PDFServices
I'm using a trial version for adobe pdf service API for sample test development; Added Client config with connect timeout as "100000" and socket timeout as "400000". Even though , Getting failed when running a junit test cases to create a PDF Service in Azure pipeline.
Below Error message
2024-03-01T19:13:21.432+05:30 WARN 22960 --- [ main] c.a.p.o.internal.http.HttpClient : Connection exception encountered while executing request pdfServices.token
2024-03-01T19:14:14.205+05:30 ERROR 22960 --- [ main] c.d.c.controller.GlobalExceptionHandler : Request could not be completed. Possible cause attached!
Please help me to solve this issue and provide a right solution to complete the sample test solution
