Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Scanning for projects...
- [WARNING]
- [WARNING] Some problems were encountered while building the effective model for org.sefglobal:auth-server:jar:0.0.1-SNAPSHOT
- [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
- [WARNING]
- [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
- [WARNING]
- [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
- [WARNING]
- [INFO]
- [INFO] ---------------------< org.sefglobal:auth-server >----------------------
- [INFO] Building auth-server 0.0.1-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] >>> spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) > test-compile @ auth-server >>>
- [INFO]
- [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ auth-server ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ auth-server ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 44 source files to /Users/Anjula/demo/scholarx/auth-server/target/classes
- [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.
- [INFO] /Users/Anjula/demo/scholarx/auth-server/src/main/java/org/sefglobal/scholarx/config/WebConfig.java: Recompile with -Xlint:deprecation for details.
- [INFO]
- [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ auth-server ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/Anjula/demo/scholarx/auth-server/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ auth-server ---
- [INFO] No sources to compile
- [INFO]
- [INFO] <<< spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) < test-compile @ auth-server <<<
- [INFO]
- [INFO]
- [INFO] --- spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) @ auth-server ---
- [INFO] Attaching agents: []
- . ____ _ __ _ _
- /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- ' |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot :: (v2.3.2.RELEASE)
- 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).
- 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)
- 2021-03-06 19:42:53.714 INFO 93724 --- [ main] o.s.scholarx.AuthServerApplication : No active profile set, falling back to default profiles: default
- 2021-03-06 19:42:54.827 INFO 93724 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFERRED mode.
- 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.
- 2021-03-06 19:42:55.519 INFO 93724 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
- 2021-03-06 19:42:55.531 INFO 93724 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2021-03-06 19:42:55.531 INFO 93724 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.37]
- 2021-03-06 19:42:55.625 INFO 93724 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2021-03-06 19:42:55.625 INFO 93724 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1862 ms
- 2021-03-06 19:42:55.885 INFO 93724 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2021-03-06 19:42:55.929 INFO 93724 --- [ task-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 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
- 2021-03-06 19:42:55.996 INFO 93724 --- [ task-1] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.18.Final
- 2021-03-06 19:42:56.182 INFO 93724 --- [ task-1] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
- 2021-03-06 19:42:56.279 INFO 93724 --- [ task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 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'
- 2021-03-06 19:42:56.423 INFO 93724 --- [ task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2021-03-06 19:42:56.441 INFO 93724 --- [ task-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2021-03-06 19:42:57.434 INFO 93724 --- [ task-1] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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]
- 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)]
- 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 ''
- 2021-03-06 19:42:58.170 INFO 93724 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2021-03-06 19:42:58.192 INFO 93724 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2021-03-06 19:42:58.242 INFO 93724 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2021-03-06 19:42:58.440 INFO 93724 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateStateUsingPUT_1
- 2021-03-06 19:42:58.448 INFO 93724 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllMentorsByProgramIdUsingGET_1
- 2021-03-06 19:42:58.471 INFO 93724 --- [ main] DeferredRepositoryInitializationListener : Triggering deferred initialization of Spring Data repositories…
- 2021-03-06 19:42:58.928 INFO 93724 --- [ main] DeferredRepositoryInitializationListener : Spring Data repositories initialized!
- 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)
- 2021-03-06 19:43:38.424 INFO 93724 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2021-03-06 19:43:38.424 INFO 93724 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2021-03-06 19:43:38.431 INFO 93724 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms
- 2021-03-06 19:46:38.845 WARN 93724 --- [nio-8080-exec-7] o.s.web.servlet.PageNotFound : No mapping for GET /me
- 2021-03-06 19:46:40.987 WARN 93724 --- [nio-8080-exec-8] o.s.web.servlet.PageNotFound : No mapping for GET /me
- ^C2021-03-06 19:49:52.595 INFO 93724 --- [extShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
- 2021-03-06 19:49:52.602 INFO 93724 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
- 2021-03-06 19:49:52.603 INFO 93724 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
- 2021-03-06 19:49:52.617 INFO 93724 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 07:18 min
- [INFO] Finished at: 2021-03-06T19:49:52+05:30
- [INFO] ------------------------------------------------------------------------
- ~/demo/scholarx/auth-server master ± mvn spring-boot:run
- [INFO] Scanning for projects...
- [WARNING]
- [WARNING] Some problems were encountered while building the effective model for org.sefglobal:auth-server:jar:0.0.1-SNAPSHOT
- [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
- [WARNING]
- [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
- [WARNING]
- [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
- [WARNING]
- [INFO]
- [INFO] ---------------------< org.sefglobal:auth-server >----------------------
- [INFO] Building auth-server 0.0.1-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] >>> spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) > test-compile @ auth-server >>>
- [INFO]
- [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ auth-server ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ auth-server ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 44 source files to /Users/Anjula/demo/scholarx/auth-server/target/classes
- [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.
- [INFO] /Users/Anjula/demo/scholarx/auth-server/src/main/java/org/sefglobal/scholarx/config/WebConfig.java: Recompile with -Xlint:deprecation for details.
- [INFO]
- [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ auth-server ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /Users/Anjula/demo/scholarx/auth-server/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ auth-server ---
- [INFO] No sources to compile
- [INFO]
- [INFO] <<< spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) < test-compile @ auth-server <<<
- [INFO]
- [INFO]
- [INFO] --- spring-boot-maven-plugin:2.3.2.RELEASE:run (default-cli) @ auth-server ---
- [INFO] Attaching agents: []
- . ____ _ __ _ _
- /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- ' |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot :: (v2.3.2.RELEASE)
- 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).
- 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)
- 2021-03-06 19:51:05.035 INFO 93952 --- [ main] o.s.scholarx.AuthServerApplication : No active profile set, falling back to default profiles: default
- 2021-03-06 19:51:06.077 INFO 93952 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFERRED mode.
- 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.
- 2021-03-06 19:51:06.728 INFO 93952 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
- 2021-03-06 19:51:06.739 INFO 93952 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2021-03-06 19:51:06.739 INFO 93952 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.37]
- 2021-03-06 19:51:06.833 INFO 93952 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2021-03-06 19:51:06.833 INFO 93952 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1747 ms
- 2021-03-06 19:51:07.082 INFO 93952 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
- 2021-03-06 19:51:07.129 INFO 93952 --- [ task-1] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 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
- 2021-03-06 19:51:07.201 INFO 93952 --- [ task-1] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.18.Final
- 2021-03-06 19:51:07.422 INFO 93952 --- [ task-1] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
- 2021-03-06 19:51:07.526 INFO 93952 --- [ task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 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'
- 2021-03-06 19:51:07.683 INFO 93952 --- [ task-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2021-03-06 19:51:07.704 INFO 93952 --- [ task-1] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
- 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]
- 2021-03-06 19:51:08.928 INFO 93952 --- [ task-1] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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]
- 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)]
- 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 ''
- 2021-03-06 19:51:09.683 INFO 93952 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
- 2021-03-06 19:51:09.705 INFO 93952 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 2021-03-06 19:51:09.751 INFO 93952 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 2021-03-06 19:51:09.951 INFO 93952 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateStateUsingPUT_1
- 2021-03-06 19:51:09.957 INFO 93952 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getAllMentorsByProgramIdUsingGET_1
- 2021-03-06 19:51:09.980 INFO 93952 --- [ main] DeferredRepositoryInitializationListener : Triggering deferred initialization of Spring Data repositories…
- 2021-03-06 19:51:10.452 INFO 93952 --- [ main] DeferredRepositoryInitializationListener : Spring Data repositories initialized!
- 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)
- 2021-03-06 19:51:32.778 INFO 93952 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2021-03-06 19:51:32.778 INFO 93952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2021-03-06 19:51:32.792 INFO 93952 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms
- 2021-03-06 19:51:32.829 WARN 93952 --- [nio-8080-exec-1] o.s.web.servlet.PageNotFound : No mapping for GET /me
- 2021-03-06 19:51:33.647 WARN 93952 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /me
- 2021-03-06 19:51:34.525 WARN 93952 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /me
- 2021-03-06 19:51:35.054 WARN 93952 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /me
- 2021-03-06 19:51:35.231 WARN 93952 --- [nio-8080-exec-5] o.s.web.servlet.PageNotFound : No mapping for GET /me
- 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
- 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
- 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"]
- 2021-03-06 19:56:47.114 WARN 93952 --- [nio-8080-exec-2] o.s.web.servlet.PageNotFound : No mapping for GET /
- 2021-03-06 19:57:05.238 WARN 93952 --- [nio-8080-exec-3] o.s.web.servlet.PageNotFound : No mapping for GET /me
- 2021-03-06 19:57:07.356 WARN 93952 --- [nio-8080-exec-4] o.s.web.servlet.PageNotFound : No mapping for GET /me
- 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