intellij 2017 64 bit crashes when stopping a process

Answered

Hi i just upgraded to the new 64 bit intellij 2017.1.2 version

When i start a proccess and then try to stop it, the IDE just crashes with the exception in the logs:

 

2017-05-15 22:55:12,022 [ 19093] WARN - channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
at io.netty.buffer.PooledHeapByteBuf.setBytes(PooledHeapByteBuf.java:261)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at org.jetbrains.jps.service.impl.SharedThreadPoolImpl.lambda$executeOnPooledThread$0(SharedThreadPoolImpl.java:42)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

0
4 comments

Try disabling the antivirus/firewall and reboot.

0
Avatar
Permanently deleted user

I rebooted.

Still the same problem

I cannot disable the antivirus/firewall since it is a corporate desktop

in intellij 2016 all was ok

any idea? anymore logs that can help?

0

Please file an issue at https://youtrack.jetbrains.com/issues/IDEA and attach idea.log and build.log files: https://intellij-support.jetbrains.com/hc/articles/207241085.

Also check if changing the project JDK to a more recent version helps.

0
Avatar
Permanently deleted user

Opened the ticket

https://youtrack.jetbrains.com/issue/IDEA-172908

 

Changing to JDK 1.8 _131 did not help

Any idea?

0

Please sign in to leave a comment.