<div>Hi again,<br></div><div><br></div><div>I solved the problem. After all it seems it was a problem of missing libraries/gems. I had manually installed the ruby gems named in the documentation for Opennebula Watch, but it seems something was still missing. i decided then to run sudo /usr/share/one/install_gems to install all gems needed by all (optional) components. I got an error running that script: it was complaining about the version of rubygems. Since I am running Ubuntu 10.04.3 LTS, I had to run the following commands to update rubygems:</div>
<div>     gem install rubygems-update<br>   cd /var/lib/gems/1.9.1/bin<br>    sudo ./update_rubygems<br>        </div><div><br></div><div>I run again sudo /usr/share/one/install_gems and everything was ok. thereafter I could start both the Watch service and Sunstone without problems.<br>
</div><div><br></div><div>Cheers,</div><div>Humberto</div>