Seeing the following exception on running the "ObjectStorageSyncExample" from the SDK. I have not made any modifications. Configured the ~/.oci/config correctly as well.
Exception in thread "main" java.lang.NoSuchFieldError: id_ecPublicKey at org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter.(Unknown Source) at com.oracle.bmc.http.signing.internal.PEMFileRSAPrivateKeySupplier.(PEMFileRSAPrivateKeySupplier.java:47) at com.oracle.bmc.http.signing.internal.DefaultRequestSignerFactory.createKeySupplier(DefaultRequestSignerFactory.java:111) at com.oracle.bmc.http.signing.internal.DefaultRequestSignerFactory.createRequestSigner(DefaultRequestSignerFactory.java:54) at com.oracle.bmc.objectstorage.ObjectStorageClient.(ObjectStorageClient.java:181) at com.oracle.bmc.objectstorage.ObjectStorageClient.(ObjectStorageClient.java:137) at com.oracle.bmc.objectstorage.ObjectStorageClient.(ObjectStorageClient.java:109) at com.oracle.bmc.objectstorage.ObjectStorageClient.(ObjectStorageClient.java:84) at com.oracle.bmc.objectstorage.ObjectStorageClient.(ObjectStorageClient.java:61) at com.oracle.bmc.objectstorage.ObjectStorageClient.(ObjectStorageClient.java:47) at com.oracle.bmc.objectstorage.ObjectStorageClient.(ObjectStorageClient.java:36)