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

There's an error in pm2.log #3134

Closed
RaniSharim opened this issue Sep 4, 2017 · 2 comments
Closed

There's an error in pm2.log #3134

RaniSharim opened this issue Sep 4, 2017 · 2 comments

Comments

@RaniSharim
Copy link

2017-09-04 01:59:01: [PM2] Resurrecting PM2
/xxx/.nvm/versions/node/v8.4.0/lib/node_modules/pm2/node_modules/async/dist/async.js:903
if (fn === null) throw new Error("Callback was already called.");
^

Error: Callback was already called.
at /xxx/.nvm/versions/node/v8.4.0/lib/node_modules/pm2/node_modules/async/dist/async.js:903:32
at WriteStream. (/xxx/.nvm/versions/node/v8.4.0/lib/node_modules/pm2/lib/Utility.js:162:13)
at emitOne (events.js:115:13)
at WriteStream.emit (events.js:210:7)
at onwriteError (_stream_writable.js:406:12)
at onwrite (_stream_writable.js:428:5)
at fs.js:2130:14
at FSReqWrap.wrapper [as oncomplete] (fs.js:691:5)

@Unitech
Copy link
Owner

Unitech commented Sep 4, 2017

f5ee34c

Unitech added a commit that referenced this issue Sep 14, 2017
Unitech added a commit that referenced this issue Sep 14, 2017
@Unitech
Copy link
Owner

Unitech commented Sep 15, 2017

Fixed on recently published pm2 (2.7.0):

$ npm install pm2@latest -g
$ pm2 update

Let me know if there is any issue,

@Unitech Unitech closed this as completed Sep 15, 2017
inerc pushed a commit to inerc/pm2 that referenced this issue Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants