Hi,

I'm running a Java desktop app that migrates mails to GMail and I'm
having this exception on a particular mailbox.

java.io.IOException: Error writing to server
        at sun.net.www.protocol.http.HttpURLConnection.writeRequests
(HttpURLConnection.java:438)
        at sun.net.www.protocol.http.HttpURLConnection.writeRequests
(HttpURLConnection.java:450)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream
(HttpURLConnection.java:998)
        at java.net.HttpURLConnection.getResponseCode
(HttpURLConnection.java:373)
        at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode
(HttpsURLConnectionImpl.java:318)
        at com.google.gdata.client.http.HttpGDataRequest.checkResponse
(HttpGDataRequest.java:480)
        at com.google.gdata.client.http.HttpGDataRequest.execute
(HttpGDataRequest.java:460)
        at com.google.gdata.client.http.GoogleGDataRequest.execute
(GoogleGDataRequest.java:534)
        at com.google.gdata.client.Service.batch(Service.java:1294)
        at com.google.gdata.client.GoogleService.batch
(GoogleService.java:720)
        at
com.google.gdata.client.appsforyourdomain.migration.MailItemService.batch
(MailItemService.java:141)
        at
com.eforcers.gep.migrate2gmail.model.MigrationService.batchInsertMailItems
(MigrationService.java:475)
        at
com.eforcers.gep.migrate2gmail.model.MigrationService.migrateDirectory
(MigrationService.java:329)
        at
com.eforcers.gep.migrate2gmail.model.MigrationService.runThunderbirdMigration
(MigrationService.java:243)
        at com.eforcers.gep.migrate2gmail.gui.Migrate2GmailView
$ConfigureAndRunMigrationTask.doInBackground(Migrate2GmailView.java:
716)
        at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun
(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask
(ThreadPoolExecutor.java:885)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:907)
        at java.lang.Thread.run(Thread.java:619)

Any clue what the cause may be? Thanks for any help.

David Cifuentes
Eforcers.com
Bogotá, Colombia

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to