Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 19.46 KB | None | 0 0
  1. 2018-10-17 15:26:58 [restartedMain] INFO  o.s.w.s.m.m.a.RequestMappingHandlerAdapter -
  2.         Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3b67c94a: startup date [Wed Oct 17 15:26:54 AWST 2018]; root of context hierarchy
  3. 2018-10-17 15:26:58 [restartedMain] INFO  o.s.w.s.m.m.a.RequestMappingHandlerMapping -
  4.         Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  5. 2018-10-17 15:26:58 [restartedMain] INFO  o.s.w.s.m.m.a.RequestMappingHandlerMapping -
  6.         Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  7. 2018-10-17 15:26:58 [restartedMain] INFO  o.s.w.s.h.SimpleUrlHandlerMapping -
  8.         Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  9. 2018-10-17 15:26:58 [restartedMain] INFO  o.s.w.s.h.SimpleUrlHandlerMapping -
  10.         Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  11. 2018-10-17 15:26:58 [restartedMain] INFO  o.s.w.s.h.SimpleUrlHandlerMapping -
  12.         Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  13. 2018-10-17 15:26:59 [restartedMain] WARN  o.s.b.a.t.AbstractTemplateResolverConfiguration -
  14.         Cannot find template location: classpath:/templates/ (please add some templates or check your Thymeleaf configuration)
  15. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.b.d.a.OptionalLiveReloadServer -
  16.         LiveReload server is running on port 35729
  17. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.j.e.a.AnnotationMBeanExporter -
  18.         Registering beans for JMX exposure on startup
  19. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.c.s.DefaultLifecycleProcessor -
  20.         Starting beans in phase -2147483648
  21. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.endpoint.EventDrivenConsumer -
  22.         Adding {service-activator:mailService.handleMessage.serviceActivator} as a subscriber to the 'receiveChannel' channel
  23. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.channel.DirectChannel -
  24.         Channel 'application.receiveChannel' has 1 subscriber(s).
  25. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.endpoint.EventDrivenConsumer -
  26.         started mailService.handleMessage.serviceActivator
  27. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.c.s.DefaultLifecycleProcessor -
  28.         Starting beans in phase 0
  29. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.endpoint.EventDrivenConsumer -
  30.         Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
  31. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.c.PublishSubscribeChannel -
  32.         Channel 'application.errorChannel' has 1 subscriber(s).
  33. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.endpoint.EventDrivenConsumer -
  34.         started _org.springframework.integration.errorLogger
  35. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.endpoint.EventDrivenConsumer -
  36.         Adding {bridge} as a subscriber to the 'imapMailFlow.channel#0' channel
  37. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.channel.DirectChannel -
  38.         Channel 'application.imapMailFlow.channel#0' has 1 subscriber(s).
  39. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.endpoint.EventDrivenConsumer -
  40.         started org.springframework.integration.config.ConsumerEndpointFactoryBean#0
  41. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.endpoint.EventDrivenConsumer -
  42.         Adding {bridge} as a subscriber to the 'imapAlternateMailFlow.channel#0' channel
  43. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.channel.DirectChannel -
  44.         Channel 'application.imapAlternateMailFlow.channel#0' has 1 subscriber(s).
  45. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.endpoint.EventDrivenConsumer -
  46.         started org.springframework.integration.config.ConsumerEndpointFactoryBean#1
  47. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.c.s.DefaultLifecycleProcessor -
  48.         Starting beans in phase 1073741823
  49. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.mail.ImapIdleChannelAdapter -
  50.         started org.springframework.integration.mail.ImapIdleChannelAdapter#0
  51. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.i.mail.ImapIdleChannelAdapter -
  52.         started org.springframework.integration.mail.ImapIdleChannelAdapter#1
  53. DEBUG: JavaMail version 1.5.6
  54. DEBUG: JavaMail version 1.5.6
  55. DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
  56. DEBUG: Tables of loaded providers
  57. DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]}
  58. DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]}
  59. DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
  60. DEBUG: Tables of loaded providers
  61. DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]}
  62. DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]}
  63. DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
  64. DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
  65. DEBUG: getProvider() returning javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle]
  66. DEBUG: getProvider() returning javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle]
  67. DEBUG IMAPS: mail.imap.fetchsize: 16384
  68. DEBUG IMAPS: mail.imap.fetchsize: 16384
  69. DEBUG IMAPS: mail.imap.ignorebodystructuresize: false
  70. DEBUG IMAPS: mail.imap.statuscachetimeout: 1000
  71. DEBUG IMAPS: mail.imap.appendbuffersize: -1
  72. DEBUG IMAPS: mail.imap.minidletime: 10
  73. DEBUG IMAPS: peek
  74. DEBUG IMAPS: closeFoldersOnStoreFailure
  75. DEBUG IMAPS: mail.imap.ignorebodystructuresize: false
  76. DEBUG IMAPS: mail.imap.statuscachetimeout: 1000
  77. DEBUG IMAPS: mail.imap.appendbuffersize: -1
  78. DEBUG IMAPS: mail.imap.minidletime: 10
  79. DEBUG IMAPS: peek
  80. DEBUG IMAPS: closeFoldersOnStoreFailure
  81. DEBUG IMAPS: trying to connect to host "imap.gmail.com", port 993, isSSL true
  82. DEBUG IMAPS: trying to connect to host "imap.gmail.com", port 993, isSSL true
  83. 2018-10-17 15:26:59 [restartedMain] INFO  o.s.b.c.e.t.TomcatEmbeddedServletContainer -
  84.         Tomcat started on port(s): 8002 (http)
  85. 2018-10-17 15:26:59 [restartedMain] INFO  c.p.m.MailserviceApplication -
  86.         Started MailserviceApplication in 6.405 seconds (JVM running for 8.771)
  87. 2018-10-17 15:26:59 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  o.s.k.l.KafkaMessageListenerContainer -
  88.         partitions revoked:[]
  89. 2018-10-17 15:26:59 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO  o.s.k.l.KafkaMessageListenerContainer -
  90.         partitions assigned:[request-tracker-notification-0]
  91. * OK Gimap ready for requests from 110.54.196.57 a12-v6mb238177131oob
  92. * OK Gimap ready for requests from 110.54.196.57 a46-v6mb245388669ooj
  93. A0 CAPABILITY
  94. A0 CAPABILITY
  95. * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 XYZZY SASL-IR AUTH=XOAUTH2 AUTH=PLAIN AUTH=PLAIN-CLIENTTOKEN AUTH=OAUTHBEARER AUTH=XOAUTH
  96. A0 OK Thats all she wrote! a46-v6mb245388669ooj
  97. DEBUG IMAPS: AUTH: XOAUTH2
  98. DEBUG IMAPS: AUTH: PLAIN
  99. DEBUG IMAPS: AUTH: PLAIN-CLIENTTOKEN
  100. DEBUG IMAPS: AUTH: OAUTHBEARER
  101. DEBUG IMAPS: AUTH: XOAUTH
  102. DEBUG IMAPS: protocolConnect login, host=imap.gmail.com, user=tomatoparkour@gmail.com, password=<non-null>
  103. DEBUG IMAPS: AUTHENTICATE PLAIN command trace suppressed
  104. * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 XYZZY SASL-IR AUTH=XOAUTH2 AUTH=PLAIN AUTH=PLAIN-CLIENTTOKEN AUTH=OAUTHBEARER AUTH=XOAUTH
  105. A0 OK Thats all she wrote! a12-v6mb238177131oob
  106. DEBUG IMAPS: AUTH: XOAUTH2
  107. DEBUG IMAPS: AUTH: PLAIN
  108. DEBUG IMAPS: AUTH: PLAIN-CLIENTTOKEN
  109. DEBUG IMAPS: AUTH: OAUTHBEARER
  110. DEBUG IMAPS: AUTH: XOAUTH
  111. DEBUG IMAPS: protocolConnect login, host=imap.gmail.com, user=rainingman@gmail.com, password=<non-null>
  112. DEBUG IMAPS: AUTHENTICATE PLAIN command trace suppressed
  113. DEBUG IMAPS: AUTHENTICATE PLAIN command result: A1 OK rainingman@gmail.com authenticated (Success)
  114. A2 CAPABILITY
  115. * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE ENABLE MOVE CONDSTORE ESEARCH UTF8=ACCEPT LIST-EXTENDED LIST-STATUS LITERAL- SPECIAL-USE APPENDLIMIT=35651584
  116. A2 OK Success
  117. A3 LIST "" inbox
  118. * LIST (\HasNoChildren) "/" "INBOX"
  119. A3 OK Success
  120. DEBUG IMAPS: connection available -- size: 1
  121. A4 SELECT INBOX
  122. DEBUG IMAPS: AUTHENTICATE PLAIN command result: A1 OK tomatoparkour@gmail.com authenticated (Success)
  123. A2 CAPABILITY
  124. * FLAGS (\Answered \Flagged \Draft \Deleted \Seen $NotPhishing $Phishing spring-integration-mail-adapter)
  125. * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $NotPhishing $Phishing spring-integration-mail-adapter \*)] Flags permitted.
  126. * OK [UIDVALIDITY 1] UIDs valid.
  127. * 52 EXISTS
  128. * 0 RECENT
  129. * OK [UIDNEXT 908] Predicted next UID.
  130. * OK [HIGHESTMODSEQ 129684]
  131. A4 OK [READ-WRITE] INBOX selected. (Success)
  132. A5 SEARCH NOT (ANSWERED) NOT (DELETED) NOT (SEEN) NOT (KEYWORD spring-integration-mail-adapter) ALL
  133. * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE ENABLE MOVE CONDSTORE ESEARCH UTF8=ACCEPT LIST-EXTENDED LIST-STATUS LITERAL- SPECIAL-USE APPENDLIMIT=35651584
  134. A2 OK Success
  135. A3 LIST "" inbox
  136. * SEARCH
  137. A5 OK SEARCH completed (Success)
  138. A6 IDLE
  139. * LIST (\HasNoChildren) "/" "INBOX"
  140. A3 OK Success
  141. DEBUG IMAPS: connection available -- size: 1
  142. A4 SELECT INBOX
  143. + idling
  144. DEBUG IMAP: startIdle: set to IDLE
  145. DEBUG IMAP: startIdle: return true
  146. * FLAGS (\Answered \Flagged \Draft \Deleted \Seen $NotPhishing $Phishing spring-integration-mail-adapter)
  147. * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen $NotPhishing $Phishing spring-integration-mail-adapter \*)] Flags permitted.
  148. * OK [UIDVALIDITY 1] UIDs valid.
  149. * 39 EXISTS
  150. * 0 RECENT
  151. * OK [UIDNEXT 134] Predicted next UID.
  152. * OK [HIGHESTMODSEQ 18032]
  153. A4 OK [READ-WRITE] INBOX selected. (Success)
  154. A5 SEARCH NOT (ANSWERED) NOT (DELETED) NOT (SEEN) NOT (KEYWORD spring-integration-mail-adapter) ALL
  155. * SEARCH
  156. A5 OK SEARCH completed (Success)
  157. A6 IDLE
  158. + idling
  159. DEBUG IMAP: startIdle: set to IDLE
  160. DEBUG IMAP: startIdle: return true
  161. DEBUG IMAP: waitIfIdle: abort IDLE
  162. DONE
  163. DEBUG IMAP: waitIfIdle: wait to be not idle: Thread[task-scheduler-3,5,main]
  164. DEBUG IMAP: waitIfIdle: abort IDLE
  165. DONE
  166. DEBUG IMAP: waitIfIdle: wait to be not idle: Thread[task-scheduler-4,5,main]
  167. DEBUG IMAP: handleIdle: set to RUNNING
  168. DEBUG IMAP: waitIfIdle: wait done, idleState 0: Thread[task-scheduler-3,5,main]
  169. 2018-10-17 15:32:13 [task-scheduler-1] WARN  o.s.i.mail.ImapIdleChannelAdapter -
  170.         error occurred in idle task
  171. javax.mail.FolderClosedException: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server?
  172.     at com.sun.mail.imap.IMAPFolder.handleIdle(IMAPFolder.java:3199)
  173.     at com.sun.mail.imap.IMAPFolder.idle(IMAPFolder.java:3043)
  174.     at com.sun.mail.imap.IMAPFolder.idle(IMAPFolder.java:2995)
  175.     at org.springframework.integration.mail.ImapMailReceiver.waitForNewMessages(ImapMailReceiver.java:175)
  176.     at org.springframework.integration.mail.ImapIdleChannelAdapter$IdleTask.run(ImapIdleChannelAdapter.java:271)
  177.     at org.springframework.integration.mail.ImapIdleChannelAdapter$ReceivingTask.run(ImapIdleChannelAdapter.java:241)
  178.     at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  179.     at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)
  180.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  181.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  182.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  183.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  184.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  185.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  186.     at java.lang.Thread.run(Thread.java:748)
  187. 2018-10-17 15:32:13 [task-scheduler-1] WARN  o.s.i.mail.ImapIdleChannelAdapter -
  188.         Failed to execute IDLE task. Will attempt to resubmit in 10000 milliseconds.
  189. java.lang.IllegalStateException: Failure in 'idle' task. Will resubmit.
  190.     at org.springframework.integration.mail.ImapIdleChannelAdapter$IdleTask.run(ImapIdleChannelAdapter.java:290)
  191.     at org.springframework.integration.mail.ImapIdleChannelAdapter$ReceivingTask.run(ImapIdleChannelAdapter.java:241)
  192.     at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  193.     at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)
  194.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  195.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  196.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  197.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  198.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  199.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  200.     at java.lang.Thread.run(Thread.java:748)
  201. Caused by: javax.mail.FolderClosedException: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server?
  202.     at com.sun.mail.imap.IMAPFolder.handleIdle(IMAPFolder.java:3199)
  203.     at com.sun.mail.imap.IMAPFolder.idle(IMAPFolder.java:3043)
  204.     at com.sun.mail.imap.IMAPFolder.idle(IMAPFolder.java:2995)
  205.     at org.springframework.integration.mail.ImapMailReceiver.waitForNewMessages(ImapMailReceiver.java:175)
  206.     at org.springframework.integration.mail.ImapIdleChannelAdapter$IdleTask.run(ImapIdleChannelAdapter.java:271)
  207.     ... 10 common frames omitted
  208. DEBUG IMAP: handleIdle: set to RUNNING
  209. DEBUG IMAP: waitIfIdle: wait done, idleState 0: Thread[task-scheduler-4,5,main]
  210. 2018-10-17 15:32:14 [task-scheduler-2] WARN  o.s.i.mail.ImapIdleChannelAdapter -
  211.         error occurred in idle task
  212. javax.mail.FolderClosedException: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server?
  213.     at com.sun.mail.imap.IMAPFolder.handleIdle(IMAPFolder.java:3199)
  214.     at com.sun.mail.imap.IMAPFolder.idle(IMAPFolder.java:3043)
  215.     at com.sun.mail.imap.IMAPFolder.idle(IMAPFolder.java:2995)
  216.     at org.springframework.integration.mail.ImapMailReceiver.waitForNewMessages(ImapMailReceiver.java:175)
  217.     at org.springframework.integration.mail.ImapIdleChannelAdapter$IdleTask.run(ImapIdleChannelAdapter.java:271)
  218.     at org.springframework.integration.mail.ImapIdleChannelAdapter$ReceivingTask.run(ImapIdleChannelAdapter.java:241)
  219.     at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  220.     at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)
  221.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  222.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  223.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  224.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  225.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  226.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  227.     at java.lang.Thread.run(Thread.java:748)
  228. 2018-10-17 15:32:14 [task-scheduler-2] WARN  o.s.i.mail.ImapIdleChannelAdapter -
  229.         Failed to execute IDLE task. Will attempt to resubmit in 10000 milliseconds.
  230. java.lang.IllegalStateException: Failure in 'idle' task. Will resubmit.
  231.     at org.springframework.integration.mail.ImapIdleChannelAdapter$IdleTask.run(ImapIdleChannelAdapter.java:290)
  232.     at org.springframework.integration.mail.ImapIdleChannelAdapter$ReceivingTask.run(ImapIdleChannelAdapter.java:241)
  233.     at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
  234.     at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)
  235.     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  236.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  237.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  238.     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  239.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  240.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  241.     at java.lang.Thread.run(Thread.java:748)
  242. Caused by: javax.mail.FolderClosedException: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server?
  243.     at com.sun.mail.imap.IMAPFolder.handleIdle(IMAPFolder.java:3199)
  244.     at com.sun.mail.imap.IMAPFolder.idle(IMAPFolder.java:3043)
  245.     at com.sun.mail.imap.IMAPFolder.idle(IMAPFolder.java:2995)
  246.     at org.springframework.integration.mail.ImapMailReceiver.waitForNewMessages(ImapMailReceiver.java:175)
  247.     at org.springframework.integration.mail.ImapIdleChannelAdapter$IdleTask.run(ImapIdleChannelAdapter.java:271)
  248.     ... 10 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement