Last active
December 15, 2015 05:39
-
-
Save bogdanbiv/5210276 to your computer and use it in GitHub Desktop.
Application cannot start because in the start.sh script some symbols are not recognised:
dot = error,
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info: Welcome to Nodejitsu bogdanb | |
info: jitsu v0.12.7, node v0.8.14 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Skipping require-analyzer because noanalyze option is set | |
info: Skipping require-analyzer because noanalyze option is set | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /home/bogdanbiv/WebstormProjects/life-trackr/package.json | |
data: | |
data: { | |
data: devDependencies: { | |
data: grunt-contrib-copy: '0.4.0rc7', | |
data: grunt-usemin: '~0.1.7', | |
data: grunt-contrib-uglify: '0.1.1rc6', | |
data: grunt-bower-hooks: '~0.2.0', | |
data: grunt-contrib-livereload: '0.1.0rc8', | |
data: grunt-open: '~0.1.0', | |
data: grunt-ngmin: '~0.0.1', | |
data: grunt-contrib-compass: '0.1.1rc8', | |
data: grunt-contrib-clean: '0.4.0rc6', | |
data: grunt-google-cdn: '~0.1.0', | |
data: grunt: '0.4.0rc7', | |
data: grunt-contrib-concat: '0.1.2rc6', | |
data: grunt-contrib-jshint: '0.1.1rc6', | |
data: grunt-contrib-imagemin: '0.1.1rc8', | |
data: grunt-contrib-connect: '0.1.1rc6', | |
data: gruntacular: '~0.1.1', | |
data: matchdep: '~0.1.1', | |
data: grunt-regarde: '~0.1.1', | |
data: grunt-contrib-htmlmin: '0.1.1rc7', | |
data: grunt-contrib-coffee: '0.4.0rc7', | |
data: grunt-contrib-mincss: '0.4.0rc7' | |
data: }, | |
data: analyze: false, | |
data: bin: { http-server: './node_modules/http-server/bin/http-server' }, | |
data: dependencies: { http-server: '>=0.5.x', bower: '>=0.8.x' }, | |
data: description: 'A simple nobackend js calendar', | |
data: engines: { node: '>=0.8.0' }, | |
data: scripts: { start: './bin/start.sh' }, | |
data: main: './node_modules/http-server/lib/http-server', | |
data: name: 'life-trackr', | |
data: author: { email: '[email protected]', name: 'LifeTrackr.' }, | |
data: subdomain: 'bivcalendar', | |
data: version: '0.1.4-7' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.1.4-7 | |
info Uploading: [=============================] 100% | |
info: Updating app life-trackr | |
info: Activating snapshot 0.1.4-7 for life-trackr | |
info: Starting app life-trackr | |
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: /opt/haibu/apps/bogdanb/life-trackr/package/bin/start.sh | |
error: :3 | |
error: ls -l app app/components app/scripts app/styles | |
error: ^^^ | |
error: SyntaxError: Unexpected identifier | |
error: at Module._compile (module.js:437:25) | |
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 Function.Module.runMain (module.js:492:10) | |
error: at carapace.run (/opt/haibu/carapace-versions/0.8.19/node_modules/haibu-carapace/lib/carapace.js:170:30) | |
error: at process.startup.processNextTick.process._tickCallback (node.js:244:9) | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> | |
help: email: <[email protected]> | |
help: | |
help: Copy and paste this output to a gist (http://gist.github.com/) | |
info: Nodejitsu not ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ jitsu deploy | |
info: Welcome to Nodejitsu bogdanb | |
info: jitsu v0.12.8, node v0.8.14 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Skipping require-analyzer because noanalyze option is set | |
info: Skipping require-analyzer because noanalyze option is set | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /home/bogdanbiv/WebstormProjects/life-trackr/package.json | |
data: | |
data: { | |
data: subdomain: 'bivcalendar', | |
data: engines: { node: '>=0.8.0' }, | |
data: version: '0.1.4-8', | |
data: name: 'life-trackr', | |
data: devDependencies: { | |
data: grunt-contrib-concat: '0.1.2rc6', | |
data: grunt-google-cdn: '~0.1.0', | |
data: matchdep: '~0.1.1', | |
data: grunt-contrib-coffee: '0.4.0rc7', | |
data: grunt-contrib-clean: '0.4.0rc6', | |
data: grunt-contrib-uglify: '0.1.1rc6', | |
data: gruntacular: '~0.1.1', | |
data: grunt-contrib-livereload: '0.1.0rc8', | |
data: grunt-usemin: '~0.1.7', | |
data: grunt-contrib-htmlmin: '0.1.1rc7', | |
data: grunt-open: '~0.1.0', | |
data: grunt-ngmin: '~0.0.1', | |
data: grunt-contrib-imagemin: '0.1.1rc8', | |
data: grunt-contrib-compass: '0.1.1rc8', | |
data: grunt: '0.4.0rc7', | |
data: grunt-regarde: '~0.1.1', | |
data: grunt-contrib-mincss: '0.4.0rc7', | |
data: grunt-contrib-connect: '0.1.1rc6', | |
data: grunt-contrib-jshint: '0.1.1rc6', | |
data: grunt-contrib-copy: '0.4.0rc7', | |
data: grunt-bower-hooks: '~0.2.0' | |
data: }, | |
data: dependencies: { bower: '>=0.8.x', http-server: '>=0.5.x' }, | |
data: author: { name: 'LifeTrackr.', email: '[email protected]' }, | |
data: main: './node_modules/http-server/lib/http-server', | |
data: bin: { http-server: './node_modules/http-server/bin/http-server' }, | |
data: description: 'A simple nobackend js calendar', | |
data: scripts: { start: 'node_modules/http-server/bin/http-server app -p 8080 -i' }, | |
data: analyze: false | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.1.4-8 | |
info Uploading: [=============================] 100% | |
info: Updating app life-trackr | |
info: Activating snapshot 0.1.4-8 for life-trackr | |
info: Starting app life-trackr | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: There was an error while attempting to deploy the app | |
error: | |
error: package.json error: can't find starting script: node_modules/http-server/bin/http-server app -p 8080 -i | |
error: Package.json start script declared but not found | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from Haibu: | |
error: | |
error: Error: package.json error: can't find starting script: node_modules/http-server/bin/http-server app -p 8080 -i | |
error: at Spawner.spawn (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:232:17) | |
error: at Object.oncomplete (fs.js:297:15) | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> | |
help: email: <[email protected]> | |
help: | |
help: Copy and paste this output to a gist (http://gist.github.com/) | |
info: Nodejitsu not ok | |
bogdanbiv@bogdanbiv-P35-DS3:~/WebstormProjects/life-trackr$ jitsu deploy | |
info: Welcome to Nodejitsu bogdanb | |
info: jitsu v0.12.8, node v0.8.14 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Skipping require-analyzer because noanalyze option is set | |
info: Skipping require-analyzer because noanalyze option is set | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /home/bogdanbiv/WebstormProjects/life-trackr/package.json | |
data: | |
data: { | |
data: scripts: { start: './node_modules/http-server/bin/http-server ./app -p 8080 -i' }, | |
data: subdomain: 'bivcalendar', | |
data: devDependencies: { | |
data: grunt: '0.4.0rc7', | |
data: grunt-contrib-concat: '0.1.2rc6', | |
data: grunt-contrib-coffee: '0.4.0rc7', | |
data: grunt-contrib-connect: '0.1.1rc6', | |
data: grunt-contrib-livereload: '0.1.0rc8', | |
data: grunt-contrib-compass: '0.1.1rc8', | |
data: grunt-contrib-imagemin: '0.1.1rc8', | |
data: gruntacular: '~0.1.1', | |
data: grunt-contrib-clean: '0.4.0rc6', | |
data: grunt-google-cdn: '~0.1.0', | |
data: grunt-open: '~0.1.0', | |
data: grunt-bower-hooks: '~0.2.0', | |
data: grunt-regarde: '~0.1.1', | |
data: grunt-contrib-jshint: '0.1.1rc6', | |
data: grunt-contrib-htmlmin: '0.1.1rc7', | |
data: matchdep: '~0.1.1', | |
data: grunt-contrib-uglify: '0.1.1rc6', | |
data: grunt-contrib-copy: '0.4.0rc7', | |
data: grunt-usemin: '~0.1.7', | |
data: grunt-contrib-mincss: '0.4.0rc7', | |
data: grunt-ngmin: '~0.0.1' | |
data: }, | |
data: bin: { http-server: './node_modules/http-server/bin/http-server' }, | |
data: analyze: false, | |
data: dependencies: { bower: '>=0.8.x', http-server: '>=0.5.x' }, | |
data: main: './node_modules/http-server/lib/http-server', | |
data: description: 'A simple nobackend js calendar', | |
data: name: 'life-trackr', | |
data: version: '0.1.4-9', | |
data: engines: { node: '>=0.8.0' }, | |
data: author: { email: '[email protected]', name: 'LifeTrackr.' } | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.1.4-9 | |
info Uploading: [=============================] 100% | |
info: Updating app life-trackr | |
info: Activating snapshot 0.1.4-9 for life-trackr | |
info: Starting app life-trackr | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: There was an error while attempting to deploy the app | |
error: | |
error: package.json error: can't find starting script: ./node_modules/http-server/bin/http-server ./app -p 8080 -i | |
error: Package.json start script declared but not found | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from Haibu: | |
error: | |
error: Error: package.json error: can't find starting script: ./node_modules/http-server/bin/http-server ./app -p 8080 -i | |
error: at Spawner.spawn (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:232:17) | |
error: at Object.oncomplete (fs.js:297:15) | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> | |
help: email: <[email protected]> | |
help: | |
help: Copy and paste this output to a gist (http://gist.github.com/) | |
info: Nodejitsu not ok |
jfhbrook
commented
Mar 21, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment