Hello,
I just downloaded Capablanca RC1 for RHEV (manageiq-ovirt-capablanca-1-rc1.ova)
imported the appliance and deployed a new VM.
But when i started the VM, the services doesn’t start.
On the Centos VM there is no service listen on the http or https port.
[root@manageiq manageiq-appliance]# ss -tunalp |grep LIST
tcp LISTEN 0 128 :22 : users:((“sshd”,5396,3))
tcp LISTEN 0 100 127.0.0.1:25 : users:((“master”,2441,13))
tcp LISTEN 0 128 :::22 ::: users:((“sshd”,5396,4))
tcp LISTEN 0 100 ::1:25 :::* users:((“master”,2441,14))
[root@manageiq manageiq-appliance]#
If i run appliance_console i get the following error:
[root@manageiq ~]# appliance_console
/opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/git/git_proxy.rb:155:in allowed_in_path': The git source git://github.com/rails/rails.git is not yet checked out. Please run
bundle installbefore trying to start your application (Bundler::GitError) from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/git/git_proxy.rb:47:in
revision’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/git.rb:215:in revision' from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/git.rb:85:in
install_path’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/path.rb:110:in expanded_path' from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/path.rb:132:in
load_spec_files’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/git.rb:188:in load_spec_files' from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/path.rb:92:in
local_specs’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/source/git.rb:159:in specs' from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/definition.rb:550:in
block in converge_locked_specs’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/definition.rb:539:in each' from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/definition.rb:539:in
converge_locked_specs’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/definition.rb:195:in resolve' from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/definition.rb:140:in
specs’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/definition.rb:185:in specs_for' from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/definition.rb:174:in
requested_specs’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/environment.rb:18:in requested_specs' from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/runtime.rb:13:in
setup’
from /opt/rubies/ruby-2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler.rb:127:in setup' from /var/www/miq/vmdb/gems/pending/appliance_console.rb:16:in
'
[root@manageiq ~]#
I don’t want to run “bundle install” as root because it says that will break the application for non-root users.
What steps should i follow to start the appliance ?
Regards