Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Put Object fails when streaming #168

Closed
mirosval opened this issue Jun 9, 2020 · 0 comments · Fixed by #169
Closed

Put Object fails when streaming #168

mirosval opened this issue Jun 9, 2020 · 0 comments · Fixed by #169

Comments

@mirosval
Copy link
Contributor

mirosval commented Jun 9, 2020

The error returned:

BufferedHttpResponse {
  status: 500, 
  body: "<Error>\n      
      <Code>InternalError</Code>\n
          <Message>java.lang.IllegalAccessException: class org.iq80.leveldb.util.ByteBufferSupport cannot access class jdk.internal.ref.Cleaner (in module java.base) because module java.base does not export jdk.internal.ref to unnamed module @15d6911d</Message>\n    
      </Error>", 
  headers: {"server": "akka-http/10.0.10", "date": "Tue, 09 Jun 2020 12:01:09 GMT", "content-type": "text/plain; charset=UTF-8", "content-length": "311"} 
},

Bucket creation works but then this error is returned when trying to upload an object. I'm using the latest Docker image.

Seems like a java module configuration issue with java 11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant