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 09-19-2008, 11:48 AM
Active Member
 
Posts: 41
Default Couldn't load XPCOM.

After a linux install attempting to run results in this error when launching from shell:

Couldn't load XPCOM.


Here's the log entries:

[xx@sparky log]$ cat zdesktop.err
Zimbra server process is running as uid=500 euid=500 gid=500 egid=500
[xx@sparky log]$ cat zdesktop.out
0 INFO [main] log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
1170 INFO [main] log - jetty-6.1.5
1903 INFO [main] log - No Transaction manager found - if your webapp requires one, please configure one.



Any ideas? This is a fedora 9 x86_64 install.
Reply With Quote
  #2 (permalink)  
Old 09-19-2008, 01:24 PM
Zimbra Employee
 
Posts: 1,688
Default

we don't officially support 64bit linux yet. however that said some users have found workarounds to make it run.
Reply With Quote
  #3 (permalink)  
Old 09-20-2008, 12:15 PM
Active Member
 
Posts: 41
Default

Any chance someone can post the work-arounds? googling for almost an hour led me pretty much nowhere....
Reply With Quote
  #4 (permalink)  
Old 12-09-2008, 01:37 PM
Loyal Member
 
Posts: 89
Default Get Zimbra Desktop working on 64 Bit Linux

I know that it is a few months late, but I'm on the 64 bit Alpha 1 of Jaunty Jackalope (Ubuntu 9.04), and I found a solution to the problem. I haven't tried yet to get prism working, but I followed the instructions here and I have the server portion (the important part) working. Once you have performed the change described there, just go to your Zimbra Desktop directory and do
Code:
./zdesktop start
Then you just need to go to http://localhost:7633/zimbra/desktop/login.jsp with your browser and it should work.

Update: Got prism working. That was the easiest part of the whole deal. I just did a
Code:
sudo aptitude install prism
and then changed my desktop shortcut to use the version of prism that I just installed (change everything in the first set of "quotes" (ending in prism") to "prism" (without the quotes) and you should be all set.

Update: OK, just kidding about the prism part. It's harder than I thought. I think I could figure it out, but I don't want to waste all day on it. The first part still works...

Last edited by Russianspi; 12-09-2008 at 02:49 PM.. Reason: Not working with prism
Reply With Quote
  #5 (permalink)  
Old 03-03-2009, 07:54 AM
Starter Member
 
Posts: 1
Default

You write
Quote:
I have the server portion (the important part) working
Me, trying to install get stuck here:

Quote:
Checking for prerequisites...
FOUND: NPTL
FOUND: sudo-1.6.9p17-1ubuntu3
FOUND: libidn11-1.10-3
FOUND: fetchmail-6.3.9~rc2-4ubuntu1
MISSING: libgmp3
FOUND: libxml2-2.6.32.dfsg-5ubuntu3
FOUND: libstdc++6-4.3.3-5ubuntu1
FOUND: openssl-0.9.8g-15ubuntu1
MISSING: libltdl3
Checking for suggested prerequisites...

###ERROR###

One or more prerequisite packages are missing.
Please install them before running this installer.

Installation cancelled.
What was your fix/workaround to this?

Thx.
Reply With Quote
  #6 (permalink)  
Old 07-28-2009, 10:00 AM
Active Member
 
Posts: 27
Default

When I got that error I installed gtk2.i586 and then Christmas came early.
Reply With Quote
  #7 (permalink)  
Old 08-11-2009, 08:58 PM
Starter Member
 
Posts: 2
Unhappy

Quote:
Originally Posted by Russianspi View Post
I know that it is a few months late, but I'm on the 64 bit Alpha 1 of Jaunty Jackalope (Ubuntu 9.04), and I found a solution to the problem. I haven't tried yet to get prism working, but I followed the instructions here and I have the server portion (the important part) working. Once you have performed the change described there, just go to your Zimbra Desktop directory and do
Code:
./zdesktop start
Then you just need to go to http://localhost:7633/zimbra/desktop/login.jsp with your browser and it should work.

Update: Got prism working. That was the easiest part of the whole deal. I just did a
Code:
sudo aptitude install prism
and then changed my desktop shortcut to use the version of prism that I just installed (change everything in the first set of "quotes" (ending in prism") to "prism" (without the quotes) and you should be all set.

Update: OK, just kidding about the prism part. It's harder than I thought. I think I could figure it out, but I don't want to waste all day on it. The first part still works...
Hi,

I've updated my Debian 64 yesterday to the testing version, and since then my ZCS do not work anymore: i just click the desktop icon and it simply do not run. Investigating the problem, i found that when the zdesktop/linux/prism/zdclient is run, it returns: Couldn't load XPCOM.

I don't know which package that my last upgrade changed that my ZCS do not work anymore, and i can't back again.

Can someone suggest any procedure to it work again?

The "server" portion of code works, because i run zdestop start and i see the 7633 port open and network traffic, but i can't connect with an common browser, because it fails with invalid authentication or something like that.
Reply With Quote
  #8 (permalink)  
Old 05-17-2010, 01:59 PM
Starter Member
 
Posts: 1
Default ia32-libs-gtk

In case it's still of interest to a poor soul :

For Debian testing (squeeze) on amd64, I installed nearly all of the ia32-libs-* packages. When I got the XPCOM error, I installed the last one that I was still lacking: ia32-libs-gtk. Et voilą... :-)

I did not install any prism package.
Reply With Quote
  #9 (permalink)  
Old 09-08-2010, 12:51 AM
Active Member
 
Posts: 40
Default

The main reason, I think, is: there are some necessary libraries missing.

I fixed this issue, so simple: install the xulrunner 32bit package and its dependencies.

On my Fedora 13 64bit laptop: yum install xulrunner.i686
__________________
Kind Regards,
Tuan

Official website: http://www.iwayvietnam.com/
Weblog: http://blog.iwayvietnam.com/tuanta/
-----

Zimbra is the best ever FOSS I've worked with.
Reply With Quote
  #10 (permalink)  
Old 04-06-2011, 12:57 PM
Starter Member
 
Posts: 1
Default

Quote:
Originally Posted by tuanta View Post
The main reason, I think, is: there are some necessary libraries missing.
you are right. the problem is in the LD_LIBRARY_PATH environment variable in which misses the path to /usr/lib. Add this path to the variable and everything should work.

I have found the solution here Solution to error "Couldn't load XPCOM" (SOLVED)
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.