You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/05/05 02:40:57 UTC

[GitHub] [maven-mvnd] finalcreator commented on issue #637: Timeout waiting to connect to the Maven daemon

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

   try with latest 0.8.1 build from source, still failed
   
   $ java -version                                                                                                                                      
   openjdk version "11.0.15" 2022-04-19
   OpenJDK Runtime Environment GraalVM CE 20.3.6 (build 11.0.15+10-jvmci-20.3-b33)
   OpenJDK 64-Bit Server VM GraalVM CE 20.3.6 (build 11.0.15+10-jvmci-20.3-b33, mixed mode, sharing)
   
   $ /Users/xxx/Tools/mvnd081/bin/mvnd -v                                                                                                            
   mvnd 0.8.1-SNAPSHOT darwin-amd64 native client (c3612be87eedac16826572e831618291b777213e)
   Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.osx.OsXNativePty
   Exception in thread "main" org.mvndaemon.mvnd.common.DaemonException$ConnectException: Timeout waiting to connect to the Maven daemon.
   Daemon id: ee87ff3f
     no log file at: /Users/xxx/.m2/mvnd/registry/0.8.1-SNAPSHOT/daemon-ee87ff3f.log
     output: /Users/xxx/.m2/mvnd/registry/0.8.1-SNAPSHOT/daemon-ee87ff3f.out.log
   ----- Last  200 lines from daemon output - /Users/xxx/.m2/mvnd/registry/0.8.1-SNAPSHOT/daemon-ee87ff3f.out.log -----
   NOTE: 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 java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED
   Listening for transport dt_socket at address: 8000
   ----- End of the daemon output -----
   
     at org.mvndaemon.mvnd.client.DaemonConnector.startDaemon(DaemonConnector.java:298)
     at org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:121)
     at org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:284)
     at org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:129)
   FAIL
   
   
   
   $ cat /Users/xxx/.m2/mvnd/registry/0.8.1-SNAPSHOT/daemon-ee87ff3f.out.log                                                                          
   NOTE: 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 java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED
   Listening for transport dt_socket at address: 8000
   
   
   


-- 
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-unsubscribe@maven.apache.org

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