Skip to content

Instantly share code, notes, and snippets.

@yozlet
Created May 5, 2011 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yozlet/958071 to your computer and use it in GitHub Desktop.
Save yozlet/958071 to your computer and use it in GitHub Desktop.
Error when trying to run Persevere with node 0.4.2
yoz@pdp35:~/node/persevere$ bin/node-persvr example/
example/
(node) process.compile should not be used. Use require('vm').runInThisContext instead.
Downloading http://github.com/miksago/node-websocket-server/zipball/v1.4.01
Downloading https://github.com/miksago/node-websocket-server/zipball/v1.4.01
node.js:116
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Error: 400
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:775:9
at notify (/home/yoz/node/persevere/packages/nodules/lib/nodules-utils/promise.js:147:27)
at notifyAll (/home/yoz/node/persevere/packages/nodules/lib/nodules-utils/promise.js:136:7)
at [object Object].<anonymous> (/home/yoz/node/persevere/packages/nodules/lib/nodules-utils/promise.js:176:5)
at ClientRequest.<anonymous> (/home/yoz/node/persevere/packages/nodules/lib/nodules-utils/node-http-client.js:68:12)
at ClientRequest.emit (events.js:42:17)
at HTTPParser.onIncoming (http.js:1564:9)
at HTTPParser.onHeadersComplete (http.js:87:31)
at Client.onData [as ondata] (http.js:1442:27)
at Client._onReadable (net.js:654:27) failed to load jar:http://github.com/miksago/node-websocket-server/zipball/v1.4.01!/lib/ws/server.js
at Object.<anonymous> (/home/yoz/node/persevere/packages/nodules/lib/nodules.js:433:12)
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:309:23
at Object.<anonymous> (jar:http://github.com/kriszyp/pintura/zipball/v0.2.5!/lib/start-node.js:3:7)
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:309:23
at Object.<anonymous> (file:///home/yoz/node/persevere/example/lib/index.js:7:10)
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:309:23
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:200:3
at Array.<anonymous> (/home/yoz/node/persevere/packages/nodules/lib/nodules.js:446:7)
at EventEmitter._tickCallback (node.js:108:26)
@horstus
Copy link

horstus commented Aug 26, 2011

do you happen to have a solution to this problem? I'm experiencing the same issue and would be greatful for some advice

@yozlet
Copy link
Author

yozlet commented Aug 27, 2011

No, I'm afraid I didn't have time to, um, persevere with Persevere. :(

@horstus
Copy link

horstus commented Aug 27, 2011 via email

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