Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Desktop > Installation Help

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-16-2010, 10:30 AM
Junior Member
 
Posts: 9
Default zdesktop: installation error (failed to inject zimlets) + doesn't start

Hi,

Trying to install zdesktop on Linux (Debian Squeeze), clean install.

I get an error message at the end of the installation process ("Failed to inject zimlets. Some features may be missing"). Unsurprisingly, zdesktop won't start.

Attached are zdesktop.out & install4j installation log- any help would be greatly appreciated.


Thanks,
-E-
Attached Files
File Type: out zdesktop.out (4.5 KB, 3 views)
File Type: zip install4j.installation.log.zip (62.6 KB, 3 views)
Reply With Quote
  #2 (permalink)  
Old 01-16-2010, 08:32 PM
Starter Member
 
Posts: 2
Default

I'm having the exact same issue any help would be appreciated.
Reply With Quote
  #3 (permalink)  
Old 01-21-2010, 01:51 PM
Starter Member
 
Posts: 1
Default

Me too. Anyone solve this yet?
Reply With Quote
  #4 (permalink)  
Old 02-04-2010, 04:10 AM
New Member
 
Posts: 4
Default Possible fix.

I had the same issue under Squeeze.

I noticed a directory named .!yahoo/# ( long garbage string ) present in my home dir after the first run attempt, after deleting this directory ZD seems to start fine ( I had to manually reinstall the Zimlets though ).

Update:

I took and deleted all directories/files related to ZD and reinstalled from scratch, I still got the Zimlet failure message during install but ZD starts without any other issues.

The only difference between this install attempt and the prior ones is that I updated Squeeze from apt to the latest revision.

Last edited by Arcticfox; 02-04-2010 at 04:24 AM..
Reply With Quote
  #5 (permalink)  
Old 02-08-2010, 12:36 PM
Junior Member
 
Posts: 9
Default

Bumping this hoping someone as any input regarding this..


-E-
Reply With Quote
  #6 (permalink)  
Old 02-08-2010, 07:21 PM
Zimbra Employee
 
Posts: 1,688
Default

I suggest you try out ZD 2.0 beta1. Thanks!
Reply With Quote
  #7 (permalink)  
Old 03-18-2010, 02:21 PM
New Member
 
Posts: 4
Thumbs up SOLVED for me

I was working some days trying to discover the reason of the problem.
The problem in my Debian, was that the kernel was resolving dns only for ipv6.
To solve this issue you have to run this command from root:

sysctl -w net.ipv6.bindv6only=0

Then you can start the zdesktop daemon from your home directory (or where you had installed) and your user (not root)

zimbra/zdesktop/sdesktop start

To verify if the daemon is running:

zimbra/zdesktop/sdesktop status

Finally, if you want to preserve the kernel change during booting, you can add this line at the bottom of the file /etc/sysctl.conf:

net.ipv6.bindv6only = 0

(If you already had that line with 1, just replace it)

I hope, this can help somebody.

Thanks
Gustavo
Reply With Quote
  #8 (permalink)  
Old 03-22-2010, 12:56 PM
Junior Member
 
Posts: 9
Default No go for me

Hi,

Still not working for me.

Installed the latest Beta, installation completed successfully (or so it seems), but the application hangs forever when executed (never actually starts).

zdesktop.out log:

Code:
STARTED Jetty Mon Mar 22 20:53:41 IST 2010
0    INFO  [main] log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
187  WARN  [main] log - Config error at <Call name="open"/>
187  WARN  [main] log - Config error at <Ref id="http"><Call name="open"/></Ref>
188  WARN  [main] log - EXCEPTION 
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:542)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:252)
	at org.mortbay.xml.XmlConfiguration.refObj(XmlConfiguration.java:646)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:260)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:214)
	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.mortbay.start.Main.invokeMain(Main.java:194)
	at org.mortbay.start.Main.start(Main.java:534)
	at org.mortbay.start.Main.start(Main.java:441)
	at org.mortbay.start.Main.main(Main.java:119)
Caused by: java.net.SocketException: Invalid argument
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
	at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
	... 18 more
189  WARN  [main] log - Nested in java.lang.reflect.InvocationTargetException:
java.net.SocketException: Invalid argument
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
	at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:542)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:252)
	at org.mortbay.xml.XmlConfiguration.refObj(XmlConfiguration.java:646)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:260)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:214)
	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.mortbay.start.Main.invokeMain(Main.java:194)
	at org.mortbay.start.Main.start(Main.java:534)
	at org.mortbay.start.Main.start(Main.java:441)
	at org.mortbay.start.Main.main(Main.java:119)
Anyone?


Thanks,
-E-
Reply With Quote
  #9 (permalink)  
Old 03-23-2010, 04:36 AM
Starter Member
 
Posts: 2
Default same issue

Having same issue here. Would appreciate feedback.
Reply With Quote
  #10 (permalink)  
Old 07-21-2010, 03:12 PM
Starter Member
 
Posts: 2
Default

Thanks Gustavo. Works for me too.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.