jglick opened a new issue #608:
URL: https://github.com/apache/maven-mvnd/issues/608


   As in #607,
   
   ```
   mvnd JVM client 0.7.1-windows-amd64 
(97c587c11383a67b5bd0ff8388bd94c694b91c1e)
   Terminal: org.jline.terminal.impl.jansi.win.JansiWinSysTerminal
   Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
   Maven home: C:\Program Files\mvndaemon\mvnd-0.7.1-windows-amd64\mvn
   Java version: 11.0.13, vendor: Oracle Corporation, runtime: C:\Program 
Files\OpenJDK\openjdk-11.0.13_8
   Default locale: en_US, platform encoding: Cp1252
   OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
   ```
   
   does not seem to work to run builds (anything other than `-version`):
   
   ```
   Exception in thread "main" java.lang.ExceptionInInitializerError
           at 
org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:196)
           at 
org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:118)
   Caused by: java.lang.NumberFormatException: For input string: "self"
           at 
java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
           at java.base/java.lang.Integer.parseInt(Integer.java:652)
           at java.base/java.lang.Integer.parseInt(Integer.java:770)
           at 
org.mvndaemon.mvnd.common.DaemonRegistry.getProcessId0(DaemonRegistry.java:290)
           at 
org.mvndaemon.mvnd.common.DaemonRegistry.<clinit>(DaemonRegistry.java:271)
           ... 2 more
   ```
   
   Seems distinct from #147 / #149.


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to