-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue while upgrading spring boot from 3.1.1 to 3.2.10 java.lang.IllegalArgumentException: Illegal base64 character 2d while getting resources from Azure Blob storage #42849
Comments
Thank you for your feedback. Tagging and routing to the team member best able to assist. |
what version of azure-identity, azure-core and azure-storage you are using? |
hi @ravening , Please find the below given versions of the respective dependencies. To give more background, I am trying to upgrade spring boot in my application from 3.1.1 to 3.3.4 in order to fix the nexus issue related to spring-webmvc. In app, Dependecy com.microsoft.azure: spring-starter-azure-storage was used to retrieve the file from blob by matching pattern. Its working perfectly fine in old setup. I used same after upgrading to 3.3.4 but it started giving me same error given in logs provided below. Later the implementation was changed andspring-starter-azure-storage was replaced by dependencies azure-storage-blob and spring-cloud-azure-starter-storage-blob. I also changed the implementation to retrieve the file by matching pattern using article given at link (https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/resource-handling#dependency-setup). But still I am getting same error. Could you please help to fix this issue or guide me to right set of dependencies ? Please let me know if you need more information. Please find below given recent logs.
|
Dear Team,
I am getting an issue while upgrading spring boot from 3.1.1 to 3.3.4. Used all the dependencies according to the mapping mentioned in link https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Versions-Mapping#spring-cloud-azure-support-status.
I am getting error 'Illegal base64 character 2d' while getting the resources from the blob container.
Code work perfectly fine with version 3.1.1. Can somebody help to fix this issue ?
please find logs given below.
The text was updated successfully, but these errors were encountered: