strongloop / strong-pm

deployer for node applications
http://strong-pm.io
Other
1k stars 71 forks source link

Local deploy failed: 'DIR/WHERE/MY/APP/IS` does not exist #280

Closed Bohmaster closed 4 years ago

Bohmaster commented 9 years ago

It's the first time I get this error.

I've cloned the repository and installed dependencies. Then I've run "slc start" command

root@implicate:~/guay/GUAYFinal# slc start Local deploy failed: /root/guay/GUAYFinal does not exist assert.js:327 assert.ifError = function(err) { if (err) throw err; }; ^

Error: HTTP error 400 at Error (native) at /usr/lib/node_modules/strongloop/node_modules/strong-deploy/lib/post-json.js:65:16 at ConcatStream. (/usr/lib/node_modules/strongloop/node_modules/strong-deploy/node_modules/concat-stream/index.js:36:43) at emitNone (events.js:72:20) at ConcatStream.emit (events.js:166:7) at finishMaybe (/usr/lib/node_modules/strongloop/node_modules/readable-stream/lib/_stream_writable.js:460:14) at afterWrite (/usr/lib/node_modules/strongloop/node_modules/readable-stream/lib/_stream_writable.js:340:3) at /usr/lib/node_modules/strongloop/node_modules/readable-stream/lib/_stream_writable.js:327:9 at doNTCallback0 (node.js:407:9) at process._tickDomainCallback (node.js:377:13)

rmg commented 9 years ago

Is there anything in ~/.strong-pm/start.log (or where ever your slc pm output is being redirected if you started it manually)?

HarishVara commented 7 years ago

I am facing with the same problem...i have removed strong-pm and tried, but there is no fix.Can someone please help me with this issue?

rmg commented 7 years ago

@HarishVara can you give more details on what the error you are seeing is?

HarishVara commented 7 years ago

Error: HTTP error 400 at /usr/local/lib/node_modules/strongloop/node_modules/strong-deploy/lib/post-json.js:72:16 at ConcatStream. (/usr/local/lib/node_modules/strongloop/node_modules/concat-stream/index.js:36:43) at emitNone (events.js:91:20) at ConcatStream.emit (events.js:186:7) at finishMaybe (/usr/local/lib/node_modules/strongloop/node_modules/readable-stream/lib/_stream_writable.js:513:14) at afterWrite (/usr/local/lib/node_modules/strongloop/node_modules/readable-stream/lib/_stream_writable.js:395:3) at _combinedTickCallback (internal/process/next_tick.js:80:20) at process._tickDomainCallback (internal/process/next_tick.js:122:9)

HarishVara commented 7 years ago

I am getting this error while running the application using slc start

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been closed due to continued inactivity. Thank you for your understanding.