Skip to content

Instantly share code, notes, and snippets.

@thepian
Created March 29, 2013 17:51
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 thepian/e480c41282b09e1628b3 to your computer and use it in GitHub Desktop.
Save thepian/e480c41282b09e1628b3 to your computer and use it in GitHub Desktop.
First stab at deploying me meteor app
Henriks-MacBook-Air:bundle henrikvendelbo$ jitsu env set PORT 3000
info: Welcome to Nodejitsu thepian
info: jitsu v0.12.10, node v0.9.5
info: It worked if it ends with Nodejitsu ok
warn: You are using unstable version of node.js. You may experience problems.
info: Executing command env set PORT 3000
error: Error running command env set PORT 3000
error: No package found at /Users/henrikvendelbo/workspace/HTML-Widgets/fresh-api/bundle/package.json
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Henriks-MacBook-Air:bundle henrikvendelbo$ jitsu deploy
info: Welcome to Nodejitsu thepian
info: jitsu v0.12.10, node v0.9.5
info: It worked if it ends with Nodejitsu ok
warn: You are using unstable version of node.js. You may experience problems.
info: Executing command deploy
warn: There is no package.json file in /Users/henrikvendelbo/workspace/HTML-Widgets/fresh-api/bundle
warn: Creating package.json at /Users/henrikvendelbo/workspace/HTML-Widgets/fresh-api/bundle/package.json
help:
help: A package.json stores meta-data about an app
help: In order to continue we'll need to gather some information about the app
help:
help: Press ^C at any time to quit.
help: to select a default value, press ENTER
warn: About to write /Users/henrikvendelbo/workspace/HTML-Widgets/fresh-api/bundle/package.json
data:
data: {
data: engines: { node: '0.8.x' },
data: name: 'bundle',
data: scripts: { start: 'node server' },
data: subdomain: 'thepian-bundle',
data: version: '0.0.0'
data: }
data:
info: Analyzing application dependencies in node server
info: Checking app availability bundle
info: Creating app bundle
info: Creating snapshot 0.0.0
info Uploading: [=============================] 100%
info: Updating app bundle
info: Activating snapshot 0.0.0 for bundle
info: Starting app bundle
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start the app
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from app:
error:
error: module.js
error: :340
error: throw err;
error: ^
error: Error: Cannot find module '/opt/haibu/apps/thepian/bundle/package/server'
error: at Function.Module._resolveFilename (module.js:338:15)
error: at Function.Module._compile.require.resolve (module.js:382:19)
error: at Object.exports.rewrite (/opt/haibu/carapace-versions/0.8.19/node_modules/haibu-carapace/lib/cli.js:75:36)
error: at EventEmitter.carapace.run (/opt/haibu/carapace-versions/0.8.19/node_modules/haibu-carapace/lib/carapace.js:149:16)
error: at runAndReport (/opt/haibu/carapace-versions/0.8.19/node_modules/haibu-carapace/bin/carapace:69:12)
error: at async.forEachSeries.iterate (/opt/haibu/carapace-versions/0.8.19/node_modules/haibu-carapace/node_modules/async/lib/async.js:116:25)
error: at /opt/haibu/carapace-versions/0.8.19/node_modules/haibu-carapace/bin/carapace:59:23
error: at module.exports.carapace.coffee.file.on.data (/opt/haibu/carapace-versions/0.8.19/node_modules/haibu-carapace/lib/plugins/coffee.js:31:11)
error: at EventEmitter.emit (events.js:96:17)
error: at fs.js:1323:14
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment