Hello,
I have a custom module that writes to Azure Date Lake folders. The module has been tested on a development machine and we know it works correctly in client, designer and gateway scopes.
However, when we moved the module to a similar test environment we encounter an odd error. The same module and scripts still work in client and designer scopes. But, when we try to run the exact same code on a gateway timer we get the following:
“Error fetching access token
Operation null failed with exception javax.net.ssl.SSLHandshakeException : sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Last encountered exception thrown after 5 tries. [javax.net.ssl.SSLHandshakeException,javax.net.ssl.SSLHandshakeException,javax.net.ssl.SSLHandshakeException,javax.net.ssl.SSLHandshakeException,javax.net.ssl.SSLHandshakeException]
[ServerRequestId:null]”
Does anyone have any thoughts why it may be failing on the gateway scoping only? or how to go about narrowing down the cause?
Ken