strongloop / strong-arc

StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
114 stars 36 forks source link

connection refused to mongodb server when build-deploy to PM Host #1658

Closed smartmouse closed 8 years ago

smartmouse commented 8 years ago

1.The mongodb server is running -- see screen capture 2.in slc arc -- testing the mongodb driver is fine. -- see screen capture 3.build and deploy fails -- see screen capture mongodb testconngood build deploy

nodebot1@wslnx036:~/ivyarcTest> slc arc Loading workspace /home/nodebot1/ivyarcTest StrongLoop Arc is running here: http://localhost:57487/#/ Error connecting to server: { [Error: connect ECONNREFUSED] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect' }

smartmouse commented 8 years ago

I think it may be due to the strong-pm not cleaned up. After I reinstall strong-pm, I can build and deploy the application now.