PM2 Error
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
Is there anyway i can solve this error?
PM2 | at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19)
PM2 | at onErrorNT (internal/child_process.js:415:16)
PM2 | at process._tickCallback (internal/process/next_tick.js:63:19)
PM2 | 2021-09-06T13:02:47: PM2 error: Cancelling versioning data parsing
PM2 | 2021-09-06T13:03:41: PM2 log: Stopping app:gti id:0
PM2 | 2021-09-06T13:03:41: PM2 error: app=gti id=0 does not have a pid
PM2 | 2021-09-06T13:15:31: PM2 log: App [gti:0] starting in -fork mode-
PM2 | 2021-09-06T13:15:31: PM2 log: App [gti:0] online
PM2 | 2021-09-06T13:15:38: PM2 log: App [gti:0] exited with code [1] via signal [SIGINT]
PM2 | 2021-09-06T13:15:38: PM2 log: App [gti:0] starting in -fork mode-
PM2 | 2021-09-06T13:15:38: PM2 log: App [gti:0] online
PM2 | 2021-09-06T13:15:48: PM2 log: App [gti:0] exited with code [1] via signal [SIGINT]
PM2 | 2021-09-06T13:15:48: PM2 log: App [gti:0] starting in -fork mode-
PM2 | 2021-09-06T13:15:48: PM2 log: App [gti:0] online
PM2 | 2021-09-06T13:16:00: PM2 log: App [gti:0] exited with code [1] via signal [SIGINT]
PM2 | 2021-09-06T13:16:00: PM2 log: App [gti:0] starting in -fork mode-
PM2 | 2021-09-06T13:16:00: PM2 log: App [gti:0] online
PM2 | 2021-09-06T13:16:32: PM2 log: App [gti:0] exited with code [1] via signal [SIGINT]
PM2 | 2021-09-06T13:16:32: PM2 log: App [gti:0] starting in -fork mode-
PM2 | 2021-09-06T13:16:32: PM2 log: App [gti:0] online
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported PM2 logs and the internal/child_process.js stack location, then obtain the app's launch command, configuration, and complete error output. Reproduce the repeated gti startup and SIGINT exits; done means identifying a confirmed cause and documenting or fixing it with evidence.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100