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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-08-2008, 12:46 PM
sturgis sturgis is offline
Senior Member
 
Join Date: Jan 2007
Location: France
ZCS Version: zcs-5.0.2_GA_1975.RHEL4.20080130212006
Posts: 69
sturgis is on a distinguished road
Default connection refused when connecting to localhost:7633

Hi,
I just installed zimbra desktop.
It worked fine at the begining but it did not sync all my mailboxes because they are to big and I had to go.
Now, when starting it again (even after rebooting my windows machine) I get a connection refused when connecting to localhost 7633, and it does not open.

I run 5.0.2
Reply With Quote
  #2 (permalink)  
Old 02-08-2008, 02:37 PM
jjzhuang jjzhuang is offline
Zimbra Employee
 
Join Date: Jan 2007
Posts: 528
jjzhuang is on a distinguished road
Default

It sounds like somehow your service is not running. Please check for errors in your logs under <install>/log. Thanks!
Reply With Quote
  #3 (permalink)  
Old 02-10-2008, 01:52 AM
sturgis sturgis is offline
Senior Member
 
Join Date: Jan 2007
Location: France
ZCS Version: zcs-5.0.2_GA_1975.RHEL4.20080130212006
Posts: 69
sturgis is on a distinguished road
Default more details

No, it is not that the service is not running.

I explain:
I installed in my laptop. Everything is fine, email starts working while sync. Only problems with zimlets, but I don't care, because even in the webmail running 5.0.2 after migrating, most of they don't work anyway (on port 8080)

Once it has synchronized around 232 Mb of emails then it just dies and looses the connection. If I restart the service and zimbra desktop, blank screen. No connection.

I reinstalled keeping data and blank screen.
I disconnected my antivirus because I realized it was detecting viruses in the zimbra folder. Nothing, same problem.
I reinstalled deleting data, same thing: after 232 Mb dies.

I installed it in another machine with ethernet: same thing.

There is something wrong.
Reply With Quote
  #4 (permalink)  
Old 02-10-2008, 01:58 AM
sturgis sturgis is offline
Senior Member
 
Join Date: Jan 2007
Location: France
ZCS Version: zcs-5.0.2_GA_1975.RHEL4.20080130212006
Posts: 69
sturgis is on a distinguished road
Default error logs

I post here the logs:
mailbox.log
Synchronizing ok until line 5854. From there on:
Code:
java.io.FileNotFoundException: C:\zimbra\zdesktop\store\0\2\msg\4\19156-16881.msg (Access is denied)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(Unknown Source)
	at com.zimbra.cs.store.BlobInputStream.openFile(BlobInputStream.java:104)
	at com.zimbra.cs.store.BlobInputStream.read(BlobInputStream.java:210)
	at java.io.SequenceInputStream.read(Unknown Source)
	at java.io.SequenceInputStream.read(Unknown Source)
	at java.io.InputStream.read(Unknown Source)
	at com.zimbra.cs.redolog.logger.FileLogWriter.log(FileLogWriter.java:295)
	at com.zimbra.cs.redolog.RedoLogManager.logOnly(RedoLogManager.java:445)
	at com.zimbra.cs.redolog.RedoLogManager.log(RedoLogManager.java:383)
	at com.zimbra.cs.redolog.op.RedoableOp.log(RedoableOp.java:301)
	at com.zimbra.cs.mailbox.Mailbox.endTransaction(Mailbox.java:5781)
	at com.zimbra.cs.mailbox.Mailbox.addMessageInternal(Mailbox.java:4109)
	at com.zimbra.cs.mailbox.Mailbox.addMessage(Mailbox.java:3807)
	at com.zimbra.cs.mailbox.InitialSync.saveMessage(InitialSync.java:917)
	at com.zimbra.cs.mailbox.InitialSync.syncMessages(InitialSync.java:805)
	at com.zimbra.cs.mailbox.InitialSync.syncMessagelikeItems(InitialSync.java:359)
	at com.zimbra.cs.mailbox.InitialSync.initialFolderSync(InitialSync.java:251)
	at com.zimbra.cs.mailbox.InitialSync.prioritySync(InitialSync.java:320)
	at com.zimbra.cs.mailbox.InitialSync.initialFolderSync(InitialSync.java:304)
	at com.zimbra.cs.mailbox.InitialSync.initialFolderSync(InitialSync.java:309)
	at com.zimbra.cs.mailbox.InitialSync.sync(InitialSync.java:156)
	at com.zimbra.cs.mailbox.InitialSync.sync(InitialSync.java:143)
	at com.zimbra.cs.mailbox.MailboxSync.sync(MailboxSync.java:120)
	at com.zimbra.cs.mailbox.OfflineMailbox.sync(OfflineMailbox.java:107)
	at com.zimbra.cs.mailbox.OfflineMailbox.syncOnTimer(OfflineMailbox.java:93)
	at com.zimbra.cs.mailbox.DesktopMailbox$1.run(DesktopMailbox.java:61)
	at java.util.TimerThread.mainLoop(Unknown Source)
	at java.util.TimerThread.run(Unknown Source)
2008-02-10 10:02:04,122 FATAL [sync-timer-my@email.com] [mid=2;] system - Aborting process
java.io.FileNotFoundException: C:\zimbra\zdesktop\store\0\2\msg\4\19156-16881.msg (Access is denied)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(Unknown Source)
	at com.zimbra.cs.store.BlobInputStream.openFile(BlobInputStream.java:104)
	at com.zimbra.cs.store.BlobInputStream.read(BlobInputStream.java:210)
	at java.io.SequenceInputStream.read(Unknown Source)
	at java.io.SequenceInputStream.read(Unknown Source)
	at java.io.InputStream.read(Unknown Source)
	at com.zimbra.cs.redolog.logger.FileLogWriter.log(FileLogWriter.java:295)
	at com.zimbra.cs.redolog.RedoLogManager.logOnly(RedoLogManager.java:445)
	at com.zimbra.cs.redolog.RedoLogManager.log(RedoLogManager.java:383)
	at com.zimbra.cs.redolog.op.RedoableOp.log(RedoableOp.java:301)
	at com.zimbra.cs.mailbox.Mailbox.endTransaction(Mailbox.java:5781)
	at com.zimbra.cs.mailbox.Mailbox.addMessageInternal(Mailbox.java:4109)
	at com.zimbra.cs.mailbox.Mailbox.addMessage(Mailbox.java:3807)
	at com.zimbra.cs.mailbox.InitialSync.saveMessage(InitialSync.java:917)
	at com.zimbra.cs.mailbox.InitialSync.syncMessages(InitialSync.java:805)
	at com.zimbra.cs.mailbox.InitialSync.syncMessagelikeItems(InitialSync.java:359)
	at com.zimbra.cs.mailbox.InitialSync.initialFolderSync(InitialSync.java:251)
	at com.zimbra.cs.mailbox.InitialSync.prioritySync(InitialSync.java:320)
	at com.zimbra.cs.mailbox.InitialSync.initialFolderSync(InitialSync.java:304)
	at com.zimbra.cs.mailbox.InitialSync.initialFolderSync(InitialSync.java:309)
	at com.zimbra.cs.mailbox.InitialSync.sync(InitialSync.java:156)
	at com.zimbra.cs.mailbox.InitialSync.sync(InitialSync.java:143)
	at com.zimbra.cs.mailbox.MailboxSync.sync(MailboxSync.java:120)
	at com.zimbra.cs.mailbox.OfflineMailbox.sync(OfflineMailbox.java:107)
	at com.zimbra.cs.mailbox.OfflineMailbox.syncOnTimer(OfflineMailbox.java:93)
	at com.zimbra.cs.mailbox.DesktopMailbox$1.run(DesktopMailbox.java:61)
	at java.util.TimerThread.mainLoop(Unknown Source)
	at java.util.TimerThread.run(Unknown Source)
zdesktop.out log:
Code:
0    INFO  [main] log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
686  INFO  [main] log - jetty-6.1.5
857  INFO  [main] log - No Transaction manager found - if your webapp requires one, please configure one.
zdesktop.err:
Code:
Zimbra server process is running as uid=-1 euid=-1 gid=-1 egid=-1
I hope this helps
Reply With Quote
  #5 (permalink)  
Old 02-10-2008, 08:53 AM
jjzhuang jjzhuang is offline
Zimbra Employee
 
Join Date: Jan 2007
Posts: 528
jjzhuang is on a distinguished road
Default

Interesting. Are you on Vista or XP? The log seems to suggest there's a permission problem. Have you been running always as the same user?
Reply With Quote
  #6 (permalink)  
Old 02-10-2008, 09:05 AM
sturgis sturgis is offline
Senior Member
 
Join Date: Jan 2007
Location: France
ZCS Version: zcs-5.0.2_GA_1975.RHEL4.20080130212006
Posts: 69
sturgis is on a distinguished road
Default

Quote:
Originally Posted by jjzhuang View Post
Interesting. Are you on Vista or XP? The log seems to suggest there's a permission problem. Have you been running always as the same user?
I run windows xp
Only one user, myself, the admin.

Same in the other computer.
Reply With Quote
  #7 (permalink)  
Old 02-11-2008, 10:30 AM
sturgis sturgis is offline
Senior Member
 
Join Date: Jan 2007
Location: France
ZCS Version: zcs-5.0.2_GA_1975.RHEL4.20080130212006
Posts: 69
sturgis is on a distinguished road
Default

May be it has to do with the amount of data?
Did you try to sync more and 1Gb of email plus appointments and contacts?

Maybe data corrupted...

No clues?
Reply With Quote
  #8 (permalink)  
Old 02-11-2008, 10:23 PM
jjzhuang jjzhuang is offline
Zimbra Employee
 
Join Date: Jan 2007
Posts: 528
jjzhuang is on a distinguished road
Default

Internally many of our zdesktop users have mailboxes between 5GB and 10GB, so we are not unfamiliar with syncing large mailboxes.

Please file a bug with the error log, and we'll investigate. Thanks!
Reply With Quote
  #9 (permalink)  
Old 02-18-2008, 02:50 PM
Dfuller303 Dfuller303 is offline
Junior Member
 
Join Date: Feb 2008
Posts: 2
Dfuller303 is on a distinguished road
Unhappy same issue !

Hi I have the same issue. Did you get it resolved?

thanks
Reply With Quote
  #10 (permalink)  
Old 02-18-2008, 11:22 PM
sturgis sturgis is offline
Senior Member
 
Join Date: Jan 2007
Location: France
ZCS Version: zcs-5.0.2_GA_1975.RHEL4.20080130212006
Posts: 69
sturgis is on a distinguished road
Default

No, not fixed... so not using zimbra Desktop... a petty indeed.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lots of deferred errors all of a sudden CdtDelta Administrators 0 12-01-2007 07:27 AM
Error loading on Mac OS X 10.4.10 server PPC qprcanada Installation 7 10-26-2007 06:25 AM
Can not reach https://example.com:7017/zimbraAdmin Max Ma Installation 14 03-31-2007 09:14 AM
Initializing Documents...failed to initialize documents michaeln Installation 26 02-12-2007 06:23 PM
Is it started or not kwelipatton Installation 10 03-28-2006 10:11 PM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0