Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] The first exec mvnd clean install is failed every time #613

Closed
Oliverwqcwrw opened this issue Mar 26, 2022 · 0 comments
Closed

[bug] The first exec mvnd clean install is failed every time #613

Oliverwqcwrw opened this issue Mar 26, 2022 · 0 comments

Comments

@Oliverwqcwrw
Copy link
Member

The first exec mvnd clean install is failed every time,but the seconde exec is fine ,why appear this

Exception in thread "main" org.mvndaemon.mvnd.common.DaemonException$ConnectException: Could not connect to the Maven daemon.
Daemon id: 3abb1476
log file: /Users/wangqiang/.m2/mvnd/registry/0.7.1/daemon-3abb1476.log
----- Last 200 lines from daemon log file - /Users/wangqiang/.m2/mvnd/registry/0.7.1/daemon-3abb1476.log -----
10:09:51.782 D Initializing daemon with properties:
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.nio.fs=ALL-UNNAMED
mvnd.noDaemon=false
mvnd.debug=false
mvnd.idleTimeout=3h
mvnd.keepAlive=100ms
mvnd.extClasspath=
mvnd.coreExtensions=
mvnd.minHeapSize=128M
mvnd.maxHeapSize=2G
mvnd.threadStackSize=1M
mvnd.enableAssertions=false
mvnd.expirationCheckDelay=10s
mvnd.duplicateDaemonGracePeriod=10s
mvnd.socketFamily=inet

10:09:51.789 I Daemon started
10:09:51.791 D daemon is running. Sleeping until state changes.
10:09:51.916 I Client connected
----- End of the daemon log file -----
output: /Users/wangqiang/.m2/mvnd/registry/0.7.1/daemon-3abb1476.out.log
----- Last 200 lines from daemon output - /Users/wangqiang/.m2/mvnd/registry/0.7.1/daemon-3abb1476.out.log -----

----- End of the daemon output -----

    at org.mvndaemon.mvnd.client.DaemonConnector.connectToDaemonWithId(DaemonConnector.java:441)
    at org.mvndaemon.mvnd.client.DaemonConnector.startDaemon(DaemonConnector.java:288)
    at org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:122)
    at org.mvndaemon.mvnd.client.DefaultClient.execute(DefaultClient.java:272)
    at org.mvndaemon.mvnd.client.DefaultClient.main(DefaultClient.java:118)

Caused by: org.mvndaemon.mvnd.common.DaemonException$ConnectException: Could not connect to server /127.0.0.1:58265.
at org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:523)
at org.mvndaemon.mvnd.client.DaemonConnector.connectToDaemon(DaemonConnector.java:452)
at org.mvndaemon.mvnd.client.DaemonConnector.connectToDaemonWithId(DaemonConnector.java:438)
... 4 more
Caused by: java.io.IOException: Timeout
at org.mvndaemon.mvnd.client.DaemonConnector.connect(DaemonConnector.java:500)
... 6 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant