[GH-ISSUE #272] Error during backup/restore: IO error #226

Closed
opened 2026-02-26 00:36:34 +03:00 by kerem · 3 comments
Owner

Originally created by @msjaybrit on GitHub (Oct 28, 2012).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/272

I received this error during the initial backup. I have checked the labels settings in Gmail and "show in IMAP" is selected. Can anyone help me with this?

Originally created by @msjaybrit on GitHub (Oct 28, 2012). Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/272 I received this error during the initial backup. I have checked the labels settings in Gmail and "show in IMAP" is selected. Can anyone help me with this?
kerem closed this issue 2026-02-26 00:36:35 +03:00
Author
Owner

@johnsto commented on GitHub (Nov 15, 2012):

I too am experiencing this error during restore. Seems to be a timeout based on the LogCat report:

E/k9      ( 3878): IOException for null:SMS/AsyncTask #1/conn1100364136
E/k9      ( 3878): javax.net.ssl.SSLException: Read error: ssl=0x5a9d1210: I/O error during system call, Connection timed out
E/k9      ( 3878):  at org.apache.harmony.xnet.provider.jsse.NativeCrypto.SSL_read(Native Method)
E/k9      ( 3878):  at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl$SSLInputStream.read(OpenSSLSocketImpl.java:664)
E/k9      ( 3878):  at java.io.InputStream.read(InputStream.java:163)
E/k9      ( 3878):  at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:142)
E/k9      ( 3878):  at java.io.BufferedInputStream.read(BufferedInputStream.java:227)
E/k9      ( 3878):  at com.fsck.k9.mail.filter.PeekableInputStream.read(PeekableInputStream.java:28)
E/k9      ( 3878):  at com.fsck.k9.mail.filter.PeekableInputStream.peek(PeekableInputStream.java:41)
E/k9      ( 3878):  at com.fsck.k9.mail.store.ImapResponseParser.readResponse(ImapResponseParser.java:49)
E/k9      ( 3878):  at com.fsck.k9.mail.store.ImapStore$ImapConnection.readResponse(ImapStore.java:2631)
E/k9      ( 3878):  at com.fsck.k9.mail.store.ImapStore$ImapConnection.access$1000(ImapStore.java:2089)
E/k9      ( 3878):  at com.fsck.k9.mail.store.ImapStore$ImapFolder.fetch(ImapStore.java:1246)
E/k9      ( 3878):  at com.zegoggles.smssync.BackupImapStore$BackupFolder.getMessages(BackupImapStore.java:123)
E/k9      ( 3878):  at com.zegoggles.smssync.SmsRestoreService$RestoreTask.doInBackground(SmsRestoreService.java:79)
E/k9      ( 3878):  at com.zegoggles.smssync.SmsRestoreService$RestoreTask.doInBackground(SmsRestoreService.java:50)
E/k9      ( 3878):  at android.os.AsyncTask$2.call(AsyncTask.java:287)
E/k9      ( 3878):  at java.util.concurrent.FutureTask.run(FutureTask.java:234)
E/k9      ( 3878):  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
E/k9      ( 3878):  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
E/k9      ( 3878):  at java.lang.Thread.run(Thread.java:856)
<!-- gh-comment-id:10414754 --> @johnsto commented on GitHub (Nov 15, 2012): I too am experiencing this error during restore. Seems to be a timeout based on the LogCat report: ``` E/k9 ( 3878): IOException for null:SMS/AsyncTask #1/conn1100364136 E/k9 ( 3878): javax.net.ssl.SSLException: Read error: ssl=0x5a9d1210: I/O error during system call, Connection timed out E/k9 ( 3878): at org.apache.harmony.xnet.provider.jsse.NativeCrypto.SSL_read(Native Method) E/k9 ( 3878): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl$SSLInputStream.read(OpenSSLSocketImpl.java:664) E/k9 ( 3878): at java.io.InputStream.read(InputStream.java:163) E/k9 ( 3878): at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:142) E/k9 ( 3878): at java.io.BufferedInputStream.read(BufferedInputStream.java:227) E/k9 ( 3878): at com.fsck.k9.mail.filter.PeekableInputStream.read(PeekableInputStream.java:28) E/k9 ( 3878): at com.fsck.k9.mail.filter.PeekableInputStream.peek(PeekableInputStream.java:41) E/k9 ( 3878): at com.fsck.k9.mail.store.ImapResponseParser.readResponse(ImapResponseParser.java:49) E/k9 ( 3878): at com.fsck.k9.mail.store.ImapStore$ImapConnection.readResponse(ImapStore.java:2631) E/k9 ( 3878): at com.fsck.k9.mail.store.ImapStore$ImapConnection.access$1000(ImapStore.java:2089) E/k9 ( 3878): at com.fsck.k9.mail.store.ImapStore$ImapFolder.fetch(ImapStore.java:1246) E/k9 ( 3878): at com.zegoggles.smssync.BackupImapStore$BackupFolder.getMessages(BackupImapStore.java:123) E/k9 ( 3878): at com.zegoggles.smssync.SmsRestoreService$RestoreTask.doInBackground(SmsRestoreService.java:79) E/k9 ( 3878): at com.zegoggles.smssync.SmsRestoreService$RestoreTask.doInBackground(SmsRestoreService.java:50) E/k9 ( 3878): at android.os.AsyncTask$2.call(AsyncTask.java:287) E/k9 ( 3878): at java.util.concurrent.FutureTask.run(FutureTask.java:234) E/k9 ( 3878): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) E/k9 ( 3878): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) E/k9 ( 3878): at java.lang.Thread.run(Thread.java:856) ```
Author
Owner

@jberkel commented on GitHub (Jun 29, 2013):

temporary error, closing

<!-- gh-comment-id:20238459 --> @jberkel commented on GitHub (Jun 29, 2013): temporary error, closing
Author
Owner

@basanto384 commented on GitHub (Sep 9, 2013):

It is not an temporary error. I'm too is experiencing the same error while backing up.

I'm using HTC One, Andorid 4.2.2. Have checked for the IMAP settings, it is enabled and also is in "Show" under labels.

<!-- gh-comment-id:24057057 --> @basanto384 commented on GitHub (Sep 9, 2013): It is not an temporary error. I'm too is experiencing the same error while backing up. I'm using HTC One, Andorid 4.2.2. Have checked for the IMAP settings, it is enabled and also is in "Show" under labels.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sms-backup-plus-jberkel#226
No description provided.