Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

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-30-2008, 05:22 AM
Elite Member
 
Posts: 347
Default Question on shared folder searching and managing

Ok.. got my shared folders working... but when i try to run a query on the folder on a user that it is shared too i get this error :

An invalid request was made. msg: invalid request: malformed item ID: 519b2870-a597-4dec-8a83-14369878f505
code: service.INVALID_REQUEST
method: SearchRequest
detail: soap:Sender

which is a bit confusing...

and also when i am trying to move or delete a message in the share folder from a user who has all rights to the folder i get the following:

msg: cannot apply tag "\Copied" to item 1290
code: mail.CANNOT_TAG
method: MsgActionRequest
detail: soap:Sender

Anyone has any ideas on how i can fix these 2 items ?
Reply With Quote
  #2 (permalink)  
Old 01-30-2008, 06:12 AM
Zimbra Employee
 
Posts: 1,434
Default

Quote:
Originally Posted by drdre View Post
Ok.. got my shared folders working... but when i try to run a query on the folder on a user that it is shared too i get this error :

An invalid request was made. msg: invalid request: malformed item ID: 519b2870-a597-4dec-8a83-14369878f505
code: service.INVALID_REQUEST
method: SearchRequest
detail: soap:Sender
That's odd. Can you open the debug window, run the same query again, and post the SOAP that gets sent to the server?

Quote:
Originally Posted by drdre View Post
and also when i am trying to move or delete a message in the share folder from a user who has all rights to the folder i get the following:

msg: cannot apply tag "\Copied" to item 1290
code: mail.CANNOT_TAG
method: MsgActionRequest
detail: soap:Sender
That sounds like a pretty serious bug. Can you file that in bugzilla and CC me?
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #3 (permalink)  
Old 01-30-2008, 06:59 AM
Elite Member
 
Posts: 347
Default

Here is the soap info for the query on the share folder..

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<context xmlns="urn:zimbra">
<userAgent name="ZimbraWebClient - FF2.0 (Win)" version="5.0.1_GA_1902.RHEL5_64"/>
<sessionId id="1428"/>
<account by="name">
andreb@chapmans.co.tt
</account>
<format type="js"/>
<authToken>
0_326f03a51cb8ed38d699a25e38b2a31b0ea3128a_69643d3 3363a64346564633462302d303332622d346162632d6239313 72d3238666631313666626533303b6578703d31333a3132303 13837383436393837363b747970653d363a7a696d6272613b6 d61696c686f73743d31313a31302e302e302e363a38303b
</authToken>
</context>
</soap:Header>
<soap:Body>
<SearchRequest xmlns="urn:zimbraMail" sortBy="dateDesc" offset="0" limit="25" types="message" fetch="1">
<tz id="(GMT-04.00) Caracas / La Paz"/>
<locale>
en_GB
</locale>
<query>
pamela (inid:441 OR inid:442 OR inid:433 OR inid:519b2870-a597-4dec-8a83-14369878f505:779 OR is:local)
</query>
</SearchRequest>
</soap:Body>
</soap:Envelope>

and here is the for the window that pops up..

Body: {
Fault: {
Code: {
Value: "soap:Sender"
},
Detail: {
Error: {
Code: "service.INVALID_REQUEST",
Trace: "com.zimbra.common.service.ServiceException: invalid request: malformed item ID: 519b2870-a597-4dec-8a83-14369878f505
Code:service.INVALID_REQUEST
at com.zimbra.common.service.ServiceException.INVALID _REQUEST(ServiceException.java:190)
at com.zimbra.cs.service.util.ItemId.<init>(ItemId.ja va:89)
at com.zimbra.cs.index.queryparser.ZimbraQueryParser. GetQuery(ZimbraQueryParser.java:202)
at com.zimbra.cs.index.queryparser.ZimbraQueryParser. Rhs_Text(ZimbraQueryParser.java:471)
at com.zimbra.cs.index.queryparser.ZimbraQueryParser. Clause(ZimbraQueryParser.java:944)
at com.zimbra.cs.index.queryparser.ZimbraQueryParser. Query(ZimbraQueryParser.java:1117)
at com.zimbra.cs.index.queryparser.ZimbraQueryParser. Clause(ZimbraQueryParser.java:728)
at com.zimbra.cs.index.queryparser.ZimbraQueryParser. Query(ZimbraQueryParser.java:1117)
at com.zimbra.cs.index.queryparser.ZimbraQueryParser. DoParse(ZimbraQueryParser.java:1128)
at com.zimbra.cs.index.queryparser.ZimbraQueryParser. Parse(ZimbraQueryParser.java:308)
at com.zimbra.cs.index.ZimbraQuery.<init>(ZimbraQuery .java:2339)
at com.zimbra.cs.index.MailboxIndex.search(MailboxInd ex.java:147)
at com.zimbra.cs.mailbox.Mailbox.search(Mailbox.java: 3128)
at com.zimbra.cs.service.mail.Search.doSearch(Search. java:100)
at com.zimbra.cs.service.mail.Search.handle(Search.ja va:72)
at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:342)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:208)
at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:113)
at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:272)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:727)
at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:174)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:487)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1093)
at org.mortbay.servlet.UserAgentFilter.doFilter(UserA gentFilter.java:81)
at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter .java:132)
at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(Se rvletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle( SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(Se ssionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(Co ntextHandler.java:716)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebA ppContext.java:406)
at org.mortbay.jetty.handler.ContextHandlerCollection .handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:139)
at org.mortbay.jetty.handler.RewriteHandler.handle(Re writeHandler.java:176)
at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(Htt pConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.co ntent(HttpConnection.java:844)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:644)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa rser.java:205)
at org.mortbay.jetty.HttpConnection.handle(HttpConnec tion.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(Selec tChannelEndPoint.java:396)
at org.mortbay.thread.BoundedThreadPool$PoolThread.ru n(BoundedThreadPool.java:442)
Caused by: java.lang.NumberFormatException: For input string: "a597-4dec-8a83-14369878f505"
at java.lang.NumberFormatException.forInputString(Num berFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:447)
at java.lang.Integer.parseInt(Integer.java:497)
at com.zimbra.cs.service.util.ItemId.<init>(ItemId.ja va:82)
... 43 more
",
_jsns: "urn:zimbra"
}
},
Reason: {
Text: "invalid request: malformed item ID: 519b2870-a597-4dec-8a83-14369878f505"
}
}
},
Reply With Quote
  #4 (permalink)  
Old 01-30-2008, 07:23 AM
Zimbra Employee
 
Posts: 1,434
Default

That also looks like a bug. Can you file that in bugzilla as well, including the stack trace? Please CC "tim@zimbra.com" on that bug.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #5 (permalink)  
Old 01-30-2008, 07:44 AM
Elite Member
 
Posts: 347
Default

hrm.. this is werid.. i reboooted my workstation and tried again.. and i dont get the second error any more... but i do still get the first error when i try to run a query on the shared folders.
Reply With Quote
  #6 (permalink)  
Old 01-30-2008, 08:01 AM
Zimbra Employee
 
Posts: 1,434
Default

Please still file the second one, even if you don't see it every time. I think it involves messages that had earlier been moved with an IMAP client.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #7 (permalink)  
Old 01-30-2008, 08:28 AM
Elite Member
 
Posts: 347
Default

Bugzilla added : 24108
Reply With Quote
  #8 (permalink)  
Old 01-30-2008, 09:55 AM
Elite Member
 
Posts: 347
Default

any fix for the query on the shared folder yet ?
Reply With Quote
  #9 (permalink)  
Old 01-30-2008, 09:58 AM
Moderator
 
Posts: 6,237
Default

Bug 24069 - Update Gallery Zimlets

Last edited by mmorse; 02-19-2008 at 03:50 PM..
Reply With Quote
  #10 (permalink)  
Old 01-30-2008, 10:07 AM
Loyal Member
 
Posts: 89
Default Access Denied

I'm curious why my bugzilla account won't let me view this bug, mmorse.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


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.