naosense opened a new issue, #772:
URL: https://github.com/apache/maven-mvnd/issues/772

   ```
   ❯ mvd8 -Dmaven.test.skip=true -Dmvnd.jvmArgs=-XX:-MaxFDLimit clean package
   Exception in thread "main" 
org.mvndaemon.mvnd.common.DaemonException$ConnectException: Could not connect 
to the Maven daemon.
   Daemon id: cdd5bde8
     log file: /Users/xxx/.m2/mvnd/registry/1.0.0-m1/daemon-cdd5bde8.log
   ----- Last  200 lines from daemon log file - 
/Users/xxx/.m2/mvnd/registry/1.0.0-m1/daemon-cdd5bde8.log -----
   10:46:42.366 D Initializing daemon with properties:
        mvnd.home=/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64
        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 java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-opens 
java.base/sun.nio.fs=ALL-UNNAMED
        mvnd.noDaemon=false
        mvnd.debug=false
        mvnd.debug.address=8000
        mvnd.idleTimeout=3h
        mvnd.keepAlive=100ms
        mvnd.extClasspath=
        mvnd.coreExtensions=
        mvnd.jvmArgs=-XX:-MaxFDLimit
        mvnd.enableAssertions=false
        mvnd.expirationCheckDelay=10s
        mvnd.duplicateDaemonGracePeriod=10s
        mvnd.socketFamily=inet
   
   10:46:42.371 I Daemon started
   10:46:42.371 D daemon is running. Sleeping until state changes.
   ----- End of the daemon log file -----
     output: /Users/xxx/.m2/mvnd/registry/1.0.0-m1/daemon-cdd5bde8.out.log
   ----- Last  200 lines from daemon output - 
/Users/xxx/.m2/mvnd/registry/1.0.0-m1/daemon-cdd5bde8.out.log -----
   Starting daemon process: id = cdd5bde8, workingDir = 
/Users/xxx/project/0work/broadway, daemonArgs: 
/Users/xxx/Library/Java/JavaVirtualMachines/azul-1.8.0_352/Contents/Home/bin/java
 -classpath 
/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64/mvn/lib/ext/mvnd-common-1.0.0-m1.jar:/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64/mvn/lib/ext/mvnd-agent-1.0.0-m1.jar
 
-javaagent:/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64/mvn/lib/ext/mvnd-agent-1.0.0-m1.jar
 -XX:-MaxFDLimit -Dmvnd.home=/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64 
-Dmaven.home=/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64/mvn 
-Dmaven.conf=/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64/mvn/conf 
-Dmvnd.java.home=/Users/xxx/Library/Java/JavaVirtualMachines/azul-1.8.0_352/Contents/Home
 
-Dlogback.configurationFile=/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64/conf/logback.xml
 -Dmvnd.id=cdd5bde8 -Dmvnd.daemonStorage=/Users/xxx/.m2/mvnd/registry/1.0.0-m1 
-Dmvnd.registry=/Users/xxx/.m2/mvnd/registry/1.0.0-m1/registry.bin 
-Dmvnd.socketFamily=inet -D
 mvnd.home=/Users/xxx/bin/mvnd-1.0.0-m1-darwin-aarch64 
-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-opens 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.jvmArgs=-XX:-MaxFDLimit 
-Dmvnd.enableAssertions=false -Dmvnd.expirationCheckDelay=10s 
-Dmvnd.duplicateDaemonGracePeriod=10s -Dmvnd.socketFamily=inet 
org.mvndaemon.mvnd.common.MavenDaemon
   ----- End of the daemon output -----
   
           at 
org.mvndaemon.mvnd.client.DaemonConnector.connectToDaemonWithId(DaemonConnector.java:499)
           at 
org.mvndaemon.mvnd.client.DaemonConnector.startDaemon(DaemonConnector.java:308)
           at 
org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:128)
           at 
org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:327)
           at 
org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:152)
   Caused by: org.mvndaemon.mvnd.common.DaemonException$ConnectException: Could 
not connect to server /127.0.0.1:49200.
           at 
org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:583)
           at 
org.mvndaemon.mvnd.client.DaemonConnector.connectToDaemon(DaemonConnector.java:510)
           at 
org.mvndaemon.mvnd.client.DaemonConnector.connectToDaemonWithId(DaemonConnector.java:495)
           ... 4 more
   Caused by: java.io.IOException: Timeout
           at 
org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:559)
           ... 6 more
   ```


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

Reply via email to