简体   繁体   English

Node-RED似乎无法连接到Cloudant

[英]Node-RED seems to fail to connect to Cloudant

An existing Node-RED App failed to start on Bluemix. 现有的Node-RED App无法在Bluemix上启动。

I'm getting the following errors: 我收到以下错误:

DEA/2 Starting app instance (index 0) with guid ----
App/0 Failed to find Cloudant service
App/0 Error loading settings file: /home/vcap/app/bluemix-settings.js

The Cloudant service is working and accessible via the Bluemix Web interface. Cloudant服务正在运行,并且可以通过Bluemix Web界面访问。
The VCAP_Services variable is visible in the web interface and seems to be OK. VCAP_Services变量在Web界面中可见,并且看起来还可以。

The only recent change is the name of the App in Bluemix. 最近的唯一更改是Bluemix中该应用程序的名称。

Solved by renaming the App with it's original name. 通过使用其原始名称重命名该应用程序来解决。

Lesson: Never change an Node-RED application display name (not the route) other you may end in trouble. 课程:切勿更改Node-RED应用程序的显示名称(而不是路由),否则可能会遇到麻烦。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM