Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/08/2024 10:31 AM
Hello.
I'm trying to run an External JAR that I have uploaded on Saviynt.
Jar name is Dynasty.jar.
When I'm configuring the job that triggers the jar, I'm filling the fields as follow:
This is the name of the package (com.custom.dynasty) and the class (Main) in my JAR:
and also the method (main).
Can you please confirm that this configuration should work?
When I run the job, it is failing, giving me following logs:
Thanks
Solved! Go to Solution.
07/08/2024 11:26 AM
07/08/2024 01:56 PM
Hello,
yes I've already performed the restart after uploading the JAR
07/08/2024 07:37 PM
Is it performed from server. Please raise support ticket to restart all pods
07/09/2024 12:27 AM
Yes it was performed from server side as our deployment is not a standard one (cloud), but an On Prem version customized for the Client. Our infrastructure team has access to the pods and it is possible for us to hard restart the application by our own.
Could you confirm from your knowledge that the configuration of the job (name of class, name of method etc) seems correct comparing them to the Java code I shared?
07/09/2024 11:11 PM
Package name is wrong it should be com.custom.dynasty
07/10/2024 01:00 AM
Hello,
I tried with "com.custom.dynasty" but still the job is failing
07/10/2024 09:36 AM
method should be Main