Skip to content

Instantly share code, notes, and snippets.

@gadicc
Created October 25, 2013 19:02
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 gadicc/7160047 to your computer and use it in GitHub Desktop.
Save gadicc/7160047 to your computer and use it in GitHub Desktop.
node-fibers fail on 0.8.x
info: Welcome to Nodejitsu meteorpedia
info: jitsu v0.13.2, node v0.10.0
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node main.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /home/dragon/tmp/demeteorized/package.json
data:
data: {
data: dependencies: {
data: simplesmtp: '0.3.10',
data: eachline: '2.3.3',
data: source-map-support: '0.2.3',
data: http-proxy: '0.10.3',
data: optimist: '0.6.0',
data: shell-quote: '0.0.1',
data: esprima: '1.0.x',
data: useragent: '2.0.7',
data: semver: '2.1.0',
data: mailcomposer: '0.1.15',
data: fstream: '0.1.24',
data: tar: '0.1.18',
data: fibers: '1.0.1',
data: sockjs: '0.3.7',
data: websocket: '1.0.8',
data: stream-buffers: '0.2.5',
data: kexec: '0.1.1',
data: source-map: '0.1.30',
data: phantomjs-remote: '0.0.8',
data: keypress: '0.2.1',
data: node-syntaxhighlighter: '0.8.1',
data: send: '0.1.4',
data: underscore: '1.5.2',
data: cli-color: '0.2.3',
data: handlebars: '1.0.7',
data: request: '2.27.0',
data: connect: '2.9.0',
data: mongodb: '1.3.x'
data: },
data: description: 'website - automatically converted by Demeteorizer. https://github.com/onmodulus/demeteorizer',
data: domains: [ 'meteorpedia.com', 'meteorpedia.org', 'www.meteorpedia.com', 'www.meteorpedia.org' ],
data: engines: { node: '0.8.x' },
data: main: 'main.js',
data: name: 'website',
data: scripts: { start: 'node main.js' },
data: subdomain: 'meteorpedia',
data: version: '0.0.1-88'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-88
info Uploading: [=============================] 100%
info: Updating app website
info: Activating snapshot 0.0.1-88 for website
info: Starting app website
error: Error running command deploy
error: Errors occured while starting the application
error: Error output from application. This is usually a user error.
error:
error: /opt/run/snapshot/package/node_modules/fibers/fibers.js:13
error: throw new Error('`'+ modPath+ '.node` is missing. Try reinstalling `node-fibe
error: ^
error: Error: `/opt/run/snapshot/package/node_modules/fibers/bin/sunos-x64-v8-3.11/fibers.node` is missing. Try reinstalling `node-fibers`?
error: at Object.<anonymous> (/opt/run/snapshot/package/node_modules/fibers/fibers.js:13:8)
error: at Module._compile (module.js:449:26)
error: at Object.Module._extensions..js (module.js:467:10)
error: at Module.load (module.js:356:32)
error: at Function.Module._load (module.js:312:12)
error: at Module.require (module.js:362:17)
error: at require (module.js:378:17)
error: at Object.<anonymous> (/opt/run/snapshot/package/programs/server/boot.js:1:75)
error: at Module._compile (module.js:449:26)
error: at Object.Module._extensions..js (module.js:467:10)
error:
error: Error starting application. This could be a user error.
error: info: Running start for app.
error: info: Cleaning /opt/run
error: info: Fetching application snapshot...
error: info: Application snapshot fetched.
error: info: Unpacking snapshot...
error: info: Reading `package.json`...
error: info: Starting application...
error: info: Spawn: start --min-uptime 2000 -o /opt/run/forza.log -- forza -h multiplex.nodejitsu.com -p 8556 --start-log /opt/run/start.log --app-user meteorpedia --app-name website -- node main.js
error: info: `aeternum` pid: 51223
error: info: Writing pidfile: /root/app.pid
error: info: Tailing forza log: /opt/run/start.log
error: info: Tail closing..
error: info: Retry # 1 with 1000ms interval
error: info: Tailing forza log: /opt/run/start.log
error: info: Tail closing..
error: info: Success:start
error:
Deployed 6188 total lines of code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment