node.js - Cannot connect to StrongLoop PM using StrongLoop Arc -


i'm having trouble connecting stongloop pm using strongloop arc. i'm following these directions.

here's tried:

# in 1 terminal window, started strongloop pm $ nvm install v0.12.4 $ nvm alias default 0.12.4 $ npm install -g strongloop $ slc loopback > name: hello-strongloop > directory: hello-strongloop $ cd hello-strongloop $ slc pm  # in new terminal window, started arc $ slc arc # enter login credentials, click process manager, , add pm host > host: localhost > port: 8701 

after pressing "connect" icon, message under "app status" saying:

unknown exception: invalid unknown "serviceinstance" id "undefined". 

incidentally, output in second terminal is:

$ slc arc loading workspace /home/s/strongloop/hello-strongloop embedded process manager [(none)]:  starting strongloop arc running here: http://localhost:60520/#/ slc arc: strongloop pm v3.2.0 (api v5.1.0) listening on port `47743` slc arc: listen on 47743, work base `/home/s/strongloop/hello-strongloop/.strong-pm` embedded process manager [28647]:  started embedded process manager [28647]:  using port 47743 loopback-datasource-juggler deprecated model hook "managerhost.beforecreate" deprecated, use operation hooks instead. http://docs.strongloop.com/display/lb/operation+hooks ../../.nvm/versions/v0.12.4/lib/node_modules/strongloop/node_modules/loopback-datasource-juggler/lib/dao.js:270:9 

you need build , deploy loopback application (using arc) before can manage processes using arc. start arc project directory calling $ slc arc, , web interface, click "build , deploy."

you'll need run $ slc pm home directory, not project directory. solve problem of error message you're getting in arc.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -