Here is the output from the troubleshooting efforts. As far as I can see nothing is
amiss.
rbywater@rbubu:/export/home/rbywater/zimbra/zdesktop/log$ ps aux |grep zdesktop
rbywater 27439 0.1 3.6 545028 149468 pts/6 Sl 07:17 0:35 /export/home/rbywater/zimbra/zdesktop/jre/bin/java -Dinstall4j.jvmDir=/export/home/rbywater/zimbra/zdesktop/jre -Dexe4j.moduleName=/export/home/rbywater/zimbra/zdesktop/zdesktop -Xms64m -Xmx256m -Dsun.net.inetaddr.ttl=30 -DSTART=/export/home/rbywater/zimbra/zdesktop/jetty/etc/start.config -Dzimbra.config=/export/home/rbywater/zimbra/zdesktop/conf/localconfig.xml -Djava.library.path=/export/home/rbywater/zimbra/zdesktop/lib -Djetty.home=/export/home/rbywater/zimbra/zdesktop/jetty -Djava.awt.headless=true -classpath /export/home/rbywater/zimbra/zdesktop/.install4j/i4jruntime.jar:/export/home/rbywater/zimbra/zdesktop/lib/zdesktop.jar:/export/home/rbywater/zimbra/zdesktop/jetty/start.jar com.install4j.runtime.Launcher start com.zimbra.cs.offline.start.Main false false /export/home/rbywater/zimbra/zdesktop/log/zdesktop.out /export/home/rbywater/zimbra/zdesktop/log/zdesktop.out true true false true true 0 0 20 20 Arial 0,0,0 8 500 version 1.0 20 40 Arial 0,0,0 8 500 -1 org.mortbay.start.Main
rbywater 30979 0.0 0.0 7452 892 pts/6 S+ 13:27 0:00 grep zdesktop
rbywater@rbubu:/export/home/rbywater/zimbra/zdesktop/log$ grep localhost /etc/hosts
127.0.0.1 localhost
::1 ip6-localhost ip6-loopback
rbywater@rbubu:/export/home/rbywater/zimbra/zdesktop/log$ telnet localhost 7633
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
I took it a step further and looked to see if there was really a process listening on 7633 and found something potentially interesting:
rbywater@rbubu:/export/home/rbywater/zimbra/zdesktop/log$ netstat -anp |grep 7633
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp6 0 0 127.0.0.1:7633 :::* LISTEN 27439/java
After seeing that, I tried:
rbywater@rbubu:/export/home/rbywater/zimbra/zdesktop/log$ telnet -6 localhost 7633
telnet: could not resolve localhost/7633: No address associated with hostname
Does I have and IPv4/IPv6 conflict? If so, how do I define the localhost correctly in /etc/hosts. My /etc/hosts file currently has:
127.0.0.1 localhost
::1 ip6-localhost ip6-loopback
Thanks,
Rick
Thanks again,
Rick