ahoehma commented on issue #637:
URL: https://github.com/apache/maven-mvnd/issues/637#issuecomment-1925781276

   I' using latest build maven-mvnd-1.0-m8-m40-windows-amd64 and got also this 
kind of errors ... 
   
   ```
   Exception in thread "main" 
org.mvndaemon.mvnd.common.DaemonException$ConnectException: Timeout waiting to 
connect to the Maven daemon.
   Daemon id: 605f900c
     log file: C:\Users\hoehmann\.m2\mvnd\registry\1.0-m8\daemon-605f900c.log
   ----- Last  200 lines from daemon log file - 
C:\Users\hoehmann\.m2\mvnd\registry\1.0-m8\daemon-605f900c.log -----
   
   ----- End of the daemon log file -----
     output: C:\Users\hoehmann\.m2\mvnd\registry\1.0-m8\daemon-605f900c.out.log
   ----- Last  200 lines from daemon output - 
C:\Users\hoehmann\.m2\mvnd\registry\1.0-m8\daemon-605f900c.out.log -----
   Starting daemon process: id = 605f900c, workingDir = 
D:\Dev\ApacheMaven\maven-mvnd-1.0-m8-m40-windows-amd64, daemonArgs: 
D:\Dev\Java\jdk-17.0.4\bin\java.exe -classpath 
D:\Dev\ApacheMaven\maven-mvnd-1.0-m8-m40-windows-amd64\mvn\boot\plexus-classworlds-2.6.0.jar
 -javaagent:D:\Dev\ApacheMaven\maven-mvnd-1
   .0-m8-m40-windows-amd64\mvn\lib\mvnd\mvnd-agent-1.0-m8.jar 
-Dmvnd.home=D:\Dev\ApacheMaven\maven-mvnd-1.0-m8-m40-windows-amd64 
-Dmaven.home=D:\Dev\ApacheMaven\maven-mvnd-1.0-m8-m40-windows-amd64\mvn 
-Dmaven.conf=D:\Dev\ApacheMaven\maven-mvnd-1.0-m8-m40-windows-amd64\mvn\conf 
-Dclassworlds.conf=D:\Dev\Ap
   acheMaven\maven-mvnd-1.0-m8-m40-windows-amd64\bin\mvnd-daemon.conf 
-Dorg.slf4j.simpleLogger.logFile=C:\Users\hoehmann\.m2\mvnd\registry\1.0-m8\daemon-605f900c.log
 -Dmvnd.java.home=D:\Dev\Java\jdk-17.0.4 -Dmvnd.id=605f900c 
-Dmvnd.daemonStorage=C:\Users\hoehmann\.m2\mvnd\registry\1.0-m8 
-Dmvnd.registry=C
   :\Users\hoehmann\.m2\mvnd\registry\1.0-m8\registry.bin 
-Dmvnd.socketFamily=inet 
-Dmvnd.home=D:\Dev\ApacheMaven\maven-mvnd-1.0-m8-m40-windows-amd64 
-Djdk.java.options=--add-opens java.base/java.io=ALL-UNNAMED --add-opens 
java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED 
--add-o
   pens java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-opens 
java.base/sun.nio.fs=ALL-UNNAMED -Dmvnd.noDaemon=false -Dmvnd.debug=false 
-Dmvnd.debug.address=8000 -Dmvnd.idleTimeout=3h -Dmvnd.keepAlive=100ms 
-Dmvnd.extClasspath= -Dmvnd.coreExtensions= -Dmvnd.enableAssertions=false 
-Dmvnd.expirationChe
   ckDelay=10s -Dmvnd.duplicateDaemonGracePeriod=10s -Dmvnd.socketFamily=inet 
org.codehaus.plexus.classworlds.launcher.LauncherNOTE: Picked up 
JDK_JAVA_OPTIONS: --add-opens java.base/java.io=ALL-UNNAMED --add-opens 
java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED 
--add-opens jav
   a.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-opens 
java.base/sun.nio.fs=ALL-UNNAMED
   ----- End of the daemon output -----
   
           at 
org.mvndaemon.mvnd.client.DaemonConnector.startDaemon(DaemonConnector.java:330)
           at 
org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:123)
           at 
org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:339)
           at 
org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:161)
   ```
   
   But then
   
   mvnd --status shows that process ...
   
   ```
         ID      PID                   Address   Status    RSS            Last 
activity  Java home
   15e6c0ca    20040     inet:/127.0.0.1:23817     Busy   128m  
2024-02-04T15:41:34.467  D:\Dev\Java\jdk-17.0.4
   
   ```


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