Skip to content
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

Random Non-Fatal Exceptions #74

Open
farhankhan-mset opened this issue Jan 15, 2019 · 0 comments
Open

Random Non-Fatal Exceptions #74

farhankhan-mset opened this issue Jan 15, 2019 · 0 comments

Comments

@farhankhan-mset
Copy link

farhankhan-mset commented Jan 15, 2019

Hi,

I am getting random non-fatal exceptions while users try to upload a file to blob.

I am using latest sdk and not able to reproduce it but surely there are daily 30 ~ 50 exceptions are happening out of around 300.

Exceptions are below

Non-fatal Exception: com.microsoft.a.a.ab: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
       at com.microsoft.azure.storage.core.StorageRequest.materializeException(StorageRequest.java:315)
       at com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:174)
       at com.microsoft.azure.storage.blob.CloudBlockBlob.uploadFullBlob(CloudBlockBlob.java:726)
       at com.microsoft.azure.storage.blob.CloudBlockBlob.upload(CloudBlockBlob.java:679)
       at com.microsoft.azure.storage.blob.CloudBlob.uploadFromFile(CloudBlob.java:1708)
       at com.microsoft.azure.storage.blob.CloudBlob.uploadFromFile(CloudBlob.java:1680)
Non-fatal Exception: com.microsoft.a.a.ab: The server encountered an unknown failure: 
       at com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:206)
       at com.microsoft.azure.storage.blob.CloudBlobContainer.exists(CloudBlobContainer.java:767)
       at com.microsoft.azure.storage.blob.CloudBlobContainer.createIfNotExists(CloudBlobContainer.java:377)
       at com.microsoft.azure.storage.blob.CloudBlobContainer.createIfNotExists(CloudBlobContainer.java:324)```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant