You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Duck CLI is unable to connect to Azure Blob Storage
missing‐library problem when the Azure code attempts to load its XML parser (Woodstox).
• “Provider ch.cyberduck.core.azure.AzureProtocol not found”
• “javax.xml.stream.FactoryConfigurationError: Provider for class javax.xml.stream.XMLOutputFactory cannot be created”
• “Provider com.ctc.wstx.stax.WstxOutputFactory not found”
To Reproduce
Steps to reproduce the behavior:
Install recent duck cli using msi or exe
Try to list/upload anything to Azure Blob storage
example of syntax: duck --username kahy9boj3eib --list azure://kahy9boj3eib.blob.core.windows.net/ (Use --debug for detals about error)
confirm username, enter Azure Access keys, confirm saving credentials
Duplicate woodstox Jar in Cli and Protocols-DLL, thus class service loader tries to find it in Cli (alphabetically before Protocols), doesn't find the class in Cli, and fails.
Describe the bug
Duck CLI is unable to connect to Azure Blob Storage
missing‐library problem when the Azure code attempts to load its XML parser (Woodstox).
To Reproduce
Steps to reproduce the behavior:
duck --username kahy9boj3eib --list azure://kahy9boj3eib.blob.core.windows.net/
(Use--debug
for detals about error)Expected behavior
Exact same command works from ubuntu. Tested on two Windows 10 machines, both have the same error. CyberDuck Gui works as expected.
Desktop:
The text was updated successfully, but these errors were encountered: