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

Problem with nodejs 0.10.21 #96

Open
Caez83 opened this issue Dec 5, 2013 · 2 comments
Open

Problem with nodejs 0.10.21 #96

Caez83 opened this issue Dec 5, 2013 · 2 comments

Comments

@Caez83
Copy link

Caez83 commented Dec 5, 2013

Hello

I have a problem with the latest version of nodes.
Node-xmpp-bosh doesn't work and crash

I have this error :
/opt/node-xmpp-bosh/node_modules/eventpipe/eventpipe.js:86
throw args[0];
^
Error: accept EMFILE
at errnoException (net.js:901:11)
at TCP.onconnection (net.js:1159:24)

I don't have problem with nodes 0.6.14 and node-xmpp-bosh 0.7.10

@dhruvbird
Copy link
Collaborator

Did you run "npm install node-xmpp-bosh" or "npm install ." after upgrading node.js? If not, you should since some of the bindings are compiled bindings (node-expat, and ws for example).

@Caez83
Copy link
Author

Caez83 commented Dec 5, 2013

Yes
I've installed node and node-xmpp-bosh in a new path.
I'm downloading the binary version of nodejs and i'm installing node-xmpp-bosh with npm install node-xmpp-bosh@version after changing my export PATH and NODE_PATH

I can launch node, but i'm unable to connect with my software to the http-bind path and after few minutes, all the nodes instances crash with the error message.

With node 0.6.14 i don't have this problem (and i'm doing the same procedure because i'm using a new path to )

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

No branches or pull requests

2 participants