Re: [one-users] Help using Sunstone GUI

2011-10-10 Thread Héctor Sanjuán
It looks there is an exception showing in your sunstone.log, but you didnt paste all of it. Please, can you provide the full log? Hector El 10/10/11 16:06, Bruno Ferreira escribió: Hi Olivier! So i tested with firebug but nothing nothing interesting comes up... Searching the HTMl file of

Re: [one-users] Help using Sunstone GUI

2011-10-10 Thread Bruno Ferreira
For sure, Hector. I dont know if it matters, but i create a simbolic Link of rackup1.8 to rackup. *LOG:* 127.0.0.1 - - [10/Oct/2011 10:58:33] GET /js/opennebula.js HTTP/1.1 500 118504 0.1166 NoMethodError - undefined method `byte_ranges' for Rack::Utils:Module:

Re: [one-users] Help using Sunstone GUI

2011-10-10 Thread Héctor Sanjuán
Well, that exception is probably at the origin of all the problems you describe. What is the full path of the rackup1.8 binary you are linking to? Héctor Sanjuán OpenNebula Developer El 10/10/11 17:03, Bruno Ferreira escribió: For sure, Hector. I dont know if it matters, but i create a

Re: [one-users] Help using Sunstone GUI

2011-10-10 Thread Bruno Ferreira
Here it is: rackup: /usr/bin/rackup1.8 /usr/bin/rackup(S.Link) Thank you 2011/10/10 Héctor Sanjuán hsanj...@opennebula.org Well, that exception is probably at the origin of all the problems you describe. What is the full path of the rackup1.8 binary you are linking to? Héctor Sanjuán

[one-users] ec2 access problem after upgrading to ONE 3.0

2011-10-10 Thread Schwickerath Ulrich
Hi, all, we've recently upgraded our internal cloud to ONE3.0, and since then one of our major customer has problems to connect to it. Everything works with euca-tools, but this customer is using the perl EC2 client implementation from Amazon, specifically # Amazon EC2 Perl Library # API

Re: [one-users] Help using Sunstone GUI

2011-10-10 Thread Héctor Sanjuán
Yes, as I thought you are linking the binary from the package rack, whereas ruby is including the gem install rack. Uninstall the rack package and include the gem binary folder in your PATH. Something like: export PATH=/home/oneadmin/.gem/ruby/1.8/gems/bin:$PATH You can also sym link the rack

Re: [one-users] ec2 access problem after upgrading to ONE 3.0

2011-10-10 Thread Daniel Molina
Hi, On 10 October 2011 19:10, Schwickerath Ulrich ulrich.schwicker...@cern.ch wrote: Hi, all, we've recently upgraded our internal cloud to ONE3.0, and since then one of our major customer has problems to connect to it. Everything works with euca-tools, but this customer is using the perl

[one-users] Error in VM deploy

2011-10-10 Thread Rubens Pinheiro
Hello, I've configured two machines, one with opennebula and another configured to be a host. I've created the host in opennebula and it's all ok (status: MONITORED) But when I try to create a vm, there is a problem in the deployment. Here is the vm.log: Mon Oct 10 15:15:29 2011 [DiM][I]: New

Re: [one-users] Help using Sunstone GUI

2011-10-10 Thread Bruno Ferreira
Wow, now im lost...I remove the package rack, install the gem install rack --version 1.0.1 (ubuntu 10.4) ... update my path *export PATH=/home/oneadmin/.gem/ruby/1.8/gems/bin:$PATH* Now the error changes(sunstone.log): *from /home/oneadmin/.gem/ruby/1.8/bin/rackup:19:in `load' from

Re: [one-users] Help using Sunstone GUI

2011-10-10 Thread Héctor Sanjuán
why forcing version 1.0.1? try with latest version. Also, paste the full exception log, as you didn't include the exception cause, only the place where it happens. Héctor Sanjuán OpenNebula Developer El 10/10/11 21:32, Bruno Ferreira escribió: Wow, now im lost...I remove the package rack,