AppScale / gts

AppScale is an easy-to-manage serverless platform for building and running scalable web and mobile applications on any infrastructure.
https://www.appscale.com/community/
Apache License 2.0
2.42k stars 277 forks source link

AppScale with MongoDB doesn't come up clean #125

Closed jovanchohan closed 11 years ago

jovanchohan commented 11 years ago

Running 1 node Xen with MongoDB and javabook with testing branch code, AppScale doesn't come up clean, appscale-tools spits out this error message non-stop on the console:

An exception of type SOAP::FaultError was thrown.

In /var/log/appscale/controller.log found the following being spit out non-stop:

[Sat Nov 17 00:30:56 +0000 2012] Decided to restore these apps: [javabook] warning: peer certificate won't be verified in this SSL session warning: peer certificate won't be verified in this SSL session warning: peer certificate won't be verified in this SSL session warning: peer certificate won't be verified in this SSL session An exception of type SOAP::FaultError was thrown. An exception of type SOAP::FaultError was thrown. An exception of type SOAP::FaultError was thrown. An exception of type SOAP::FaultError was thrown.

In /var/log/appscale/pb-server-4002.log found the following repeating:

faultType: ERROR:root:500 POST / (128.111.55.224) 61.35ms ERROR:root:Uncaught exception POST / (128.111.55.224) HTTPRequest(protocol='http', host='128.111.55.224:8888', method='POST', uri='/', version='HTTP/1.0', remote_ip='128.111.55.224', remote_ip='128.111.55.224', body='\x12\x0cdatastorev3\x1a\x03Put"`\n\j$j\x07neptuner\x19\x0b\x12\nStatusText"\tbazbookey\x0cr\x18\x1a\x07content \x00\x0b\x1a\tbazbooval\x82\x01\x19\x0b\x12\nStatusText"\tbazbookey\x0c \x00', headers={'X-Real-Ip': '128.111.55.224', 'Content-Length': '117', 'Accept-Encoding': 'identity', 'Appdata': 'neptune', 'Protocolbuffertype': 'Request', 'X-Forwarded-For': '128.111.55.224', 'Host': '128.111.55.224:8888'}) Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/tornado/web.py", line 688, in _execute getattr(self, self.request.method.lower())(_args, _kwargs) File "/usr/lib/python2.6/site-packages/tornado/web.py", line 774, in wrapper return method(self, args, _kwargs) File "/root/appscale/AppDB/appscale_server.py", line 1598, in post self.remote_request(app_id, http_request_data) File "/root/appscale/AppDB/appscale_server.py", line 357, in remote_request http_request_data) File "/root/appscale/AppDB/appscale_server.py", line 1103, in put_request if tableServer.add_class(app_id, kind, namespace, keySecret) == "true": File "/usr/lib/pymodules/python2.6/SOAPpy/Client.py", line 470, in call return self.__r_call(_args, _kw) File "/usr/lib/pymodules/python2.6/SOAPpy/Client.py", line 492, in __r_call self.hd, self.ma) File "/usr/lib/pymodules/python2.6/SOAPpy/Client.py", line 406, in __call raise p

nlake44 commented 11 years ago

MongoDB has been removed.