Forum Discussion

Franklin021983's avatar
Franklin021983
Copper Contributor
Aug 02, 2021

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

  • TimmyKra's avatar
    TimmyKra
    Copper Contributor
    Hi, how do you solved this issue? I have currently the same issue as you posted.