
This is a multi-part message in MIME format. --------------070305040201090202010603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dave Neary wrote:
Hi,
Additional information:
After removing and re-running engine-setup, I try once again to run ovirt-engine. I get the following error in the logs: ==> /var/log/ovirt-engine/console.log <== Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
Nothing else, unfortunately, and I have no idea how to debug JBoss AS to figure out what's going wrong.
Are there any requirements in terms of the JRE which aren't specified in the quick start guide?
@Dave, Don't know if you have the luxury of starting from scratch but to be honest I have had problem with multple engin-setup/cleanup cycles and had to start from scratch which was faster than figuring out what went wrong. Those problems where with the pre-3.1 release. This is my ovirt.repo which I guess will be same for you: [ovirt-stable] name=Stable builds of the oVirt project baseurl=http://ovirt.org/releases/stable/rpm/Fedora/$releasever/ enabled=1 skip_if_unavailable=1 gpgcheck=0 [ovirt-beta] name=Beta builds of the oVirt project baseurl=http://ovirt.org/releases/beta/rpm/Fedora/$releasever/ enabled=1 skip_if_unavailable=1 gpgcheck=0 [ovirt-nightly] name=Nightly builds of the oVirt project baseurl=http://ovirt.org/releases/nightly/rpm/Fedora/$releasever/ enabled=0 skip_if_unavailable=1 gpgcheck=0 And the following is the first part of my history of my managment server 1 chkconfig sshd on 2 service sshd start 3 ifconfig 4 yum update --exclude=kernel* 5 uname -a 6 yum install -y firefox 7 yum install -y wget 8 yum install -y mc 9 yum install -y spice-xpi 10 init 6 11 system-config-network 12 cd /etc/sysconfig/networking/ 13 ls 14 ls -l devices/ 15 cat devices/ifcfg-em1 16 nano devices/ifcfg-em1 17 nano devices/ifcfg-p2p1 18 nano devices/ifcfg-p2p2 19 ls 20 ls devices/ 21 chkconfig NetworkManager off 22 service NetworkManager stop 23 chkconfig network on 24 service network start 25 ifconfig 26 init 6 27 exit 28 ifconfig 29 ifconfig 30 yum localinstall http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm 31 nano /etc/yum.repos.d/ovirt.repo 32 yum install engine-setup -y 33 ifconfig 34 ifconfig 35 pwd 36 system-config-network 37 ifconfig 38 service network restart 39 ifconfig 40 init 6 41 exit 42 cat /proc/cpuinfo 43 dmesg | grep CZ100 44 yum install dmidecode 45 cat /proc/meminfo 46 dmidecode | less 47 dmidecode | grep CZ 48 ps 49 ps -ef 50 top 51 cat /etc/exports 52 nano /etc/exports So all I did was follow the quick install and started of by getting some things installed I like, stop NetworkManager en setup the network, installed the ovirt.repo, entered my server in RT ;-) (dmidecode stuff) and not shown because I probably did it in another console engine-setup. Both my engine server and the two hosts I run for testing are HP Proliant ML110 and one DL3xx host. I had one migration problem because the uuid in the ML110's is the same and then you can't migrate, error is: migrating to same host, or something close to it. Base install is from Fedora 17 KDE live CD. Joop --------------070305040201090202010603 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Dave Neary wrote: <blockquote cite="mid:505CADA4.6080303@redhat.com" type="cite">Hi, <br> <br> Additional information: <br> <br> After removing and re-running engine-setup, I try once again to run ovirt-engine. I get the following error in the logs: <br> ==> /var/log/ovirt-engine/console.log <== <br> Error: Could not create the Java Virtual Machine. <br> Error: A fatal exception has occurred. Program will exit. <br> <br> Nothing else, unfortunately, and I have no idea how to debug JBoss AS to figure out what's going wrong. <br> <br> Are there any requirements in terms of the JRE which aren't specified in the quick start guide? <br> </blockquote> <br> @Dave,<br> Don't know if you have the luxury of starting from scratch but to be honest I have had problem with multple engin-setup/cleanup cycles and had to start from scratch which was faster than figuring out what went wrong. Those problems where with the pre-3.1 release. This is my ovirt.repo which I guess will be same for you:<br> <br> <div class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">[ovirt-stable] <br> name=Stable builds of the oVirt project <br> baseurl=<a class="moz-txt-link-freetext" href="http://ovirt.org/releases/stable/rpm/Fedora/$releasever/">http://ovirt.org/releases/stable/rpm/Fedora/$releasever/</a> <br> enabled=1 <br> skip_if_unavailable=1 <br> gpgcheck=0 <br> <br> [ovirt-beta] <br> name=Beta builds of the oVirt project <br> baseurl=<a class="moz-txt-link-freetext" href="http://ovirt.org/releases/beta/rpm/Fedora/$releasever/">http://ovirt.org/releases/beta/rpm/Fedora/$releasever/</a> <br> enabled=1 <br> skip_if_unavailable=1 <br> gpgcheck=0 <br> <br> [ovirt-nightly] <br> name=Nightly builds of the oVirt project <br> baseurl=<a class="moz-txt-link-freetext" href="http://ovirt.org/releases/nightly/rpm/Fedora/$releasever/">http://ovirt.org/releases/nightly/rpm/Fedora/$releasever/</a> <br> enabled=0 <br> skip_if_unavailable=1 <br> gpgcheck=0 <br> <br> <br> </div> And the following is the first part of my history of my managment server<br> <br> <div class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 13px;" lang="x-western"> 1 chkconfig sshd on <br> 2 service sshd start <br> 3 ifconfig <br> 4 yum update --exclude=kernel* <br> 5 uname -a <br> 6 yum install -y firefox <br> 7 yum install -y wget <br> 8 yum install -y mc <br> 9 yum install -y spice-xpi <br> 10 init 6 <br> 11 system-config-network <br> 12 cd <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>etc/sysconfig/networking<span class="moz-txt-tag">/</span></i> <br> 13 ls <br> 14 ls -l devices/ <br> 15 cat devices/ifcfg-em1 <br> 16 nano devices/ifcfg-em1 <br> 17 nano devices/ifcfg-p2p1 <br> 18 nano devices/ifcfg-p2p2 <br> 19 ls <br> 20 ls devices/ <br> 21 chkconfig NetworkManager off <br> 22 service NetworkManager stop <br> 23 chkconfig network on <br> 24 service network start <br> 25 ifconfig <br> 26 init 6 <br> 27 exit <br> 28 ifconfig <br> 29 ifconfig <br> 30 yum localinstall <a class="moz-txt-link-freetext" href="http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm">http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm</a> <br> 31 nano /etc/yum.repos.d/ovirt.repo <br> 32 yum install engine-setup -y <br> 33 ifconfig <br> 34 ifconfig <br> 35 pwd <br> 36 system-config-network <br> 37 ifconfig <br> 38 service network restart <br> 39 ifconfig <br> 40 init 6 <br> 41 exit <br> 42 cat /proc/cpuinfo <br> 43 dmesg | grep CZ100 <br> 44 yum install dmidecode <br> 45 cat /proc/meminfo <br> 46 dmidecode | less <br> 47 dmidecode | grep CZ <br> 48 ps <br> 49 ps -ef <br> 50 top <br> 51 cat /etc/exports <br> 52 nano /etc/exports <br> <br> <br> So all I did was follow the quick install and started of by getting some things installed I like, stop NetworkManager en setup the network, installed the ovirt.repo, entered my server in RT ;-) (dmidecode stuff) and not shown because I probably did it in another console engine-setup.<br> Both my engine server and the two hosts I run for testing are HP Proliant ML110 and one DL3xx host. I had one migration problem because the uuid in the ML110's is the same and then you can't migrate, error is: migrating to same host, or something close to it.<br> Base install is from Fedora 17 KDE live CD.<br> <br> Joop<br> <br> </div> <br> </body> </html> --------------070305040201090202010603--