Closed shweta5595 closed 1 month ago
@ibrahimrabab @ibrandes @kyleknap @seanmcc-msft
Thank you for your feedback. Tagging and routing to the team member best able to assist.
Thank you for reporting this issue @shweta5595!
Looking at the stack trace you've included, I notice that azure-core
1.49.0
is being used alongside azure-storage-blob
12.16.0
. This could be a possible issue with dependency skew, possibly resulting in this issue happening due to dependency conflicts. If possible, could you include the output of mvn dependency:tree
on your application. This would help determine if the root issue is in dependency skew.
Additionally, if this is happening consistently, could you include the cause of the HttpResponseException
? When this is thrown HttpResponseBodyDecoder
should include the causal exception in HttpResponseException
which should give a strong indication on what is failing during deserialization.
Hi @shweta5595. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Hi @shweta5595, we're sending this friendly reminder because we haven't heard back from you in 7 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!
Hi , we can close this ticket , this was due to jackson version incompatibility .
Describe the bug I am using azure-storage-blob v12.16.0 dependency to get storage blobs data. It was working fine until last month, but now I am getting following exception: com.azure.core.exception.HttpResponseException: Deserialization Failed. Exception or Stack Trace
To Reproduce Steps to reproduce the behavior:
Code Snippet
Expected behavior I should be able to list blobs without any error , as before. There has been no functional change in code in past 1.5 years. Also
Screenshots If applicable, add screenshots to help explain your problem.
Setup (please complete the following information):
If you suspect a dependency version mismatch (e.g. you see
NoClassDefFoundError
,NoSuchMethodError
or similar), please check out Troubleshoot dependency version conflict article first. If it doesn't provide solution for the problem, please provide:mvn dependency:tree -Dverbose
)Additional context Add any other context about the problem here.
Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report