JDK-8221512 : Failed to complete jcmd operation '[error][attach] could not open pipe \\.\pipe\javatool-708501419 to send result of operation jcmd'
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 13
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: windows
  • Submitted: 2019-03-26
  • Updated: 2024-10-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Sub Tasks
JDK-8227124 :  
Description
Jcmd failed to complete operation. Target VM has following error in the log:
[stress.process.out] [749.348s][error][attach] could not open pipe \\.\pipe\javatool-708501419 to send result of operation jcmd
[stress.process.out] [749.368s][error][attach] could not open pipe \\.\pipe\javatool-1156586481 to send result of operation jcmd
Comments
Accordingly new data, we hqave lastError == 2: [error][attach] could not open (2) pipe \\\\.\\pipe\\javatool562296692 to send result of operation jcmd 2 is ERROR_FILE_NOT_FOUND
08-07-2019

Possible system limit is exceeded. (?) See windows createPipe : src/jdk.attach/windows/classes/sun/tools/attach/VirtualMachineImpl.java src/jdk.attach/windows/native/libattach/VirtualMachineImpl.c
27-03-2019