eforx opened a new issue, #645: URL: https://github.com/apache/maven-mvnd/issues/645
After few weeks of using this excellent utility, it suddenly stopped working. Reinstallation did not help. $ java -version java version "1.8.0_311" Java(TM) SE Runtime Environment (build 1.8.0_311-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode) $ mvnd --version mvnd native client 0.7.1-windows-amd64 (97c587c11383a67b5bd0ff8388bd94c694b91c1e) Terminal: org.jline.terminal.impl.jansi.win.JansiWinSysTerminal ``` Exception in thread "main" java.nio.BufferUnderflowException at java.nio.ByteBuffer.get(ByteBuffer.java:798) at java.nio.ByteBuffer.get(ByteBuffer.java:826) at org.mvndaemon.mvnd.common.DaemonRegistry.readString(DaemonRegistry.java:303) at org.mvndaemon.mvnd.common.DaemonRegistry.doUpdate(DaemonRegistry.java:213) at org.mvndaemon.mvnd.common.DaemonRegistry.read(DaemonRegistry.java:164) at org.mvndaemon.mvnd.common.DaemonRegistry.getAll(DaemonRegistry.java:102) at org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:101) at org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:272) at org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:118) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org