COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: zviko on 25 Jul 2012 09:56:46 AM

Title: installing 32 bit java on 64 bit ubuntu server
Post by: zviko on 25 Jul 2012 09:56:46 AM
Hi,
I have installed 32 bit metric server on a 64 bit Ubuntu server. Now, metric server works with a 32 bit jre which I have successfully installed. I point to it as my java home but it gives me this error : JAVA_HOME is not defined. Please specify a valid JAVA_HOME environment variable. Can anyone help me?
Title: Re: installing 32 bit java on 64 bit ubuntu server
Post by: Rahul Ganguli on 26 Jul 2012 01:23:30 AM
Hi,

Your Problem seems to be with JAVA_HOME environment variable, use the following command for creating the environment variable.
export JAVA_HOME=<JRE location>

Regards,
Rahul
Title: Re: installing 32 bit java on 64 bit ubuntu server
Post by: zviko on 26 Jul 2012 06:41:32 AM
thanx Rahul. i did just that but still gives me the same error. well, thought maybe it didn't install well, and tried to open cognos 64 bit server configuration and told me the jre specified does not support a 64 bit jvm so am sure it's there. so i donno how to tackle this.