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

node 0.12 + latest pm2 release #1049

Closed
adrai opened this issue Feb 27, 2015 · 7 comments
Closed

node 0.12 + latest pm2 release #1049

adrai opened this issue Feb 27, 2015 · 7 comments

Comments

@adrai
Copy link

adrai commented Feb 27, 2015

when starting my processes I get:

PM2: 2015-02-27 09:50:21: ERROR CAUGHT BY DOMAIN:
PM2: AssertionError: false == true
PM2: at RoundRobinHandle.add (cluster.js:140:3)
PM2: at queryServer (cluster.js:480:12)
PM2: at Worker.onmessage (cluster.js:438:7)
PM2: at ChildProcess. (cluster.js:692:8)
PM2: at ChildProcess.emit (events.js:129:20)
PM2: at handleMessage (child_process.js:324:10)
PM2: at Pipe.channel.onread (child_process.js:352:11)

my process.json file looks something like:

{
  "apps": [
    {
      "name": "registry",
      "script": "./infrastructure/registry/server.js",
      "exec_mode": "fork_mode"
    },
    {
      "name": "authenticator",
      "script": "./authenticator/server.js",
      "instances": "1",
      "exec_mode": "cluster_mode"
    },
...
@Unitech
Copy link
Owner

Unitech commented Feb 28, 2015

Awesome, this will be fixed for the 0.12.1 so! We are getting to a more and more stable cluster module, this is great,
Closing for now

@Unitech Unitech closed this as completed Feb 28, 2015
@adrai
Copy link
Author

adrai commented Mar 1, 2015

We need to reopen this issue because of: nodejs/node-v0.x-archive#9296 (comment)

@adrai
Copy link
Author

adrai commented Mar 1, 2015

@Unitech any idea how I can get more info?

@adrai
Copy link
Author

adrai commented Mar 1, 2015

ok, i tested on an other machine... and I can't reproduce it, so we can really close this issue...

@scopsy
Copy link

scopsy commented Oct 20, 2015

having same issue with node 0.12.7

1 similar comment
@amazing-gao
Copy link

having same issue with node 0.12.7

@abhilashsajeev
Copy link

Having same issue with node 0.12.7 and pm2

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

5 participants