Page 1 of 1

Zimbra desktop on ubuntu 16.04 64bit: install problem

Posted: Wed Jul 05, 2017 9:14 am
by ptit_suisse
Hi everyone,
When installing Zimbra Desktop on ubuntu 16.06 64bit following the official procedure, I get the following message and Zimbra won't start:

Code: Select all

~$ /opt/zimbra/zdesktop/linux/zdrun.pl
/home/fhr/zdesktop/bin/zdesktop: 212: [: Linux: unexpected operator
JRE version 8 is found on your system.
JETTY_HOME     =  /opt/zimbra/zdesktop/jetty
JETTY_RUN      =  /home/fhr/zdesktop/log
JETTY_PID      =  /home/fhr/zdesktop/log/zdesktop.pid
JETTY_CONSOLE  =  /home/fhr/zdesktop/log/zdesktop.out
JETTY_ARGS     =  
CONFIGS        =  /home/fhr/zdesktop/jetty/etc/jetty.xml
JAVA_OPTIONS   =  -client -Djava.awt.headless=true -Xms128m -Xmx1024m -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:NewRatio=4 -XX:TargetSurvivorRatio=70 -XX:+UseConcMarkSweepGC -DSTART='/opt/zimbra/zdesktop/jetty/etc/start.config' -Dzimbra.home='/home/fhr/zdesktop' -Dzimbra.config='/home/fhr/zdesktop/conf/localconfig.xml' -Djava.library.path='/opt/zimbra/zdesktop/jetty/../lib' -Djava.awt.headless=true -Djava.io.tmpdir='/home/fhr/zdesktop/data/tmp/java' -Djava.net.useSystemProxies=true -Dsun.net.inetaddr.ttl=10 -XX:HeapDumpPath='/home/fhr/zdesktop/heapdump/' -XX:+HeapDumpOnOutOfMemoryError -Djetty.home='/opt/zimbra/zdesktop/jetty'
JAVA           =  /usr/bin/java
Starting Jetty: 
Already Running!!
localconfig.xml zimbra_admin_service_port not updated by jetty !
Any idea what is going on?
Thank you very much for your help

Re: Zimbra desktop on ubuntu 16.04 64bit: install problem

Posted: Fri Nov 17, 2017 8:34 am
by ayatollah
Hi,
Did you get this to work? I'm facing the exact same problem and can't figure it out :(

Re: Zimbra desktop on ubuntu 16.04 64bit: install problem

Posted: Tue Jan 02, 2018 10:14 am
by naidurmedhahosting
Hello guys,

After Zimbra installation requires restart the server.
I think that while updating MX records there will be some errors.
Correct that errors, then it will work.
Or better to reboot the server.

Thank you so much.

Re: Zimbra desktop on ubuntu 16.04 64bit: install problem

Posted: Mon Jul 23, 2018 10:06 am
by Rhyme
I am still having this problem. And this is Zimbra desktop, I am not trying to set up any mail server here.

Appreciate any help on this.

Regards,
Aseem

Re: Zimbra desktop on ubuntu 16.04 64bit: install problem

Posted: Wed Jul 25, 2018 5:23 am
by BradC
I've had this a few times when the zdesktop task has died but Jetty keeps running.
I use "killall java" from the terminal to kill Jetty, then once it's dead running zdrun.pl works.

Of course if you are running any other java based apps that might end badly ;)