Skip to content

Instantly share code, notes, and snippets.

@hughwilliams94
Created October 6, 2020 18:42
Show Gist options
  • Select an option

  • Save hughwilliams94/a6f0e773cbc05231fa5633d2e674b095 to your computer and use it in GitHub Desktop.

Select an option

Save hughwilliams94/a6f0e773cbc05231fa5633d2e674b095 to your computer and use it in GitHub Desktop.
davmail error log
2020-10-06 19:37:01,798 DEBUG [main] davmail.DavGateway - Start DavMail in GUI mode
2020-10-06 19:37:01,962 DEBUG [main] davmail - OS Name: Linux Java version: 14.0.2 64 System tray not supported Current Desktop: sway
2020-10-06 19:37:01,962 INFO [main] davmail - O365Interactive is not compatible with SWT, do not try to create SWT tray
2020-10-06 19:37:02,305 INFO [main] davmail - DavMail Gateway 5.5.1-3299 listening on
2020-10-06 19:37:02,329 ERROR [main] davmail - Unable to bind server socket for SMTP on port 1026: Exception creating secured server socket : /home/hugh/davmail.p12 (No such file or directory)Unable to bind server socket for POP on port 1110: Exception creating secured server socket : /home/hugh/davmail.p12 (No such file or directory)Unable to bind server socket for IMAP on port 1144: Exception creating secured server socket : /home/hugh/davmail.p12 (No such file or directory)Unable to bind server socket for CALDAV on port 1080: Exception creating secured server socket : /home/hugh/davmail.p12 (No such file or directory)Unable to bind server socket for LDAP on port 1389: Exception creating secured server socket : /home/hugh/davmail.p12 (No such file or directory)
2020-10-06 19:37:02,567 DEBUG [CheckRelease] davmail.http.HttpClientAdapter - GET http://davmail.sourceforge.net/version.txt
2020-10-06 19:37:02,981 DEBUG [CheckRelease] davmail.DavGateway - DavMail released version: 5.5.1-3299
2020-10-06 19:37:20,877 INFO [AWT-EventQueue-0] davmail - DavMail Gateway 5.5.1-3299 listening on SMTP port 1026 POP port 1110 IMAP port 1144 CALDAV port 1080 LDAP port 1389
2020-10-06 19:37:20,878 DEBUG [CheckRelease] davmail.http.HttpClientAdapter - GET http://davmail.sourceforge.net/version.txt
2020-10-06 19:37:21,202 DEBUG [CheckRelease] davmail.DavGateway - DavMail released version: 5.5.1-3299
2020-10-06 19:37:31,920 INFO [AWT-EventQueue-0] davmail - DavMail Gateway 5.5.1-3299 listening on SMTP port 1025 POP port 1110 IMAP port 1143 CALDAV port 1080 LDAP port 1389
2020-10-06 19:37:31,934 DEBUG [CheckRelease] davmail.http.HttpClientAdapter - GET http://davmail.sourceforge.net/version.txt
2020-10-06 19:37:32,252 DEBUG [CheckRelease] davmail.DavGateway - DavMail released version: 5.5.1-3299
2020-10-06 19:37:44,019 DEBUG [davmail.imap.ImapServer] davmail - Connection from /127.0.0.1 on port 1143
2020-10-06 19:37:44,033 INFO [davmail.imap.ImapServer] davmail.connection - CONNECT - 127.0.0.1:37074
2020-10-06 19:37:44,544 DEBUG [ImapConnection-37074] davmail.exchange.ExchangeSession - Test configuration status: 401
2020-10-06 19:37:44,545 DEBUG [ImapConnection-37074] davmail - > * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN MOVE SPECIAL-USE] IMAP4rev1 DavMail 5.5.1-3299 server ready
2020-10-06 19:37:44,547 INFO [ImapConnection-37074] davmail.connection - DISCONNECT - 127.0.0.1:37074
2020-10-06 19:38:14,575 INFO [davmail.imap.ImapServer] davmail.connection - DISCONNECT - 127.0.0.1:37074
2020-10-06 19:38:15,515 INFO [AWT-EventQueue-0] davmail - DavMail Gateway 5.5.1-3299 listening on SMTP port 1025 POP port 1110 IMAP port 1143 CALDAV port 1080 LDAP port 1389
2020-10-06 19:38:15,517 DEBUG [CheckRelease] davmail.http.HttpClientAdapter - GET http://davmail.sourceforge.net/version.txt
2020-10-06 19:38:15,844 DEBUG [CheckRelease] davmail.DavGateway - DavMail released version: 5.5.1-3299
2020-10-06 19:38:17,408 DEBUG [davmail.imap.ImapServer] davmail - Connection from /127.0.0.1 on port 1143
2020-10-06 19:38:17,409 INFO [davmail.imap.ImapServer] davmail.connection - CONNECT - 127.0.0.1:37086
2020-10-06 19:38:17,809 DEBUG [ImapConnection-37086] davmail.exchange.ExchangeSession - Test configuration status: 401
2020-10-06 19:38:17,810 DEBUG [ImapConnection-37086] davmail - > * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN MOVE SPECIAL-USE] IMAP4rev1 DavMail 5.5.1-3299 server ready
2020-10-06 19:38:25,120 ERROR [ImapConnection-37086] davmail - Remote host terminated the handshake
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1674)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1483)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1381)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:441)
at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:889)
at java.base/sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1251)
at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
at davmail.AbstractConnection.sendClient(AbstractConnection.java:186)
at davmail.AbstractConnection.sendClient(AbstractConnection.java:166)
at davmail.imap.ImapConnection.run(ImapConnection.java:83)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:474)
at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:463)
at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:110)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1475)
... 9 more
2020-10-06 19:38:25,125 DEBUG [ImapConnection-37086] davmail - > * BAD unable to handle request: Remote host terminated the handshake
2020-10-06 19:38:25,125 WARN [ImapConnection-37086] davmail - Exception sending error to client Connection or outbound has closed
java.net.SocketException: Connection or outbound has closed
at java.base/sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1257)
at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
at davmail.AbstractConnection.sendClient(AbstractConnection.java:186)
at davmail.AbstractConnection.sendClient(AbstractConnection.java:166)
at davmail.imap.ImapConnection.run(ImapConnection.java:678)
2020-10-06 19:38:25,126 INFO [ImapConnection-37086] davmail.connection - DISCONNECT - 127.0.0.1:37086
2020-10-06 19:38:28,343 DEBUG [davmail.imap.ImapServer] davmail - Connection from /127.0.0.1 on port 1143
2020-10-06 19:38:28,343 INFO [davmail.imap.ImapServer] davmail.connection - CONNECT - 127.0.0.1:37090
2020-10-06 19:38:28,438 DEBUG [ImapConnection-37090] davmail.exchange.ExchangeSession - Test configuration status: 401
2020-10-06 19:38:28,438 DEBUG [ImapConnection-37090] davmail - > * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN MOVE SPECIAL-USE] IMAP4rev1 DavMail 5.5.1-3299 server ready
2020-10-06 19:38:48,361 ERROR [ImapConnection-37090] davmail - Remote host terminated the handshake
javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1674)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1483)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1381)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:441)
at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:889)
at java.base/sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1251)
at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
at davmail.AbstractConnection.sendClient(AbstractConnection.java:186)
at davmail.AbstractConnection.sendClient(AbstractConnection.java:166)
at davmail.imap.ImapConnection.run(ImapConnection.java:83)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:474)
at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:463)
at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:110)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1475)
... 9 more
2020-10-06 19:38:48,363 DEBUG [ImapConnection-37090] davmail - > * BAD unable to handle request: Remote host terminated the handshake
2020-10-06 19:38:48,363 WARN [ImapConnection-37090] davmail - Exception sending error to client Connection or outbound has closed
java.net.SocketException: Connection or outbound has closed
at java.base/sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1257)
at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
at davmail.AbstractConnection.sendClient(AbstractConnection.java:186)
at davmail.AbstractConnection.sendClient(AbstractConnection.java:166)
at davmail.imap.ImapConnection.run(ImapConnection.java:678)
2020-10-06 19:38:48,364 INFO [ImapConnection-37090] davmail.connection - DISCONNECT - 127.0.0.1:37090
2020-10-06 19:39:38,599 DEBUG [davmail.imap.ImapServer] davmail - Connection from /127.0.0.1 on port 1143
2020-10-06 19:39:38,600 INFO [davmail.imap.ImapServer] davmail.connection - CONNECT - 127.0.0.1:37128
2020-10-06 19:39:38,692 DEBUG [ImapConnection-37128] davmail.exchange.ExchangeSession - Test configuration status: 401
2020-10-06 19:39:38,693 DEBUG [ImapConnection-37128] davmail - > * OK [CAPABILITY IMAP4REV1 AUTH=LOGIN MOVE SPECIAL-USE] IMAP4rev1 DavMail 5.5.1-3299 server ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment