Skip to content

The plugin worker is exiting as it was not connected to within 5 seconds #34442

@ksdc-grantw

Description

@ksdc-grantw

Current Behavior

  • Some commands are unpredicatblly throwing the above error.
  • running nx reset normally resolves the error
  • You error message says to report ti if it happens a lot

Expected Behavior

The Plugin Worker starts in time.

GitHub Repo

No response

Steps to Reproduce

This is not a predictable problem

Nx Report

$ nx report

 NX   Report complete - copy this into the issue template

Node           : 22.22.0
OS             : win32-x64
Native Target  : x86_64-windows
npm            : 10.9.4
daemon         : Available

nx (global)            : 22.4.5
nx                     : 22.4.3
@nx/js                 : 22.4.3
@nx/eslint             : 22.4.3
@nx/workspace          : 22.4.3
@nx/jest               : 22.4.3
@nx/cypress            : 22.4.3
@nx/devkit             : 22.4.3
@nx/eslint-plugin      : 22.4.3
@nx/module-federation  : 22.4.3
@nx/plugin             : 22.4.3
@nx/react              : 22.4.3
@nx/rollup             : 22.4.3
@nx/storybook          : 22.4.3
@nx/vite               : 22.4.3
@nx/vitest             : 22.4.3
@nx/web                : 22.4.3
typescript             : 5.9.3
---------------------------------------
Registered Plugins:
@nx/vite/plugin
@nx/eslint/plugin
@nx/jest/plugin
@nx/storybook/plugin
@nx/react/router-plugin
@nx/vitest
---------------------------------------
Local workspace plugins:
@blue-file-web/plugin
---------------------------------------
Cache Usage: 0.00 B / 47.16 GB

Failure Logs

$ nx test apollo-client
The plugin worker for C:\Work\KSDC\blue-file-web\node_modules\nx\src\plugins\project-json\build-nodes\project-json is exiting as it was not connected to within 5 seconds. Plugin workers expect to receive a socket connection from the parent process shortly after being started. If you are seeing this issue, please report it to the Nx team at https://github.com/nrwl/nx/issues.
The plugin worker for @nx/vite/plugin is exiting as it was not connected to within 5 seconds. Plugin workers expect to receive a socket connection from the parent process shortly after being started. If you are seeing this issue, please report it to the Nx team at https://github.com/nrwl/nx/issues.
The plugin worker for @nx/eslint/plugin is exiting as it was not connected to within 5 seconds. Plugin workers expect to receive a socket connection from the parent process shortly after being started. If you are seeing this issue, please report it to the Nx team at https://github.com/nrwl/nx/issues.
The plugin worker for @nx/jest/plugin is exiting as it was not connected to within 5 seconds. Plugin workers expect to receive a socket connection from the parent process shortly after being started. If you are seeing this issue, please report it to the Nx team at https://github.com/nrwl/nx/issues.
The plugin worker for @nx/storybook/plugin is exiting as it was not connected to within 5 seconds. Plugin workers expect to receive a socket connection from the parent process shortly after being started. If you are seeing this issue, please report it to the Nx team at https://github.com/nrwl/nx/issues.
The plugin worker for @nx/react/router-plugin is exiting as it was not connected to within 5 seconds. Plugin workers expect to receive a socket connection from the parent process shortly after being started. If you are seeing this issue, please report it to the Nx team at https://github.com/nrwl/nx/issues.
The plugin worker for @nx/vitest is exiting as it was not connected to within 5 seconds. Plugin workers expect to receive a socket connection from the parent process shortly after being started. If you are seeing this issue, please report it to the Nx team at https://github.com/nrwl/nx/issues.
Plugin Worker for C:\Work\KSDC\blue-file-web\node_modules\nx\src\plugins\package-json is exiting as it did not receive a load message within 10 seconds of connecting. This likely indicates that the host process was terminated before the worker could be instructed to load the plugin. If you are seeing this issue, please report it to the Nx team at https://github.com/nrwl/nx/issues.

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions