Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.53 KB | None | 0 0
  1. 2018-11-19T12:05:21.218481+00:00 app[web.1]: 2018-11-19 12:05:21.218 INFO 4 --- [io-25694-exec-4] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
  2. 2018-11-19T12:05:21.535318+00:00 app[web.1]: DEBUG: JavaMail version 1.6.2
  3. 2018-11-19T12:05:21.536468+00:00 app[web.1]: DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
  4. 2018-11-19T12:05:21.576359+00:00 app[web.1]: DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle]
  5. 2018-11-19T12:05:21.588074+00:00 app[web.1]: DEBUG SMTP: useEhlo true, useAuth false
  6. 2018-11-19T12:05:21.588139+00:00 app[web.1]: DEBUG SMTP: trying to connect to host "smtp.yandex.ru", port 465, isSSL true
  7. 2018-11-19T12:05:22.104969+00:00 app[web.1]: 220 smtp1j.mail.yandex.net ESMTP (Want to use Yandex.Mail for your domain? Visit http://pdd.yandex.ru)
  8. 2018-11-19T12:05:22.105128+00:00 app[web.1]: DEBUG SMTP: connected to host "smtp.yandex.ru", port: 465
  9. 2018-11-19T12:05:22.106622+00:00 app[web.1]: EHLO 5441aef2-5dc9-4a5a-ab15- 35fd27b847af.prvt.dyno.rt.heroku.com
  10. 2018-11-19T12:05:22.164363+00:00 app[web.1]: 250-smtp1j.mail.yandex.net
  11. 2018-11-19T12:05:22.164417+00:00 app[web.1]: 250-8BITMIME
  12. 2018-11-19T12:05:22.164476+00:00 app[web.1]: 250-PIPELINING
  13. 2018-11-19T12:05:22.164555+00:00 app[web.1]: 250-SIZE 42991616
  14. 2018-11-19T12:05:22.164726+00:00 app[web.1]: 250-AUTH LOGIN PLAIN XOAUTH2
  15. 2018-11-19T12:05:22.164777+00:00 app[web.1]: 250-DSN
  16. 2018-11-19T12:05:22.164842+00:00 app[web.1]: 250 ENHANCEDSTATUSCODES
  17. 2018-11-19T12:05:22.165398+00:00 app[web.1]: DEBUG SMTP: Found extension "8BITMIME", arg ""
  18. 2018-11-19T12:05:22.165535+00:00 app[web.1]: DEBUG SMTP: Found extension "PIPELINING", arg ""
  19. 2018-11-19T12:05:22.165629+00:00 app[web.1]: DEBUG SMTP: Found extension "SIZE", arg "42991616"
  20. 2018-11-19T12:05:22.165685+00:00 app[web.1]: DEBUG SMTP: Found extension "AUTH", arg "LOGIN PLAIN XOAUTH2"
  21. 2018-11-19T12:05:22.165792+00:00 app[web.1]: DEBUG SMTP: Found extension "DSN", arg ""
  22. 2018-11-19T12:05:22.165873+00:00 app[web.1]: DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
  23. 2018-11-19T12:05:22.166016+00:00 app[web.1]: DEBUG SMTP: protocolConnect login, host=smtp.yandex.ru, user=MAIL_USERNAME, password=<non-null>
  24. 2018-11-19T12:05:22.166134+00:00 app[web.1]: DEBUG SMTP: Attempt to authenticate using mechanisms: LOGIN PLAIN DIGEST-MD5 NTLM XOAUTH2
  25. 2018-11-19T12:05:22.166298+00:00 app[web.1]: DEBUG SMTP: Using mechanism LOGIN
  26. 2018-11-19T12:05:22.166495+00:00 app[web.1]: DEBUG SMTP: AUTH LOGIN command trace suppressed
  27. 2018-11-19T12:05:22.341807+00:00 app[web.1]: DEBUG SMTP: AUTH LOGIN failed
  28. 2018-11-19T12:05:22.360422+00:00 app[web.1]: 2018-11-19 12:05:22.359 ERROR 4 --- [io-25694-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.mail.MailAuthenticationException: Authentication failed; nested exception is javax.mail.AuthenticationFailedException: 535 5.7.8 Error: authentication failed: Invalid user or password!
  29. 2018-11-19T12:05:22.360432+00:00 app[web.1]: ] with root cause
  30. 2018-11-19T12:05:22.360434+00:00 app[web.1]:
  31. 2018-11-19T12:05:22.360436+00:00 app[web.1]: javax.mail.AuthenticationFailedException: 535 5.7.8 Error: authentication failed: Invalid user or password!
  32. 2018-11-19T12:05:22.360437+00:00 app[web.1]:
  33. 2018-11-19T12:05:22.360439+00:00 app[web.1]: at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965) ~[javax.mail-1.6.2.jar!/:1.6.2]
  34. 2018-11-19T12:05:22.360441+00:00 app[web.1]: at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876) ~[javax.mail-1.6.2.jar!/:1.6.2]
  35. 2018-11-19T12:05:22.360442+00:00 app[web.1]: at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780) ~[javax.mail-1.6.2.jar!/:1.6.2]
  36. 2018-11-19T12:05:22.360444+00:00 app[web.1]: at javax.mail.Service.connect(Service.java:366) ~[javax.mail-1.6.2.jar!/:1.6.2]
  37. 2018-11-19T12:05:22.360445+00:00 app[web.1]: at org.springframework.mail.javamail.JavaMailSenderImpl.connectTransport(JavaMailSenderImpl.java:515) ~[spring-context-support-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  38. 2018-11-19T12:05:22.360447+00:00 app[web.1]: at org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:435) ~[spring-context-support-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  39. 2018-11-19T12:05:22.360449+00:00 app[web.1]: at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:321) ~[spring-context-support-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  40. 2018-11-19T12:05:22.360450+00:00 app[web.1]: at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:310) ~[spring-context-support-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  41. 2018-11-19T12:05:22.360451+00:00 app[web.1]: at СЃom.matzakov.sweater.service.MailSender.send(MailSender.java:26) ~[classes!/:1.0-SNAPSHOT]
  42. 2018-11-19T12:05:22.360452+00:00 app[web.1]: at СЃom.matzakov.sweater.service.UserService.addUser(UserService.java:51) ~[classes!/:1.0-SNAPSHOT]
  43. 2018-11-19T12:05:22.360453+00:00 app[web.1]: at СЃom.matzakov.sweater.controller.RegistrationController.addUser(RegistrationController.java:28) ~[classes!/:1.0-SNAPSHOT]
  44. 2018-11-19T12:05:22.360454+00:00 app[web.1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181-heroku]
  45. 2018-11-19T12:05:22.360455+00:00 app[web.1]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181-heroku]
  46. 2018-11-19T12:05:22.360456+00:00 app[web.1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181-heroku]
  47. 2018-11-19T12:05:22.360458+00:00 app[web.1]: at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181-heroku]
  48. 2018-11-19T12:05:22.360459+00:00 app[web.1]: at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:209) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  49. 2018-11-19T12:05:22.360460+00:00 app[web.1]: at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:136) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  50. 2018-11-19T12:05:22.360461+00:00 app[web.1]: at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:102) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  51. 2018-11-19T12:05:22.360463+00:00 app[web.1]: at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:891) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  52. 2018-11-19T12:05:22.360464+00:00 app[web.1]: at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  53. 2018-11-19T12:05:22.360466+00:00 app[web.1]: at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  54. 2018-11-19T12:05:22.360467+00:00 app[web.1]: at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:991) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  55. 2018-11-19T12:05:22.360468+00:00 app[web.1]: at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:925) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  56. 2018-11-19T12:05:22.360469+00:00 app[web.1]: at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:974) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  57. 2018-11-19T12:05:22.360470+00:00 app[web.1]: at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:877) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  58. 2018-11-19T12:05:22.360471+00:00 app[web.1]: at javax.servlet.http.HttpServlet.service(HttpServlet.java:661) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  59. 2018-11-19T12:05:22.360476+00:00 app[web.1]: at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:851) ~[spring-webmvc-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  60. 2018-11-19T12:05:22.360477+00:00 app[web.1]: at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  61. 2018-11-19T12:05:22.360479+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  62. 2018-11-19T12:05:22.360480+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  63. 2018-11-19T12:05:22.360481+00:00 app[web.1]: at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) ~[tomcat-embed-websocket-8.5.34.jar!/:8.5.34]
  64. 2018-11-19T12:05:22.360482+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  65. 2018-11-19T12:05:22.360483+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  66. 2018-11-19T12:05:22.360484+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  67. 2018-11-19T12:05:22.360485+00:00 app[web.1]: at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  68. 2018-11-19T12:05:22.360486+00:00 app[web.1]: at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  69. 2018-11-19T12:05:22.360487+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  70. 2018-11-19T12:05:22.360488+00:00 app[web.1]: at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  71. 2018-11-19T12:05:22.360490+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  72. 2018-11-19T12:05:22.360507+00:00 app[web.1]: at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  73. 2018-11-19T12:05:22.360510+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  74. 2018-11-19T12:05:22.360511+00:00 app[web.1]: at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  75. 2018-11-19T12:05:22.360512+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  76. 2018-11-19T12:05:22.360514+00:00 app[web.1]: at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  77. 2018-11-19T12:05:22.360515+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  78. 2018-11-19T12:05:22.360517+00:00 app[web.1]: at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  79. 2018-11-19T12:05:22.360518+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  80. 2018-11-19T12:05:22.360520+00:00 app[web.1]: at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  81. 2018-11-19T12:05:22.360521+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  82. 2018-11-19T12:05:22.360522+00:00 app[web.1]: at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  83. 2018-11-19T12:05:22.360524+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  84. 2018-11-19T12:05:22.360530+00:00 app[web.1]: at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:124) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  85. 2018-11-19T12:05:22.360531+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  86. 2018-11-19T12:05:22.360532+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  87. 2018-11-19T12:05:22.360533+00:00 app[web.1]: at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  88. 2018-11-19T12:05:22.360534+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  89. 2018-11-19T12:05:22.360536+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  90. 2018-11-19T12:05:22.360537+00:00 app[web.1]: at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  91. 2018-11-19T12:05:22.360538+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  92. 2018-11-19T12:05:22.360539+00:00 app[web.1]: at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  93. 2018-11-19T12:05:22.360540+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  94. 2018-11-19T12:05:22.360541+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  95. 2018-11-19T12:05:22.360542+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  96. 2018-11-19T12:05:22.360543+00:00 app[web.1]: at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.0.8.RELEASE.jar!/:5.0.8.RELEASE]
  97. 2018-11-19T12:05:22.360544+00:00 app[web.1]: at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  98. 2018-11-19T12:05:22.360545+00:00 app[web.1]: at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  99. 2018-11-19T12:05:22.360547+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  100. 2018-11-19T12:05:22.360548+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  101. 2018-11-19T12:05:22.360549+00:00 app[web.1]: at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  102. 2018-11-19T12:05:22.360550+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  103. 2018-11-19T12:05:22.360551+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  104. 2018-11-19T12:05:22.360552+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  105. 2018-11-19T12:05:22.360553+00:00 app[web.1]: at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:109) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  106. 2018-11-19T12:05:22.360554+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  107. 2018-11-19T12:05:22.360555+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  108. 2018-11-19T12:05:22.360556+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  109. 2018-11-19T12:05:22.360557+00:00 app[web.1]: at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  110. 2018-11-19T12:05:22.360560+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  111. 2018-11-19T12:05:22.360561+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  112. 2018-11-19T12:05:22.360563+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  113. 2018-11-19T12:05:22.360564+00:00 app[web.1]: at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  114. 2018-11-19T12:05:22.360565+00:00 app[web.1]: at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[spring-web-5.0.9.RELEASE.jar!/:5.0.9.RELEASE]
  115. 2018-11-19T12:05:22.360566+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  116. 2018-11-19T12:05:22.360567+00:00 app[web.1]: at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  117. 2018-11-19T12:05:22.360568+00:00 app[web.1]: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) ~[tomcat-embed-core-8.5.34.jar!/:8.5.34]
  118. 2018-11-19T12:05:22.360569+00:00 app[web.1]: at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  119. 2018-11-19T12:05:22.360570+00:00 app[web.1]: at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  120. 2018-11-19T12:05:22.360571+00:00 app[web.1]: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  121. 2018-11-19T12:05:22.360572+00:00 app[web.1]: at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  122. 2018-11-19T12:05:22.360573+00:00 app[web.1]: at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  123. 2018-11-19T12:05:22.360574+00:00 app[web.1]: at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  124. 2018-11-19T12:05:22.360575+00:00 app[web.1]: at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  125. 2018-11-19T12:05:22.360576+00:00 app[web.1]: at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  126. 2018-11-19T12:05:22.360577+00:00 app[web.1]: at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  127. 2018-11-19T12:05:22.360578+00:00 app[web.1]: at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  128. 2018-11-19T12:05:22.360579+00:00 app[web.1]: at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  129. 2018-11-19T12:05:22.360580+00:00 app[web.1]: at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  130. 2018-11-19T12:05:22.360581+00:00 app[web.1]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_181-heroku]
  131. 2018-11-19T12:05:22.360582+00:00 app[web.1]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_181-heroku]
  132. 2018-11-19T12:05:22.360583+00:00 app[web.1]: at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.34.jar!/:8.5.34]
  133. 2018-11-19T12:05:22.360585+00:00 app[web.1]: at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181-heroku]
  134. 2018-11-19T12:05:22.360586+00:00 app[web.1]:
  135. 2018-11-19T12:05:22.397045+00:00 heroku[router]: at=info method=POST path="/registration" host=projectlearn.herokuapp.com request_id=1d72a355-a519-4f48-8227-6b907a2b0b3b fwd="77.94.204.142" dyno=web.1 connect=0ms service=1249ms status=500 bytes=859 protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement