Hi All,
I’m trying to move (library) jar files from proxy level to organisation level. The organisation resource store has all the correct dependencies (validated by downloading them after upload).
However when I try to deploy the proxy without the moved libraries I get :
“The revision is deployed, but traffic cannot flow. Failed to instantiate the JavaCallout Class <>”
Couple of questions:
-
How can I get a detailed error message on public cloud (i.e. which dependency is missing)?
-
Is there something we need to do after uploading to the organisation resource store so the java runtime can find them?
Dependency lookup has to be the error since the class could initiate when we had all dependencies on proxy level.