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

update object-client version to 3.4.2 #14

Open
gaddas3 opened this issue Oct 20, 2022 · 0 comments
Open

update object-client version to 3.4.2 #14

gaddas3 opened this issue Oct 20, 2022 · 0 comments

Comments

@gaddas3
Copy link

gaddas3 commented Oct 20, 2022

Wiping a bucket from ecs-service-broker is failing with error "The specified bucket does not exist", even though bucket is present.
org.springframework.cloud.servicebroker.exception.ServiceBrokerException: The specified bucket does not exist.
at com.emc.ecs.servicebroker.service.EcsService.wipeAndDeleteBucket(EcsService.java:147) ~[classes!/:na]
at com.emc.ecs.servicebroker.service.BucketInstanceWorkflow.delete(BucketInstanceWorkflow.java:66) ~[classes!/:na]

The ECS Service Broker is using ECS Client 3.4.2

https://github.com/thecodeteam/ecs-cf-service-broker/blob/master/build.gradle#L49-L52

    implementation(group: 'com.emc.ecs', name: 'object-client', version: '3.4.2') {
        exclude module: "slf4j-log4j12"
        exclude module: "jsr311-api"
    }

But the Bucket wipe is using an older client 3.1.3
https://github.com/EMCECS/bucket-wipe/blob/master/build.gradle#L39-L42

dependencies {
    implementation('com.emc.ecs:object-client:3.1.3') {
        exclude group: 'org.slf4j', module: 'slf4j-log4j12'
    }
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