JDK-8219070 : Launching jshell failed
  • Type: Bug
  • Component: tools
  • Sub-Component: jshell
  • Affected Version: 11.0.2
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_10
  • CPU: x86_64
  • Submitted: 2019-02-14
  • Updated: 2019-02-15
  • Resolved: 2019-02-15
Related Reports
Duplicate :  
Description
A DESCRIPTION OF THE PROBLEM :
I was using jshell , it worked fine. the I had one call on skype. During call Itried jshell.
When running jshell command on command prompt. it displayed error message given below.

Launching JShell execution engine threw: Failed remote listen: java.util.concurrent.ExecutionException: com.sun.jdi.connect.TransportTimeoutException: timeout waiting for connection @ com.sun.jdi.SocketListen (defaults: timeout=, port=, localAddress=) -- {timeout=timeout=5000, port=port=, localAddress=localAddress=127.0.0.1}


After call was ended jshell worked properly. 

REGRESSION : Last worked in version 11.0.2


FREQUENCY : often



Comments
Closing this as duplicate of JDK-8184445, which is still in Open state, based on below call stack: Failed remote listen: java.util.concurrent.ExecutionException: com.sun.jdi.connect.TransportTimeoutException: timeout waiting for connection @ com.sun.jdi.SocketListen (defaults: timeout=, port=, localAddress=) -- {timeout=timeout=5000, port=port=, localAddress=localAddress=127.0.0.1}
15-02-2019