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
Creating buckets with Exasol 8.29.1 fails with the following error message:
org.opentest4j.AssertionFailedError: Time out trying to verify that Bucket 'ReadEnabledBucketIT_1722407920147' exists after waiting PT5.050095S
at com.exasol.bucketfs.testutil.BucketCreator.waitUntilBucketExists([BucketCreator.java:76](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.ReadEnabledBucketIT.createBucket([ReadEnabledBucketIT.java:109](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.ReadEnabledBucketIT.testDownloadWithWrongReadPasswordFails([ReadEnabledBucketIT.java:117](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at java.base/java.util.ArrayList.forEach([ArrayList.java:1541](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at java.base/java.util.ArrayList.forEach([ArrayList.java:1541](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
Caused by: com.exasol.bucketfs.BucketAccessException: E-BFSJ-3: Access denied trying to list '[https://localhost:58348/ReadEnabledBucketIT_1722407920147/'](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html).
at com.exasol.bucketfs.HttpResponseEvaluator.evaluate([HttpResponseEvaluator.java:38](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.list.ListingRetriever.requestListing([ListingRetriever.java:71](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.list.ListingRetriever.retrieve([ListingRetriever.java:61](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.list.BucketContentLister.retrieve([BucketContentLister.java:46](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.ReadEnabledBucket.listContents([ReadEnabledBucket.java:121](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.ReadEnabledBucket.listContents([ReadEnabledBucket.java:94](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.testutil.BucketCreator.bucketExists([BucketCreator.java:108](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
at com.exasol.bucketfs.testutil.BucketCreator.waitUntilBucketExists([BucketCreator.java:72](vscode-file://vscode-app/Users/chp/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html))
... 5 more
The text was updated successfully, but these errors were encountered:
Creating buckets with Exasol 8.29.1 fails with the following error message:
The text was updated successfully, but these errors were encountered: