kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

merge volume in docker can't start app

Open shipcake opened this issue 11 months ago • 1 comments

Issue submitter TODO list

  • [X] I've looked up my issue in FAQ
  • [X] I've searched for an already existing issues here
  • [X] I've tried running master-labeled docker image and the issue still persists there
  • [X] I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Caused by: java.io.IOException: Is a directory at java.base/sun.nio.ch.FileDispatcherImpl.read0(Native Method) at java.base/sun.nio.ch.FileDispatcherImpl.read(FileDispatcherImpl.java:48) at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:330) at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:296) at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:273) at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:232) at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65) at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:107) at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:101) at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132) at java.base/java.io.PushbackInputStream.read(PushbackInputStream.java:182) at org.yaml.snakeyaml.reader.UnicodeReader.init(UnicodeReader.java:85) at org.yaml.snakeyaml.reader.UnicodeReader.read(UnicodeReader.java:117) at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:179) ... 31 common frames omitted

if i not use volume merge , i started fine 

Expected behavior

start and keep data when start again

Your installation details

docker compose

Steps to reproduce

run docker compose

Screenshots

No response

Logs

No response

Additional context

No response

shipcake avatar Nov 20 '24 02:11 shipcake