Cloud installation is not working anymore after Server Update

When I now try to open the cloud Website I get the Error:

Incomplete response received from application

In the logfile I found this:

App 15973 stderr: (node:15973) DeprecationWarning: 'GLOBAL' is deprecated, use 'global'                                                                                                       
App 15973 stdout: 2017-07-13T12:12:19.151Z - info: openHAB-cloud: Backend service is starting up...                                                                                           
App 15973 stdout: 2017-07-13T12:12:19.152Z - info: openHAB-cloud: Backend logging initialized...                                                                                              
App 15973 stdout: 2017-07-13T12:12:19.560Z - info: openHAB-cloud: Initializing XMPP connection to GCM                                                                                         
App 15973 stdout: 2017-07-13T12:12:20.087Z - info: openHAB-cloud: Connecting ro Redis at 127.0.0.1:6379                                                                                       
App 15973 stdout: 2017-07-13T12:12:20.361Z - info: opneHAB-cloud: Trying to connect to mongodb at: mongodb://:@127.0.0.1/openhab?poolSize=100                                                 
App 15973 stdout: 2017-07-13T12:12:20.373Z - info: openHAB-cloud: Scheduling a statistics job (every 5 min)                                                                                   
App 15973 stderr: Thu, 13 Jul 2017 12:12:20 GMT express deprecated app.configure: Check app.get('env') in an if statement at app.js:203:5                                                     
App 15973 stderr: Thu, 13 Jul 2017 12:12:20 GMT express deprecated app.configure: Check app.get('env') in an if statement at app.js:207:5                                                     
App 15973 stderr: Thu, 13 Jul 2017 12:12:20 GMT express deprecated app.configure: Check app.get('env') in an if statement at app.js:210:5                                                     
App 15973 stderr: Thu, 13 Jul 2017 12:12:20 GMT connect deprecated multipart: use parser (multiparty, busboy, formidable) npm module instead at node_modules/express/node_modules/connect/lib/
middleware/bodyParser.js:56:20                                                                                                                                                                
App 15973 stderr: Thu, 13 Jul 2017 12:12:20 GMT connect deprecated limit: Restrict request size at location of read at node_modules/express/node_modules/connect/lib/middleware/multipart.js:8
6:15                                                                                                                                                                                          
App 15973 stderr: Thu, 13 Jul 2017 12:12:20 GMT connect deprecated methodOverride: use method-override npm module instead at app.js:219:21                                                    
App 15973 stdout: 2017-07-13T12:12:20.483Z - info: openHAB-cloud: IFTTT is configured, app handling IFTTT capabilities...                                                                     
App 15973 stderr: Option polling duration is not valid. Please refer to the README.                                                                                                           
App 15973 stdout: 2017-07-13T12:12:20.497Z - info: openHAB-cloud: express server listening on port 3000                                                                                       
App 15973 stdout: 2017-07-13T12:12:20.503Z - info: openHAB-cloud: Redis connect response: OK                                                                                                  
App 15973 stdout: 2017-07-13T12:12:20.504Z - info: Redis is ready                                                                                                                             
App 15973 stderr: node_redis: Warning: Redis server does not require a password, but a password was supplied.                                                                                 
[ 2017-07-13 14:12:20.5232 15244/7f3400fbb700 age/Cor/Con/InternalUtils.cpp:112 ]: [Client 3-20] Sending 502 response: application did not send a complete response                           
App 15973 stderr: 2017-07-13T12:12:20.527Z - error: openHAB-cloud: Error while connecting from openHAB-cloud to mongodb: MongoError: field missing/wrong type in received authenticate command
App 15973 stderr: 2017-07-13T12:12:20.527Z - error: openHAB-cloud: Stopping openHAB-cloud due to error with mongodb                                                                           
[ 2017-07-13 14:12:20.6789 15244/7f33dbfff700 age/Cor/CoreMain.cpp:819 ]: Checking whether to disconnect long-running connections for process 15973, application /var/www/

On the Server runs Ubuntu 16.04.2 LTS‬

Can someone please help ?
Regards
Jörg

Hi @vbbaby3

check this: OpenHab Cloud Installation

I think this isthe same problem?

BR Mehmet

1 Like

That worked for me :grinning::+1:
Thank you @MARZIMA