Angular debugging stopped working Follow
I was using Webstorm debugging feature with an Angular application, it was working perfectly. Now, it's not working anymore. It starts the debug configuration, but after a while, it suddenly crashes, the debugger stops communicating with the Angular application. I went to check the log files, and this is that shows:
2023-03-13 09:16:53,542 [ 184576] INFO - #c.i.j.d.c.j.JCEFConsoleHtmlPanel - initialization complete
2023-03-13 09:17:03,541 [ 194575] INFO - #c.i.i.b.BrowserLauncherAppless - Timed out
2023-03-13 09:17:03,541 [ 194575] INFO - #c.i.i.b.BrowserLauncherAppless - Gtk-Message: 09:16:53.771: Failed to load module "xapp-gtk3-module"
Gtk-Message: 09:16:53.797: Failed to load module "canberra-gtk-module"
Gtk-Message: 09:16:53.798: Failed to load module "canberra-gtk-module"
[2:2:0313/091653.998798:ERROR:nacl_fork_delegate_linux.cc(313)] Bad NaCl helper startup ack (0 bytes)
Gtk-Message: 09:16:54.340: Failed to load module "xapp-gtk3-module"
Gtk-Message: 09:16:54.364: Failed to load module "canberra-gtk-module"
Gtk-Message: 09:16:54.365: Failed to load module "canberra-gtk-module"
DevTools listening on ws://127.0.0.1:40133/devtools/browser/a6cb51b9-fb66-4050-8176-0583a2f129f8
[59:59:0313/091654.482795:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[2:2:0313/091654.508844:ERROR:nacl_browser.cc(287)] Failed to open NaCl IRT file "/app/extra/nacl_irt_x86_64.nexe": -4
[121:121:0313/091654.633784:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
[102:25:0313/091654.738991:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
2023-03-13 09:17:39,333 [ 230367] SEVERE - #o.j.b.BuiltInWebServer - Max frame length of 65536 has been exceeded.
io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException: Max frame length of 65536 has been exceeded.
at io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.protocolViolation(WebSocket08FrameDecoder.java:435)
at io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder.decode(WebSocket08FrameDecoder.java:288)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:519)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:458)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:280)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
2023-03-13 09:17:39,334 [ 230368] SEVERE - #o.j.b.BuiltInWebServer - WebStorm 2022.3.3 Build #WS-223.8836.27
2023-03-13 09:17:39,335 [ 230369] SEVERE - #o.j.b.BuiltInWebServer - JDK: 17.0.6; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2023-03-13 09:17:39,335 [ 230369] SEVERE - #o.j.b.BuiltInWebServer - OS: Linux
2023-03-13 09:17:39,337 [ 230371] INFO - #o.j.b.BuiltInWebServer - Channel will be closed due to error
Please sign in to leave a comment.
The issue is tracked at WEB-59866; the fix will be included in 2022.3.4 update that is coming soon. For now, I can only suggest using 2023.1 Beta, it's not affected by this issue