Exception in thread "main" java.lang Exception In InitializerError
We are facing an issue while trying to connect stage server from a java class which is present in the jar file in unix box.
Java class is working fine in our local system and it could access stage server.
We created jar file with the java class and put into unix box,when we are trying to execute the java class from shell script we are getting the attached error.
"Exception in thread "main" java.lang Exception In InitializerError"
Any advise on this issue.