Forum Discussion
Franklin021983
Aug 02, 2021Copper Contributor
Could not initialize class com.azure.storage.blob.implementation.util.ModelHelper
Hi, I got this error, just not sure what's the cause given the ModelHelper is on the same package as BlobUrlParts.
java.lang.NoClassDefFoundError: Could not initialize class com.azure.storage.blob.implementation.util.ModelHelper
at com.azure.storage.blob.BlobUrlParts.parse(BlobUrlParts.java:371) ~[?:?]
at com.azure.storage.blob.BlobServiceClientBuilder.endpoint(BlobServiceClientBuilder.java:132) ~[?:?]
at com.azure.storage.blob.BlobServiceClientBuilder.connectionString(BlobServiceClientBuilder.java:270) ~[?:?]
1 Reply
- TimmyKraCopper ContributorHi, how do you solved this issue? I have currently the same issue as you posted.