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

Issue in updating the meta-data using setObjectMetadata method #73

Open
meetniyazi opened this issue Feb 22, 2022 · 2 comments
Open

Issue in updating the meta-data using setObjectMetadata method #73

meetniyazi opened this issue Feb 22, 2022 · 2 comments

Comments

@meetniyazi
Copy link

Hi ,

I am trying to update the existing meta data of the file , using "setObjectMetadata" by passing required input.
But while execution of the method receive the following error.

"
Exception in thread "main" com.sun.jersey.api.client.ClientHandlerException: A message body reader for Java class com.emc.object.s3.bean.AccessControlList, and Java type class com.emc.object.s3.bean.AccessControlList, and MIME media type text/plain;charset=utf-8 was not found
at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:630)
at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:586)
at com.emc.object.s3.jersey.S3JerseyClient.executeRequest(S3JerseyClient.java:735)
at com.emc.object.s3.jersey.S3JerseyClient.getObjectAcl(S3JerseyClient.java:676)
at com.emc.object.s3.jersey.S3JerseyClient.getObjectAcl(S3JerseyClient.java:671)
at com.ing.fedupload.fileuploader.TestMain.main(TestMain.java:37)
"

@dunedodo
Copy link
Contributor

Hi ,

I am trying to update the existing meta data of the file , using "setObjectMetadata" by passing required input. But while execution of the method receive the following error.

" Exception in thread "main" com.sun.jersey.api.client.ClientHandlerException: A message body reader for Java class com.emc.object.s3.bean.AccessControlList, and Java type class com.emc.object.s3.bean.AccessControlList, and MIME media type text/plain;charset=utf-8 was not found at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:630) at com.sun.jersey.api.client.ClientResponse.getEntity(ClientResponse.java:586) at com.emc.object.s3.jersey.S3JerseyClient.executeRequest(S3JerseyClient.java:735) at com.emc.object.s3.jersey.S3JerseyClient.getObjectAcl(S3JerseyClient.java:676) at com.emc.object.s3.jersey.S3JerseyClient.getObjectAcl(S3JerseyClient.java:671) at com.ing.fedupload.fileuploader.TestMain.main(TestMain.java:37) "

Is it an occurring issue from your side?

@dunedodo
Copy link
Contributor

dunedodo commented Dec 4, 2023

Hi @meetniyazi As it has been long from your last updates, we are going to close the issue in weeks. Please do not hesitate to contact us if you have any detailed requirements.

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

2 participants