Guest User

Untitled

a guest
Mar 6th, 2021
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.83 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [WARNING]
  3. [WARNING] Some problems were encountered while building the effective model for org.sefglobal:auth-server:jar:0.0.1-SNAPSHOT
  4. [WARNING] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-security:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 28, column 16
  5. [WARNING]
  6. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  7. [WARNING]
  8. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  9. [WARNING]
  10. [INFO]
  11. [INFO] ---------------------< org.sefglobal:auth-server >----------------------
  12. [INFO] Building auth-server 0.0.1-SNAPSHOT
  13. [INFO] --------------------------------[ jar ]---------------------------------
  14. [INFO]
  15. [INFO] >>> spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) > test-compile @ auth-server >>>
  16. [INFO]
  17. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ auth-server ---
  18. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  19. [INFO] Copying 1 resource
  20. [INFO] Copying 1 resource
  21. [INFO]
  22. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ auth-server ---
  23. [INFO] Changes detected - recompiling the module!
  24. [INFO] Compiling 44 source files to /Users/Anjula/demo/scholarx/auth-server/target/classes
  25. [INFO] /Users/Anjula/demo/scholarx/auth-server/src/main/java/org/sefglobal/scholarx/config/WebConfig.java: /Users/Anjula/demo/scholarx/auth-server/src/main/java/org/sefglobal/scholarx/config/WebConfig.java uses or overrides a deprecated API.
  26. [INFO] /Users/Anjula/demo/scholarx/auth-server/src/main/java/org/sefglobal/scholarx/config/WebConfig.java: Recompile with -Xlint:deprecation for details.
  27. [INFO]
  28. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ auth-server ---
  29. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  30. [INFO] skip non existing resourceDirectory /Users/Anjula/demo/scholarx/auth-server/src/test/resources
  31. [INFO]
  32. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ auth-server ---
  33. [INFO] No sources to compile
  34. [INFO]
  35. [INFO] <<< spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) < test-compile @ auth-server <<<
  36. [INFO]
  37. [INFO]
  38. [INFO] --- spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) @ auth-server ---
  39. [INFO] Attaching agents: []
  40.  
  41. . ____ _ __ _ _
  42. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  43. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  44. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  45. ' |____| .__|_| |_|_| |_\__, | / / / /
  46. =========|_|==============|___/=/_/_/_/
  47. :: Spring Boot :: (v2.3.2.RELEASE)
  48.  
  49. 2021-03-06 19:42:48.704 WARN 93724 --- [ main] o.s.boot.StartupInfoLogger : InetAddress.getLocalHost().getHostName() took 5002 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
  50. 2021-03-06 19:42:53.713 INFO 93724 --- [ main] o.s.scholarx.AuthServerApplication : Starting AuthServerApplication on Anjis-MacBook-Pro.local with PID 93724 (/Users/Anjula/demo/scholarx/auth-server/target/classes started by Anjula in /Users/Anjula/demo/scholarx/auth-server)
  51. 2021-03-06 19:42:53.714 INFO 93724 --- [ main] o.s.scholarx.AuthServerApplication : No active profile set, falling back to default profiles: default
  52. 2021-03-06 19:42:54.827 INFO 93724 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFERRED mode.
  53. 2021-03-06 19:42:54.930 INFO 93724 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 81ms. Found 4 JPA repository interfaces.
  54. 2021-03-06 19:42:55.519 INFO 93724 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  55. 2021-03-06 19:42:55.531 INFO 93724 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  56. 2021-03-06 19:42:55.531 INFO 93724 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.37]
  57. 2021-03-06 19:42:55.625 INFO 93724 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  58. 2021-03-06 19:42:55.625 INFO 93724 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1862 ms
  59. 2021-03-06 19:42:55.885 INFO 93724 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  60. 2021-03-06 19:42:55.929 INFO 93724 --- [ task-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  61. 2021-03-06 19:42:55.985 WARN 93724 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  62. 2021-03-06 19:42:55.996 INFO 93724 --- [ task-1] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.18.Final
  63. 2021-03-06 19:42:56.182 INFO 93724 --- [ task-1] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
  64. 2021-03-06 19:42:56.279 INFO 93724 --- [ task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  65. 2021-03-06 19:42:56.360 INFO 93724 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  66. 2021-03-06 19:42:56.423 INFO 93724 --- [ task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  67. 2021-03-06 19:42:56.441 INFO 93724 --- [ task-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  68. 2021-03-06 19:42:57.423 INFO 93724 --- [ task-1] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  69. 2021-03-06 19:42:57.434 INFO 93724 --- [ task-1] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  70. 2021-03-06 19:42:57.685 INFO 93724 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@498a612d, org.springframework.security.web.context.SecurityContextPersistenceFilter@1d6751e3, org.springframework.security.web.header.HeaderWriterFilter@55c57422, org.springframework.security.web.authentication.logout.LogoutFilter@39da5e49, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@1d3c112a, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@6da4feeb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@64502326, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7fe07361, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1e1237ab, org.springframework.security.web.session.SessionManagementFilter@335f5c69, org.springframework.security.web.access.ExceptionTranslationFilter@4cdba2ed, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@188a5fc2]
  71. 2021-03-06 19:42:57.716 INFO 93724 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  72. 2021-03-06 19:42:58.169 INFO 93724 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
  73. 2021-03-06 19:42:58.170 INFO 93724 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  74. 2021-03-06 19:42:58.192 INFO 93724 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  75. 2021-03-06 19:42:58.242 INFO 93724 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  76. 2021-03-06 19:42:58.440 INFO 93724 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateStateUsingPUT_1
  77. 2021-03-06 19:42:58.448 INFO 93724 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllMentorsByProgramIdUsingGET_1
  78. 2021-03-06 19:42:58.471 INFO 93724 --- [ main] DeferredRepositoryInitializationListener : Triggering deferred initialization of Spring Data repositories…
  79. 2021-03-06 19:42:58.928 INFO 93724 --- [ main] DeferredRepositoryInitializationListener : Spring Data repositories initialized!
  80. 2021-03-06 19:42:58.940 INFO 93724 --- [ main] o.s.scholarx.AuthServerApplication : Started AuthServerApplication in 20.583 seconds (JVM running for 20.921)
  81. 2021-03-06 19:43:38.424 INFO 93724 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  82. 2021-03-06 19:43:38.424 INFO 93724 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  83. 2021-03-06 19:43:38.431 INFO 93724 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
  84. 2021-03-06 19:46:38.845 WARN 93724 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /me
  85. 2021-03-06 19:46:40.987 WARN 93724 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /me
  86. ^C2021-03-06 19:49:52.595 INFO 93724 --- [extShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
  87. 2021-03-06 19:49:52.602 INFO 93724 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
  88. 2021-03-06 19:49:52.603 INFO 93724 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
  89. 2021-03-06 19:49:52.617 INFO 93724 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
  90. [INFO] ------------------------------------------------------------------------
  91. [INFO] BUILD SUCCESS
  92. [INFO] ------------------------------------------------------------------------
  93. [INFO] Total time: 07:18 min
  94. [INFO] Finished at: 2021-03-06T19:49:52+05:30
  95. [INFO] ------------------------------------------------------------------------
  96. ~/demo/scholarx/auth-server   master ±  mvn spring-boot:run
  97. [INFO] Scanning for projects...
  98. [WARNING]
  99. [WARNING] Some problems were encountered while building the effective model for org.sefglobal:auth-server:jar:0.0.1-SNAPSHOT
  100. [WARNING] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-security:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 28, column 16
  101. [WARNING]
  102. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  103. [WARNING]
  104. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  105. [WARNING]
  106. [INFO]
  107. [INFO] ---------------------< org.sefglobal:auth-server >----------------------
  108. [INFO] Building auth-server 0.0.1-SNAPSHOT
  109. [INFO] --------------------------------[ jar ]---------------------------------
  110. [INFO]
  111. [INFO] >>> spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) > test-compile @ auth-server >>>
  112. [INFO]
  113. [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ auth-server ---
  114. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  115. [INFO] Copying 1 resource
  116. [INFO] Copying 1 resource
  117. [INFO]
  118. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ auth-server ---
  119. [INFO] Changes detected - recompiling the module!
  120. [INFO] Compiling 44 source files to /Users/Anjula/demo/scholarx/auth-server/target/classes
  121. [INFO] /Users/Anjula/demo/scholarx/auth-server/src/main/java/org/sefglobal/scholarx/config/WebConfig.java: /Users/Anjula/demo/scholarx/auth-server/src/main/java/org/sefglobal/scholarx/config/WebConfig.java uses or overrides a deprecated API.
  122. [INFO] /Users/Anjula/demo/scholarx/auth-server/src/main/java/org/sefglobal/scholarx/config/WebConfig.java: Recompile with -Xlint:deprecation for details.
  123. [INFO]
  124. [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ auth-server ---
  125. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  126. [INFO] skip non existing resourceDirectory /Users/Anjula/demo/scholarx/auth-server/src/test/resources
  127. [INFO]
  128. [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ auth-server ---
  129. [INFO] No sources to compile
  130. [INFO]
  131. [INFO] <<< spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) < test-compile @ auth-server <<<
  132. [INFO]
  133. [INFO]
  134. [INFO] --- spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) @ auth-server ---
  135. [INFO] Attaching agents: []
  136.  
  137. . ____ _ __ _ _
  138. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  139. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  140. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  141. ' |____| .__|_| |_|_| |_\__, | / / / /
  142. =========|_|==============|___/=/_/_/_/
  143. :: Spring Boot :: (v2.3.2.RELEASE)
  144.  
  145. 2021-03-06 19:51:00.025 WARN 93952 --- [ main] o.s.boot.StartupInfoLogger : InetAddress.getLocalHost().getHostName() took 5005 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
  146. 2021-03-06 19:51:05.033 INFO 93952 --- [ main] o.s.scholarx.AuthServerApplication : Starting AuthServerApplication on Anjis-MacBook-Pro.local with PID 93952 (/Users/Anjula/demo/scholarx/auth-server/target/classes started by Anjula in /Users/Anjula/demo/scholarx/auth-server)
  147. 2021-03-06 19:51:05.035 INFO 93952 --- [ main] o.s.scholarx.AuthServerApplication : No active profile set, falling back to default profiles: default
  148. 2021-03-06 19:51:06.077 INFO 93952 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFERRED mode.
  149. 2021-03-06 19:51:06.162 INFO 93952 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 75ms. Found 4 JPA repository interfaces.
  150. 2021-03-06 19:51:06.728 INFO 93952 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  151. 2021-03-06 19:51:06.739 INFO 93952 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  152. 2021-03-06 19:51:06.739 INFO 93952 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.37]
  153. 2021-03-06 19:51:06.833 INFO 93952 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  154. 2021-03-06 19:51:06.833 INFO 93952 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1747 ms
  155. 2021-03-06 19:51:07.082 INFO 93952 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
  156. 2021-03-06 19:51:07.129 INFO 93952 --- [ task-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
  157. 2021-03-06 19:51:07.190 WARN 93952 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  158. 2021-03-06 19:51:07.201 INFO 93952 --- [ task-1] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.18.Final
  159. 2021-03-06 19:51:07.422 INFO 93952 --- [ task-1] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
  160. 2021-03-06 19:51:07.526 INFO 93952 --- [ task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  161. 2021-03-06 19:51:07.611 INFO 93952 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
  162. 2021-03-06 19:51:07.683 INFO 93952 --- [ task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  163. 2021-03-06 19:51:07.704 INFO 93952 --- [ task-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  164. 2021-03-06 19:51:08.921 INFO 93952 --- [ task-1] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  165. 2021-03-06 19:51:08.928 INFO 93952 --- [ task-1] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  166. 2021-03-06 19:51:09.182 INFO 93952 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@96897c8, org.springframework.security.web.context.SecurityContextPersistenceFilter@5ed5b321, org.springframework.security.web.header.HeaderWriterFilter@611e5819, org.springframework.security.web.authentication.logout.LogoutFilter@5a622fe8, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@63bfdbcb, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@1d7eb170, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7459a21e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@149c39b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7f97bc14, org.springframework.security.web.session.SessionManagementFilter@73ca34e7, org.springframework.security.web.access.ExceptionTranslationFilter@4fba8eec, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@87d9a01]
  167. 2021-03-06 19:51:09.215 INFO 93952 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  168. 2021-03-06 19:51:09.682 INFO 93952 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
  169. 2021-03-06 19:51:09.683 INFO 93952 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  170. 2021-03-06 19:51:09.705 INFO 93952 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  171. 2021-03-06 19:51:09.751 INFO 93952 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  172. 2021-03-06 19:51:09.951 INFO 93952 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateStateUsingPUT_1
  173. 2021-03-06 19:51:09.957 INFO 93952 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllMentorsByProgramIdUsingGET_1
  174. 2021-03-06 19:51:09.980 INFO 93952 --- [ main] DeferredRepositoryInitializationListener : Triggering deferred initialization of Spring Data repositories…
  175. 2021-03-06 19:51:10.452 INFO 93952 --- [ main] DeferredRepositoryInitializationListener : Spring Data repositories initialized!
  176. 2021-03-06 19:51:10.463 INFO 93952 --- [ main] o.s.scholarx.AuthServerApplication : Started AuthServerApplication in 20.916 seconds (JVM running for 21.273)
  177. 2021-03-06 19:51:32.778 INFO 93952 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
  178. 2021-03-06 19:51:32.778 INFO 93952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
  179. 2021-03-06 19:51:32.792 INFO 93952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
  180. 2021-03-06 19:51:32.829 WARN 93952 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /me
  181. 2021-03-06 19:51:33.647 WARN 93952 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /me
  182. 2021-03-06 19:51:34.525 WARN 93952 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /me
  183. 2021-03-06 19:51:35.054 WARN 93952 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /me
  184. 2021-03-06 19:51:35.231 WARN 93952 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /me
  185. 2021-03-06 19:53:03.517 WARN 93952 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /me/programs/mentee
  186. 2021-03-06 19:53:05.986 WARN 93952 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /me/programs/mentee
  187. 2021-03-06 19:53:51.348 WARN 93952 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'long'; nested exception is java.lang.NumberFormatException: For input string: "mentee"]
  188. 2021-03-06 19:56:47.114 WARN 93952 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /
  189. 2021-03-06 19:57:05.238 WARN 93952 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /me
  190. 2021-03-06 19:57:07.356 WARN 93952 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /me
  191. 2021-03-06 19:57:07.546 WARN 93952 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /me
Advertisement
Add Comment
Please, Sign In to add comment