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

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 08-18-2011, 12:49 PM
Junior Member
 
Posts: 5
Unhappy Autocomplete Failed

I Recently upgraded to Zimbra Desktop 7.1.1 (build 10917) and now my address autocomplete is not working. It is working only for couple of single strings. Any clue?
Reply With Quote
  #2 (permalink)  
Old 10-27-2011, 09:42 AM
Active Member
 
Posts: 25
Default Auto-complete

Same problem here, though I have 7.1.2 (10978)
I've tried re-indexing but that didn't help. No errors in the logs, though the usual thousands of Warnings about references to undefined properties.

Apart from a complete clearout and reinstall, anyone have any ideas?
Reply With Quote
  #3 (permalink)  
Old 11-06-2011, 01:26 AM
Zimbra Employee
 
Posts: 119
Default

Can you provide an example ? What's the word you typed for auto complete ? Thanks.
Reply With Quote
  #4 (permalink)  
Old 11-06-2011, 03:35 AM
Junior Member
 
Posts: 5
Default

As an example, there is an email in my address book "dnr@..."
When I type "d" all emails starts with "d" will display.
If I type "dn" nothing will list and error message "autocomplete failed" will displays.
Any clue?
Reply With Quote
  #5 (permalink)  
Old 11-06-2011, 10:38 AM
Zimbra Employee
 
Posts: 119
Default

Interesting, this works for me on the newest version. Can you grab the log and see if there is any exception ? It's zdesktop.log under <install>/log
Reply With Quote
  #6 (permalink)  
Old 11-07-2011, 12:24 AM
Junior Member
 
Posts: 5
Default

I cant see any such log "zdesktop.log"
That log file is refered in "zdctl.vbs" which is in <install>/zimbradesktop/data
Reply With Quote
  #7 (permalink)  
Old 11-07-2011, 01:23 AM
Zimbra Employee
 
Posts: 119
Default

It's here.
Zimbra Desktop 7 Beta 1 FAQ - Zimbra :: Wiki
Reply With Quote
  #8 (permalink)  
Old 11-07-2011, 06:17 AM
Junior Member
 
Posts: 5
Default

log is there with sooooo many exceptions...
to which one I should navigate?
Reply With Quote
  #9 (permalink)  
Old 11-07-2011, 01:17 PM
Zimbra Employee
 
Posts: 119
Default

You can reproduce this one in ZD, and look for the newly appended log. There is also timestamp there, should be easy to locate. Thanks.
Reply With Quote
  #10 (permalink)  
Old 11-10-2011, 09:15 AM
New Member
 
Posts: 4
Default

I'm also having this problem. Here is the log file output. It seems to repeat for each key stroke. Just to note, using latest version of zimbra desktop. Autocomplete originally did work, it seems to have stopped over the past weeks.


2011-11-10 12:11:25,559 DEBUG [btpool0-533] [mid=2;] offline - unable to access GAL mailbox for noname@noname.com
2011-11-10 12:11:25,588 INFO [btpool0-533] [mid=2;] SoapEngine - handler exception
com.zimbra.common.service.ServiceException: system failure: Caught IOException opening index
ExceptionId:btpool0-533:1320945085588:91c1c914846f151e
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE (ServiceException.java:248)
at com.zimbra.cs.index.LuceneIndex.expandWildcardToke n(LuceneIndex.java:459)
at com.zimbra.cs.index.MailboxIndex.expandWildcardTok en(MailboxIndex.java:458)
at com.zimbra.cs.index.query.TextQuery.<init>(TextQue ry.java:113)
at com.zimbra.cs.index.query.TextQuery.<init>(TextQue ry.java:67)
at com.zimbra.cs.index.query.parser.QueryParser.creat eContactQuery(QueryParser.java:660)
at com.zimbra.cs.index.query.parser.QueryParser.creat eQuery(QueryParser.java:606)
at com.zimbra.cs.index.query.parser.QueryParser.toTer m(QueryParser.java:353)
at com.zimbra.cs.index.query.parser.QueryParser.toTex tClause(QueryParser.java:325)
at com.zimbra.cs.index.query.parser.QueryParser.toCla use(QueryParser.java:288)
at com.zimbra.cs.index.query.parser.QueryParser.toQue ry(QueryParser.java:265)
at com.zimbra.cs.index.query.parser.QueryParser.parse (QueryParser.java:235)
at com.zimbra.cs.index.ZimbraQuery.<init>(ZimbraQuery .java:439)
at com.zimbra.cs.index.MailboxIndex.search(MailboxInd ex.java:143)
at com.zimbra.cs.mailbox.IndexHelper.search(IndexHelp er.java:125)
at com.zimbra.cs.mailbox.Mailbox.search(Mailbox.java: 3719)
at com.zimbra.cs.mailbox.Mailbox.search(Mailbox.java: 3688)
at com.zimbra.cs.mailbox.Mailbox.search(Mailbox.java: 3673)
at com.zimbra.cs.mailbox.ContactAutoComplete.queryFol ders(ContactAutoComplete.java:578)
at com.zimbra.cs.mailbox.ContactAutoComplete.query(Co ntactAutoComplete.java:340)
at com.zimbra.cs.service.mail.AutoComplete.query(Auto Complete.java:87)
at com.zimbra.cs.service.mail.AutoComplete.query(Auto Complete.java:73)
at com.zimbra.cs.service.offline.OfflineAutoComplete. handle(OfflineAutoComplete.java:57)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:412)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:287)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:158)
at com.zimbra.soap.SoapServlet.doWork(SoapServlet.jav a:294)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:215)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:725)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:208)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:814)
at org.mortbay.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:511)
at org.mortbay.jetty.servlet.ServletHandler.handle(Se rvletHandler.java:390)
at org.mortbay.jetty.security.SecurityHandler.handle( SecurityHandler.java:218)
at org.mortbay.jetty.servlet.SessionHandler.handle(Se ssionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(Co ntextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebA ppContext.java:422)
at org.mortbay.jetty.handler.ContextHandlerCollection .handle(ContextHandlerCollection.java:230)
at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152)
at org.mortbay.jetty.handler.rewrite.RewriteHandler.h andle(RewriteHandler.java:230)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(Htt pConnection.java:543)
at org.mortbay.jetty.HttpConnection$RequestHandler.co ntent(HttpConnection.java:946)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:756)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa rser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnec tion.java:405)
at org.mortbay.io.nio.SelectChannelEndPoint.run(Selec tChannelEndPoint.java:410)
at org.mortbay.thread.BoundedThreadPool$PoolThread.ru n(BoundedThreadPool.java:451)
Caused by: java.io.FileNotFoundException: C:\Users\Laszlo\AppData\Local\Zimbra\Zimbra Desktop\index\0\2\index\0\_9q.prx (The system cannot find the file specified)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.j ava:212)
at org.apache.lucene.store.SimpleFSDirectory$SimpleFS IndexInput$Descriptor.<init>(SimpleFSDirectory.jav a:76)
at org.apache.lucene.store.SimpleFSDirectory$SimpleFS IndexInput.<init>(SimpleFSDirectory.java:97)
at org.apache.lucene.store.SimpleFSDirectory.openInpu t(SimpleFSDirectory.java:63)
at com.zimbra.cs.index.LuceneDirectory.openInput(Luce neDirectory.java:140)
at org.apache.lucene.index.SegmentReader$CoreReaders. <init>(SegmentReader.java:136)
at org.apache.lucene.index.SegmentReader.get(SegmentR eader.java:605)
at org.apache.lucene.index.SegmentReader.get(SegmentR eader.java:583)
at org.apache.lucene.index.DirectoryReader.<init>(Dir ectoryReader.java:109)
at org.apache.lucene.index.ReadOnlyDirectoryReader.<i nit>(ReadOnlyDirectoryReader.java:27)
at org.apache.lucene.index.DirectoryReader$1.doBody(D irectoryReader.java:79)
at org.apache.lucene.index.SegmentInfos$FindSegmentsF ile.run(SegmentInfos.java:677)
at org.apache.lucene.index.DirectoryReader.open(Direc toryReader.java:73)
at org.apache.lucene.index.IndexReader.open(IndexRead er.java:316)
at org.apache.lucene.index.IndexReader.open(IndexRead er.java:262)
at com.zimbra.cs.index.LuceneIndex.openIndexReader(Lu ceneIndex.java:696)
at com.zimbra.cs.index.LuceneIndex.getIndexReaderRef( LuceneIndex.java:785)
at com.zimbra.cs.index.LuceneIndex.getIndexSearcherRe f(LuceneIndex.java:527)
at com.zimbra.cs.index.LuceneIndex.expandWildcardToke n(LuceneIndex.java:423)
... 48 more

Last edited by Pondboss; 11-10-2011 at 10:17 PM..
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.