Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 08-16-2006, 06:46 AM
fmodola fmodola is offline
Special Member
 
Join Date: Feb 2006
Location: France (Haute-Savoie)
Posts: 116
fmodola is on a distinguished road
Default Restore single account failed from full backup

I'm testing the backup/restore process, and I've schedule a full backup each Sunday at 1:00 AM, and an incremental from Monday to Friday at 1:00 AM.

When I tried to restore a corrupt mailbox from the administration console (and after with the CLI command "zmrestore -s myserver.mydomain.com -a myaccount@mydomain.com"), I had this error :
Code:
2006-08-16 15:58:41,704 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] mailbox - Dropping database mailbox2
2006-08-16 15:58:41,772 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] mailbox - Creating database mailbox2
2006-08-16 15:58:42,499 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] backup - created mailbox 2 for account 2ed7a75f-b775-4443-bc44-ede68fd1c1d9 resulting mailbox id=2
2006-08-16 15:58:42,576 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] backup - loaded 24 blobs during restore
2006-08-16 15:58:42,580 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] backup - Run redo operations since last full backup
2006-08-16 15:58:42,583 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] backup - Run redo operations from archived redo logs starting at sequence 3
2006-08-16 15:58:42,589 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] cache - Initializing folder and tag caches for mailbox 2
2006-08-16 15:58:42,769 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] FileBlobStore - deleting blob 262 in mailbox 2
2006-08-16 15:58:42,772 INFO  [http-7071-Processor49] [ip=192.168.101.74;name=zimbra;] SoapEngine - handler exception
com.zimbra.cs.service.ServiceException: system failure: Error executing redoOp
		at com.zimbra.cs.service.ServiceException.FAILURE(ServiceException.java:131)
		at com.zimbra.cs.redolog.RedoPlayer.playOp(RedoPlayer.java:298)
		at com.zimbra.cs.redolog.RedoPlayer.scanLog(RedoPlayer.java:117)
		at com.zimbra.cs.backup.RestoreAccountSession.playBackRedoOps(RestoreAccountSession.java:236)
		at com.zimbra.cs.backup.RestoreAccountSession.endRestore(RestoreAccountSession.java:218)
		at com.zimbra.cs.backup.FileBackupTarget.restore(FileBackupTarget.java:284)
		at com.zimbra.cs.backup.BackupManager.restore(BackupManager.java:314)
		at com.zimbra.cs.service.backup.Restore.handle(Restore.java:95)
		at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:255)
		at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:163)
		at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:84)
		at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:228)
		at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
		at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:154)
		at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
		at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
		at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
		at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
		at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
		at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
		at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
		at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
		at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:541)
		at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
		at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
		at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
		at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
		at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
		at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
		at java.lang.Thread.run(Thread.java:595)
Caused by: com.zimbra.cs.mailbox.MailServiceException$NoSuchItemException: no such message: 262
		at com.zimbra.cs.mailbox.MailServiceException.NO_SUCH_MSG(MailServiceException.java:146)
		at com.zimbra.cs.mailbox.MailItem.noSuchItem(MailItem.java:857)
		at com.zimbra.cs.db.DbMailItem.getById(DbMailItem.java:1143)
		at com.zimbra.cs.mailbox.MailItem.getById(MailItem.java:805)
		at com.zimbra.cs.mailbox.Mailbox.getItemById(Mailbox.java:1767)
		at com.zimbra.cs.mailbox.Mailbox.move(Mailbox.java:3363)
		at com.zimbra.cs.redolog.op.MoveItem.redo(MoveItem.java:110)
		at com.zimbra.cs.redolog.RedoPlayer.playOp(RedoPlayer.java:296)
		... 28 more
What's wrong ???
Reply With Quote
  #2 (permalink)  
Old 08-17-2006, 06:07 AM
fmodola fmodola is offline
Special Member
 
Join Date: Feb 2006
Location: France (Haute-Savoie)
Posts: 116
fmodola is on a distinguished road
Default

I have the following error while doing incremental backup/restore operations, whereas full backup/restore operations run :

Code:
 Error occurred: system failure: Error executing redoOp
Indead, I have full and incremental sessions, but it seems that I can't use incremental sessions.

Is this a bug ?
What to do ???
Reply With Quote
  #3 (permalink)  
Old 08-17-2006, 06:18 AM
phoenix phoenix is offline
Zimbra Employee
 
Join Date: Sep 2005
Location: Vannes, France
Posts: 7,386
phoenix is on a distinguished road
Default

You're probably better off contacting Zimbra support directly for problems with NE. Which release of Zimbra & operating system is this? Are there any other errors in the log around the message you posted?

[edit] I meant to also ask if this has only just started happening? If it has, what, if anything, has changed on your system?
__________________
Regards


Bill

Last edited by phoenix : 08-17-2006 at 06:22 AM.
Reply With Quote
  #4 (permalink)  
Old 08-17-2006, 06:29 AM
fmodola fmodola is offline
Special Member
 
Join Date: Feb 2006
Location: France (Haute-Savoie)
Posts: 116
fmodola is on a distinguished road
Default

ok I'm going to contact them immediately ...
thanks
Reply With Quote
  #5 (permalink)  
Old 06-20-2007, 05:27 AM
padraig padraig is offline
Elite Member
 
Join Date: Jul 2006
ZCS Version: 5.0.4_GA_2101.RHEL4_64 NETWORK
Posts: 239
padraig is on a distinguished road
Default incremental restore

Error code: service.FAILURE
Method: ZmCsfeCommand.prototype.invoke
Details:soap:Receiver


i also get this on a test user (4.51ne) when i select restore including incrementals
if i restore without incremental is ok. will raise a bugzilla
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

LinkBacks (?)
LinkBack to this Thread: http://www.zimbra.com/forums/administrators/4058-restore-single-account-failed-full-backup.html
Posted By For Type Date
Full Server Backup and Restore of “open source version” - Page 13 - Zimbra - Forums This thread Refback 10-13-2007 11:47 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Full Server Backup and Restore of “open source version” raj Migration 168 03-11-2008 04:15 PM
restore single mail folder for account? gkra Administrators 9 07-30-2007 03:19 PM
SOX compliant mailrestore (backup and restore of single instances/mails) john99 Developers 7 04-05-2007 12:13 AM
Lotus migration babou Migration 15 03-05-2007 09:33 PM
restore account to a point in time in the past shanson Administrators 1 07-24-2006 05:50 PM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0