Gwt debug does not start with July patch update
I am trying to debug gwt superdev but IDE throws below error in idea.log
2019-07-27 07:37:33,206 [ 765260] INFO - lij.compiler.impl.CompilerUtil - COMPILATION FINISHED (BUILD PROCESS); Errors: 0; warnings: 0 took 2720 ms: 0 min 2sec
2019-07-27 07:37:33,207 [ 765261] INFO - s.CompilerReferenceServiceBase - backward reference index reader doesn't exist
2019-07-27 07:37:33,256 [ 765310] INFO - ij.execution.JavaExecutionUtil - Agent jars were copied to C:\Users\razak.dangi\.IntelliJIdea2019.2\system\groovyHotSwap
2019-07-27 07:37:33,516 [ 765570] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/Program Files/JetBrains/IntelliJ IDEA 2019.2/plugins/java/lib/jps-launcher.jar;C:/Program Files/AdoptOpenJDK/jdk8u212-b04/lib/tools.jar
2019-07-27 07:37:33,586 [ 765640] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2019-07-27 07:37:33,586 [ 765640] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Defaulting to no-operation (NOP) logger implementation
2019-07-27 07:37:33,587 [ 765641] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2019-07-27 07:37:38,097 [ 770151] INFO - nection.impl.ResponseProcessor - Connection reset
com.google.protobuf.InvalidProtocolBufferException: Connection reset
at com.google.protobuf.GeneratedMessageLite.parsePartialDelimitedFrom(GeneratedMessageLite.java:1750)
at com.google.protobuf.GeneratedMessageLite.parseDelimitedFrom(GeneratedMessageLite.java:1725)
at com.intellij.gwt.shell.remoteUi.generated.RemoteMessageProto$Message.parseDelimitedFrom(RemoteMessageProto.java:14700)
at com.intellij.gwt.run.remoteUi.responses.RemoteUiResponseReader.readResponse(RemoteUiResponseReader.java:26)
at com.intellij.gwt.run.remoteUi.responses.RemoteUiResponseReader.readResponse(RemoteUiResponseReader.java:16)
at com.intellij.util.io.socketConnection.impl.ResponseProcessor.lambda$startReading$0(ResponseProcessor.java:42)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:294)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
log in consol
Tracing compile failure path for type 'java.lang.Object'
Checked 0 dependencies for errors.
[ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting module 'com.google.gwt.user.User')
However running gwt super dev worked fine in command line
Please sign in to leave a comment.
Hello,
Please follow the related issue on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-218731