Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with pm2 statup: PM2 error: Cancelling versioning data parsing #5909

Open
harsha121 opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@harsha121
Copy link

What's going wrong?

When I add a dependency with version having character like "json-server": "^1.0.0-beta.3" , pm2 process is not starting the application

How could we reproduce this issue?

Install "json-server": "^1.0.0-beta.3" as dependency with a sample node project , and start application using pm2.

Supporting information

# Run the following commands
$ pm2 report

PM2 | 2024-10-31T14:46:19: PM2 log: PM2 version : 5.4.2
PM2 | 2024-10-31T14:46:19: PM2 log: Node.js version : 20.11.1
PM2 | 2024-10-31T14:46:19: PM2 log: Current arch : x64
PM2 | 2024-10-31T14:46:19: PM2 log: PM2 home : C:\Users<>.pm2
PM2 | 2024-10-31T14:46:19: PM2 log: PM2 PID file : C:\Users<>.pm2\pm2.pid
PM2 | 2024-10-31T14:46:19: PM2 log: RPC socket file : \.\pipe\rpc.sock
PM2 | 2024-10-31T14:46:19: PM2 log: BUS socket file : \.\pipe\pub.sock
PM2 | 2024-10-31T14:46:19: PM2 log: Application log path : C:\Users<>.pm2\logs
PM2 | 2024-10-31T14:46:19: PM2 log: Worker Interval : 30000
PM2 | 2024-10-31T14:46:19: PM2 log: Process dump file : C:\Users<>.pm2\dump.pm2
PM2 | 2024-10-31T14:46:19: PM2 log: Concurrent actions : 2
PM2 | 2024-10-31T14:46:19: PM2 log: SIGTERM timeout : 1600
PM2 | 2024-10-31T14:46:19: PM2 log: ===============================================================================
PM2 | 2024-10-31T14:46:19: PM2 log: App [p1:0] starting in -cluster mode-
PM2 | 2024-10-31T14:46:20: PM2 log: App [p1:0] online
PM2 | 2024-10-31T14:46:22: PM2 log: App name:p1 id:0 disconnected
PM2 | 2024-10-31T14:46:22: PM2 log: App [p1:0] exited with code [0] via signal [SIGINT]
PM2 | 2024-10-31T14:46:22: PM2 error: Cancelling versioning data parsing
PM2 | 2024-10-31T14:46:22: PM2 error: Error caught while calling pidusage
PM2 | 2024-10-31T14:46:22: PM2 error: Error: No matching pid found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant