Jump to content

intelij idea build failed :runData


troyvs

Recommended Posts

 * What went wrong:
2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Could not dispatch a message to the daemon.
2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Try:
2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]  Run with --scan to get full insights.
2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2021-03-21T12:05:26.813+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Exception is:
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] org.gradle.launcher.daemon.client.DaemonConnectionException: Could not dispatch a message to the daemon.
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.launcher.daemon.client.DaemonClientConnection.dispatch(DaemonClientConnection.java:69)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.launcher.daemon.client.DaemonClientConnection.dispatch(DaemonClientConnection.java:35)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.launcher.daemon.client.DaemonClientInputForwarder$ForwardTextStreamToConnection.endOfStrea
m(DaemonClientInputForwarder.java:81)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.launcher.daemon.client.InputForwarder$1.run(InputForwarder.java:96)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64
)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at java.lang.Thread.run(Thread.java:748)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: org.gradle.internal.remote.internal.MessageIOException: Could not write '/127.0.0.1:53228'.
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:140)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.launcher.daemon.client.DaemonClientConnection.dispatch(DaemonClientConnection.java:60)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   ... 9 more
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at sun.nio.ch.SocketDispatcher.write0(Native Method)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at sun.nio.ch.IOUtil.write(IOUtil.java:51)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:469)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeWithNonBlockingRetr
y(SocketConnection.java:279)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeBufferToChannel(Soc
ketConnection.java:267)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.flush(SocketConnection.j
ava:261)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:138)
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]   ... 10 more
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
2021-03-21T12:05:26.814+0100 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Get more help at https://help.gradle.org

this is my log.

i have tryed to delete .gradle in the mod folder and userdir

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.