Hello,
I also encountered this error. I checked the tag ID and it exist using this command:
$ zmmailbox -z -m
username@domain.com gat
Id Unread Color Name
---------- ---------- ---------- ----------
68 0 blue folder1
Next, I tried to delete that tag then use export but it still failed. I recreated that tag with the same name and color it acquired the same ID which is 68.
Are there other solutions that we can try to export/backup the local folders successfuly? thanks
Here's the error message:
Error on zdesktop.log
2012-04-14 10:01:33,417 WARN [btpool0-2] [mid=1;] misc - Archive Formatter warning: com.zimbra.common.service.ServiceException: system failure: archive error
ExceptionId:btpool0-2:1334368893417:5f8843640c595527
Code:service.FAILURE: java.io.IOException: data error: java.io.IOException: tag error: com.zimbra.cs.mailbox.MailServiceException$NoSuchI temException: no such tag: 68
ExceptionId:btpool0-2:1334368893417:5f8843640c595527
Code:mail.NO_SUCH_TAG Arg

itemId, IID, "68")
java.io.IOException: data error: java.io.IOException: tag error: com.zimbra.cs.mailbox.MailServiceException$NoSuchI temException: no such tag: 68
ExceptionId:btpool0-2:1334368893417:5f8843640c595527
Code:mail.NO_SUCH_TAG Arg

itemId, IID, "68")
at com.zimbra.cs.service.util.ItemData.<init>(ItemDat a.java:53)
at com.zimbra.cs.service.formatter.ArchiveFormatter.s aveItem(ArchiveFormatter.java:516)
at com.zimbra.cs.service.formatter.ArchiveFormatter.f ormatCallback(ArchiveFormatter.java:311)
at com.zimbra.cs.service.formatter.Formatter.format(F ormatter.java:128)
at com.zimbra.cs.service.UserServlet.doAuthGet(UserSe rvlet.java:469)
at com.zimbra.cs.service.UserServlet.doGet(UserServle t.java:274)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:705)
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.he aderComplete(HttpConnection.java:929)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:549)
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)