zdesktop won't launch after upgrading to latest

Need some help getting Zimbra Desktop set up and working?
Post Reply
daytonwjones
Posts: 4
Joined: Tue May 16, 2017 2:30 pm

zdesktop won't launch after upgrading to latest

Post by daytonwjones »

I've been running the previous version on Fedora 25 for quite a while, I just downloaded and installed the latest (zdesktop_7_3_0_ga_b13060_20170410030557_linux_x64.tgz) but can't run it.

Code: Select all

Installing user data files...done
Initializing user data...done
Creating desktop icon...done
Zimbra Desktop has been installed successfully for user djones.

You can start Zimbra Desktop by double-clicking the desktop icon or by running the following command:
"/opt/zimbra/zdesktop/linux/zdrun.pl"

Press "Enter" to launch Zimbra Desktop; Press "Ctrl-c" to exit: 
[djones@fedora ~]$ JRE version 8 is found on your system.
JETTY_HOME     =  /opt/zimbra/zdesktop/jetty
JETTY_RUN      =  /home/djones/bin/zdesktop/log
JETTY_PID      =  /home/djones/bin/zdesktop/log/zdesktop.pid
JETTY_CONSOLE  =  /home/djones/bin/zdesktop/log/zdesktop.out
JETTY_ARGS     =  
CONFIGS        =  /home/djones/bin/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/djones/bin/zdesktop' -Dzimbra.config='/home/djones/bin/zdesktop/conf/localconfig.xml' -Djava.library.path='/opt/zimbra/zdesktop/jetty/../lib' -Djava.awt.headless=true -Djava.io.tmpdir='/home/djones/bin/zdesktop/data/tmp/java' -Djava.net.useSystemProxies=true -Dsun.net.inetaddr.ttl=10 -XX:HeapDumpPath='/home/djones/bin/zdesktop/heapdump/' -XX:+HeapDumpOnOutOfMemoryError -Djetty.home='/opt/zimbra/zdesktop/jetty'
JAVA           =  /usr/bin/java
Starting Jetty: 
Jetty running pid=32201
nohup: redirecting stderr to stdout
[32279:32279:0516/092334:ERROR:sandbox_linux.cc(336)] InitializeSandbox() called with multiple threads in process gpu-process
[32279:32279:0516/092334:ERROR:buffer_manager.cc(361)] [.CommandBufferContext.Compositor-0x336e6a87f000]GL ERROR :GL_INVALID_ENUM : glBufferData: <- error from previous GL command
[32279:32279:0516/092335:ERROR:texture_manager.cc(2421)] [.CommandBufferContext.RenderCompositor-0xc1257e6cc60]GL ERROR :GL_INVALID_ENUM : glTexImage2D: <- error from previous GL command
[32279:32279:0516/092335:ERROR:gles2_cmd_decoder.cc(2134)] [.CommandBufferContext.RenderWorker-0xc1257e6cdc0]GL ERROR :GL_INVALID_ENUM : GLES2DecoderImpl::DoBindTexImage2DCHROMIUM: <- error from previous GL command
[32279:32279:0516/092335:ERROR:gles2_cmd_decoder.cc(2138)] [.CommandBufferContext.RenderWorker-0xc1257e6cdc0]GL ERROR :GL_INVALID_OPERATION : ScopedTextureBinder::ctor: was unhandled
[32279:32279:0516/092335:ERROR:gles2_cmd_decoder.cc(2134)] [.CommandBufferContext.RenderWorker-0xc1257e6cdc0]GL ERROR :GL_INVALID_VALUE : ScopedTextureBinder::dtor: <- error from previous GL command
[32279:32279:0516/092335:ERROR:gles2_cmd_decoder.cc(2134)] [.CommandBufferContext.RenderWorker-0xc1257e6cdc0]GL ERROR :GL_INVALID_VALUE : ScopedTextureBinder::dtor: <- error from previous GL command
[32279:32279:0516/092335:ERROR:gles2_cmd_decoder.cc(2138)] [.CommandBufferContext.RenderWorker-0xc1257e6cdc0]GL ERROR :GL_INVALID_OPERATION : ScopedTextureBinder::ctor: was unhandled
...
Fedora 25 64-bit
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)


Any help greatly appreciated....
daytonwjones
Posts: 4
Joined: Tue May 16, 2017 2:30 pm

Re: zdesktop won't launch after upgrading to latest

Post by daytonwjones »

Resolved. I neglected to mention that I was running this inside a VM (VirtualBox). After some further googling, I saw several other issues (various programs, not just Zimbra) with the same issue -- GL errors, blank window. Most notably people had issue with Chrome. Disabling GPU seems to be the common fix, so I turned of 3D acceleration in my MV and restarted - and now zdesktop properly renders and all is good.
Post Reply