Page 1 of 1

JRE Version for LDAP - Scalix 12 integration

Posted: Thu Apr 02, 2015 3:25 am
by anthonygonzales
Hi,

let me know which version is require of JRE

i referred scalix wiki http://www.scalix.com/wiki/index.php?title=HowTos/Advanced_omldapsync, here mentioned only jre 1.5 will support for LDAP integration, 1.6 and 1.7 doesn't support.

please confirm the same

--AnthonyG

Re: JRE Version for LDAP - Scalix 12 integration

Posted: Fri Apr 03, 2015 3:12 am
by ScalixSupport
Hello anthony,

if you are using Scalix 12.1 then use jre1.5.0_X for the LDAP Integration.

Also you can use
alternatives --config
java for change java version

Regards,
Scalix Support Team

Re: JRE Version for LDAP - Scalix 12 integration

Posted: Mon Apr 06, 2015 10:38 am
by anthonygonzales
Hi,

I uninstalled jre1.6.0_30, and installed jre1.5.0_16 but now scalix-tomcat service is not getting start.

Where is the issue?

--AnthonyG

Re: JRE Version for LDAP - Scalix 12 integration

Posted: Mon Apr 06, 2015 10:43 am
by prakashnikhar
Hello Anthony,

what is output after run below commancd

# /etc/init.d/scalix-tomcat restart

Re: JRE Version for LDAP - Scalix 12 integration

Posted: Mon Apr 06, 2015 11:17 am
by anthonygonzales

Code: Select all

Stopping Tomcat service (sx):  Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
                                                           [  OK  ]
Starting Tomcat service (sx):  Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program
                                                           [FAILED]

Re: JRE Version for LDAP - Scalix 12 integration

Posted: Tue Apr 07, 2015 3:31 am
by ScalixSupport
Hello,

Add JAVA_HOME=/usr/java/jre1.5.0_16/ in /etc/opt/scalix-tomcat/scalix-tomcat.conf

then restart the scalix-tomcat service

Re: JRE Version for LDAP - Scalix 12 integration

Posted: Tue Apr 07, 2015 3:58 am
by anthonygonzales
Hi,

Thanks lot, now scalix-tomcat service works properly.

--AnthonyG :mrgreen: :mrgreen: :D :D