Corporate Home Open Source Home
Syndicate content
Eucalyptus
2 replies [Last post]
Bang
Offline
Joined: 07/28/2010

I'm using Eucalyptus version 1.6.2 on CentOS5.5 32bit.
I installed the Eucalyptus to follow a document which I found on this homepage.
I have 2 problems. first, I couldn't start eucalyptus-cloud and second, I couldn't connect the https://front-end-ip:8443(ip address is 192.168.0.186) on the following document.
I thought I completed to install. But when I start eucalyptus-cloud, it didn't work well.
So I script the comment below
---------------------------------------------------------------------------------------------------------------------------------------------------------------
[root@localhost java]# echo $JAVA_HOME
/usr/lib/jvm/java-1.6.0-openjdk/
[root@localhost java]# echo $PATH
/usr/lib/jvm/java-1.6.0-openjdk/bin:/sbin/:/sbin/:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/bang/bin:/root/bin:/usr/sbin:/root/bin:/usr/sbin
[root@localhost java]# eucalyptus-cloud start
[error:0185] User 'eucalyptus' validated
[error:0077] Path /usr/lib/jvm/java-6-openjdk is not a directory
[error:0215]
[error:0255] Failed to load Eucalyptus.
[error:0390] Service exit with a return value of 1
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Please help me to solve these problems

graziano
Offline
Joined: 01/14/2010
Hello, how did you install

Hello,

how did you install java? Can you tell us which package do you have for that? What does java -version returns? What does ls /usr/lib/jvm/java-1.6.0-openjdk returns? Also, why do you specified JAVA_HOME: if you used the standard RPM there shouldn't be need for it.

cheers
graziano

muellers-esel
Offline
Joined: 05/17/2010
I couldn't start eucalyptus-cloud on CentOS

Hi, i found few things after installation why eucalyptus-cloud could not be started

- check the home path of user eucalyptus, it should be /var/lib/eucalyptus
- check the shared ssh keys for user eucalyptus

After changeing these points it would start on my front end.