Closed gtato closed 9 years ago
please check the manager and agent log to see the XtreemFS services were started correctly.
Hi @gtato,
Your issue is caused by the fact that XtreemFS was changed to use SSL, so certificates need to be generated and used when accessing the service. This is discussed in the last messages from #71. Generating a certificate and using it when mounting the XtreemFS volume solved the problem for me.
Teodor, could you please check if the hadoop service is running correctly? I tried to run it but there were some issues with the users. Sorry for not giving many details, but I am really busy right now. Cheers.
On Tue, Sep 30, 2014 at 4:48 PM, Teodor Crivat notifications@github.com wrote:
Hi @gtato https://github.com/gtato,
Your issue is caused by the fact that XtreemFS was changed to use SSL, so certificates need to be generated and used when accessing the service. This is discussed in the last messages from #71 https://github.com/ConPaaS-team/conpaas/issues/71. Generating a certificate and using it when mounting the XtreemFS volume solved the problem for me.
— Reply to this email directly or view it on GitHub https://github.com/ConPaaS-team/conpaas/issues/72#issuecomment-57325394.
A few weeks ago, I tried to get hadoop running in the nutshell image. I spent a few days on it, but no success. I don't know whether this only applies to nutshell.
I just tried Hadoop on the Amazon EC2 installation and is seems to start successfully, however I didn't do any other tests.
This timeout issue happens because XtreemFS only allows SSL connections authenticated using certificates. Support for generating certificates has now been added to both the Frontend (web interface) and cps-tools (in cpsclient it was already present from the beginning).
We can close this issue now or let it stay open until XtreemFS will be changed to print a more relevant error in this case.
It would be worthwhile to open an issue on this in the XtreemFS git repository, and link to it from here: https://github.com/xtreemfs/xtreemfs/issues
This was now fixed in XtreemFS 1.5.1 by adding the message "(Possible reason: The server is using SSL, and the client is not.)", so after the timeout the following message is now printed:
root@conpaas:~# mount.xtreemfs 192.168.122.25/data /var/data [ E | 3/24 12:27:25.514 | 0x236fff0 ] Got no response from server 192.168.122.25:32638, retrying (infinite attempts left) (Possible reason: The server is using SSL, and the client is not.)
This can now be closed.
Hi, I created a PHP service and a xtreemfs one using rc5 on OpenNebula. When tried to mount the xtreemfs module on the PHP agent. I get the following error
I went on the xtreemfs agent and tried to list the volumes and I got this:
@noma, @tschuett any idea what is going wrong?