Hi,<div>Here is the log file contents </div><div><br></div><div>> cat var/occi-server.log</div><div><span style>------------------------------</span><span style>--------</span><br style><span style>         Server configuration         </span><br style>
<span style>------------------------------</span><span style>--------</span><br style><span style>{:template_location=>"/srv/</span><span style>opennebula//etc/occi_</span><span style>templates",</span><br style>
<span style> :bridge=>"br0",</span><br style><span style> :one_xmlrpc=>"</span><a href="http://localhost:2633/RPC2" target="_blank" style>http://localhost:2633/RPC2</a><span style>",</span><br style>
<span style> :instance_types=></span><br style><span style>  {:custom=>{:template=>"custom.</span><span style>erb"},</span><br style><span style>   :small=>{:template=>"small.</span><span style>erb"},</span><br style>
<span style>   :medium=>{:template=>"medium.</span><span style>erb"},</span><br style><span style>   :large=>{:template=>"large.</span><span style>erb"}},</span><br style><span style> :server=>"localhost",</span><br style>
<span style> :auth=>"basic",</span><br style><span style> :port=>4567}</span><br style><span style>== Sinatra/1.3.1 has taken the stage on 4567 for development with backup from Thin</span><br style><span style>/usr/local/lib/ruby/gems/1.8/</span><span style>gems/thin-1.2.11/lib/thin/</span><span style>request.rb:77:in `parse': No space left on device - /tmp/thin-body20120104-29992-</span><span style>1v1tn4a-0 (Errno::ENOSPC)</span><br style>
<span style>        from /usr/local/lib/ruby/gems/1.8/</span><span style>gems/thin-1.2.11/lib/thin/</span><span style>connection.rb:42:in `receive_data'</span><br style><span style>        from /usr/local/lib/ruby/gems/1.8/</span><span style>gems/eventmachine-0.12.10/lib/</span><span style>eventmachine.rb:256:in `run_machine'</span><br style>
<span style>        from /usr/local/lib/ruby/gems/1.8/</span><span style>gems/eventmachine-0.12.10/lib/</span><span style>eventmachine.rb:256:in `run'</span><br style><span style>        from /usr/local/lib/ruby/gems/1.8/</span><span style>gems/thin-1.2.11/lib/thin/</span><span style>backends/base.rb:61:in `start'</span><br style>
<span style>        from /usr/local/lib/ruby/gems/1.8/</span><span style>gems/thin-1.2.11/lib/thin/</span><span style>server.rb:159:in `start'</span><br style><span style>        from /usr/local/lib/ruby/gems/1.8/</span><span style>gems/rack-1.3.4/lib/rack/</span><span style>handler/thin.rb:13:in `run'</span><br style>
<span style>        from /usr/local/lib/ruby/gems/1.8/</span><span style>gems/sinatra-1.3.1/lib/</span><span style>sinatra/base.rb:1295:in `run!'</span><br style><span style>        from /usr/local/lib/ruby/gems/1.8/</span><span style>gems/sinatra-1.3.1/lib/</span><span style>sinatra/main.rb:25</span><br style>
<span style>        from /data1/opennebula3-20//lib/</span><span style>ruby/cloud/occi/occi-server.</span><span style>rb:191</span><br style><span style>>> Thin web server (v1.2.11 codename Bat-Shit Crazy)</span><br style>
<span style>>> Maximum connections set to 1024</span><br style><span style>>> Listening on </span><a href="http://0.0.0.0:4567/" target="_blank" style>0.0.0.0:4567</a><span style>, CTRL+C to stop</span> </div>
<div><br></div><div><br></div><div>Thanks for your help!<br><br><div class="gmail_quote">2012/1/4 Hector Sanjuan <span dir="ltr"><<a href="mailto:hsanjuan@opennebula.org">hsanjuan@opennebula.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
can you send /var/log/one/occi-server.log?<br>
<br>
Hector<br>
<br>
En Wed, 04 Jan 2012 10:57:25 +0100, salma rebai <<a href="mailto:rebai.salma@gmail.com" target="_blank">rebai.salma@gmail.com</a>> escribió:<div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
Any one can help me please!! have you any suggestions to solve this problem.<br>
<br>
Best Regards.<br>
<br>
2012/1/3 salma rebai <<a href="mailto:rebai.salma@gmail.com" target="_blank">rebai.salma@gmail.com</a>><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hi all,<br>
I am using OCCI with OpenNebula 3.0. I have configured my OCCI server and<br>
tested it, with the occi-network command and it works fine. But, when i try<br>
to upload an image with the occi-storage command, I got this error :<br>
"failed sending data to the peer"<br>
My configuration is as follows :<br>
------<br>
> cat etc/occi-server.conf<br>
# OpenNebula sever contact information<br>
:one_xmlrpc: <a href="http://localhost:2633/RPC2" target="_blank">http://localhost:2633/RPC2</a><br>
<br>
# Host and port where OCCI server will run<br>
:server: localhost<br>
:port: 4567<br>
<br>
# SSL proxy that serves the API (set if is being used)<br>
#:ssl_server: fqdm.of.the.server<br>
<br>
# Configuration for OpenNebula's Virtual Networks<br>
:bridge: br0<br>
<br>
# Authentication protocol for the OCCI server:<br>
#   basic, for OpenNebula's user-password scheme<br>
#   x509, for x509 certificates based authentication<br>
:auth: basic<br>
<br>
# VM types allowed and its template file (inside templates directory)<br>
:instance_types:<br>
  :custom:<br>
    :template: custom.erb<br>
  :small:<br>
    :template: small.erb<br>
  :medium:<br>
    :template: medium.erb<br>
  :large:<br>
    :template: large.erb<br>
------------------<br>
<br>
The command I tested is :<br>
      occi-storage create storage.xml<br>
and here is the xml file contents :<br>
-----<br>
> cat storage.xml<br>
 <STORAGE><br>
        <NAME>ubuntu_11</NAME><br>
        <DESCRIPTION>A VM containing the Ubuntu OS</DESCRIPTION><br>
        <TYPE>OS</TYPE><br>
        <URL>file:///srv/opennebula/<u></u>images/ubuntu.img</URL><br>
</STORAGE><br>
--------<br>
<br>
After executing the occi-storage command I got the error described above<br>
and the OCCI-server is stopped....<br>
<br>
Any suggestions ??!!!<br>
<br>
Thanks in advance for your help!<br>
<br>
<br>
Best Regards.<br>
--<br>
Salma REBAI<br>
Ingénieur Informatique<br>
Mastère Réseaux et Systèmes Multimédia<br>
Ecole Nationale des Sciences Informatiques Univ. Manouba, Tunisie<br>
Institut Télécom SudParis<br>
<a href="mailto:rebai.salma@gmail.com" target="_blank">rebai.salma@gmail.com</a><br>
<br>
</blockquote>
<br>
<br>
<br>
</blockquote>
<br>
<br>
-- <br></div></div><span class="HOEnZb"><font color="#888888">
Hector Sanjuan<br>
OpenNebula Developer<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/<u></u>listinfo.cgi/users-opennebula.<u></u>org</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Salma REBAI<br>Ingénieur Informatique<br>
Mastère Réseaux et Systèmes Multimédia<br>Ecole Nationale des Sciences Informatiques Univ. Manouba, Tunisie<br>Institut Télécom SudParis<br><a href="mailto:rebai.salma@gmail.com" target="_blank">rebai.salma@gmail.com</a><br>

</div>