after upgrade zimbra to 6.0.2 and funambol to 8.0.1, the version conflict is back:
now all 3 products should run the same java version:
- zimbra
- funambol ds-server
- funamboladmin
for the ds-server, see my first post:
add JAVA_HOME=/opt/zimbra/java in /opt/Funambol/bin/funambol script
(if on a different server, copy the zimbra java-tree)
(first stop the server)
funamboladmin is using the jre1.5 java from the tools dir, so better rename this:
mv /opt/Funambol/tools/jre-1.5.0 /opt/Funambol/tools/jre-1.5.0_get_away
and start it with a parameter:
/opt/Funambol/admin/bin/funamboladmin --jdkhome /opt/zimbra/java
(copy the java-tree if running form another machine or client)
the machine running the client should have the libXtst package.
in my place, the server doesn't have the x libs so I get an error:
on redhat or centos:
yum install libXtst
on ubuntu:
apt-get install libxtst6
this should work
note: /opt/zimbra/java is a link, to /opt/zimbra/jdk1.6.0_16 in my place
better use this link, so after upgrade zimbra it will stay working. |