Thanks, i did: gem install uninstall rack gem install rack --version '1.2.0'
and it works fine, i can now access: localhost:4567 On Thu, Apr 14, 2011 at 12:16 PM, Daniel Molina <[email protected]>wrote: > Hi, > > You should check the FAQ in the OpenNebula website: > http://www.opennebula.org/documentation:community:faq > > There is a compatibility problem with rack and sinatra > > Regards > > On 14 April 2011 11:58, Sebastian Neg <[email protected]> wrote: > > The log file shows: > > /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/server.rb:228: warning: > > parenthesize argument(s) for future version > > /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/utils.rb:138:in `union': > > can't convert Array into String (TypeError) > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/utils.rb:138 > > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `gem_original_require' > > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `require' > > from > /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/content_length.rb:1 > > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `gem_original_require' > > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `require' > > from > /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/handler/thin.rb:2 > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/handler.rb:17:in > > `const_get' > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/handler.rb:17:in > > `get' > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/handler.rb:17:in > > `each' > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/handler.rb:17:in > > `get' > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/server.rb:217:in > > `server' > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/server.rb:213:in > > `start' > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/lib/rack/server.rb:100:in > > `start' > > from /usr/lib/ruby/gems/1.8/gems/rack-1.2.2/bin/rackup:4 > > from /usr/bin/rackup:19:in `load' > > from /usr/bin/rackup:19 > > > > And when i try to runn the command "lsof -i:4567", it return: > > > > bash: lsof: command not found > > I also tried to install it "yum install lsof", it return: > > > > Package lsof-4.78-3.i386 already installed and latest version > > Nothing to do > > > > > > On Wed, Apr 13, 2011 at 3:48 PM, Jeff <[email protected]> wrote: > >> > >> Have you checked the log ? Can you run this command 'lsof -i:4567' to > make > >> sure that the status of sunstone is running ? > >> On 4/13/2011 8:09 PM, Sebastian Neg wrote: > >> > >> Hi, > >> I installed Opennebula 2.2 on CentOS 5.5 and i am trying to configure > >> Sunstone. When i run: > >> /srv/cloud/one/bin/sunstone-server start > >> Stale .lock detected.Erasing it. > >> sunstone-server started > >> But i can not access to the url where my Sunstone server is deployed > >> "localhost:4567" > >> Any thoughts as to where I might have gone wrong? > >> Thanks > >> > >> > >> _______________________________________________ > >> Users mailing list > >> [email protected] > >> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > >> > > > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.opennebula.org/listinfo.cgi/users-opennebula.org > > > > > > > > -- > Daniel Molina, Cloud Technology Engineer/Researcher > Major Contributor > OpenNebula - The Open Source Toolkit for Cloud Computing > www.OpenNebula.org | [email protected] >
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
