Azure-Samples / azure-batch-samples

Azure Batch and HPC Code Samples
Other
261 stars 487 forks source link

Java Sample fails #257

Closed lawrencegripper closed 5 years ago

lawrencegripper commented 5 years ago

Error is as follows

Exception in thread "main" java.lang.ExceptionInInitializerError
    at com.microsoft.azure.batch.BatchClient.<init>(BatchClient.java:62)
    at com.microsoft.azure.batch.BatchClient.open(BatchClient.java:83)
    at PoolAndResourceFile.main(PoolAndResourceFile.java:284)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)