Advertisement
Guest User

spring

a guest
Feb 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.00 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building COMP23412 EventLite 0.1.0
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] >>> spring-boot-maven-plugin:1.4.6.RELEASE:run (default-cli) > test-compile @ comp23412-eventlite >>>
  8. [INFO]
  9. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comp23412-eventlite ---
  10. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  11. [INFO] Copying 0 resource
  12. [INFO] Copying 7 resources
  13. [INFO]
  14. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comp23412-eventlite ---
  15. [INFO] Nothing to compile - all classes are up to date
  16. [INFO]
  17. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ comp23412-eventlite ---
  18. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  19. [INFO] Copying 1 resource
  20. [INFO]
  21. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ comp23412-eventlite ---
  22. [INFO] Nothing to compile - all classes are up to date
  23. [INFO]
  24. [INFO] <<< spring-boot-maven-plugin:1.4.6.RELEASE:run (default-cli) < test-compile @ comp23412-eventlite <<<
  25. [INFO]
  26. [INFO] --- spring-boot-maven-plugin:1.4.6.RELEASE:run (default-cli) @ comp23412-eventlite ---
  27. [INFO] Attaching agents: []
  28. ____ ___ __ __ ____ ____ _____ _ _ _ ____
  29. / ___/ _ \| \/ | _ \ |___ \|___ /| || | / |___ \
  30. | | | | | | |\/| | |_) | __) | |_ \| || |_| | __) |
  31. | |__| |_| | | | | __/ / __/ ___) |__ _| |/ __/
  32. \____\___/|_| |_|_| |_____|____/ |_| |_|_____|
  33. _____ _ _ _ _ ______
  34. | ____|_ _____ _ __ | |_| | (_) |_ ___ \ \ \ \
  35. | _| \ \ / / _ \ '_ \| __| | | | __/ _ \ \ \ \ \
  36. | |___ \ V / __/ | | | |_| |___| | || __/ / / / /
  37. |_____| \_/ \___|_| |_|\__|_____|_|\__\___| /_/_/_/
  38.  
  39. ..:: 2018 ::::: Spring Boot 1.4.6.RELEASE ::..
  40.  
  41. 2018-02-21 20:51:08.825 INFO 28894 --- [ restartedMain] uk.ac.man.cs.eventlite.EventLite : Starting EventLite on kilburn.cs.man.ac.uk with PID 28894 (/home/mbaxasp5/git/eventlite_F08/target/classes started by mbaxasp5 in /home/mbaxasp5/git/eventlite_F08)
  42. 2018-02-21 20:51:08.829 INFO 28894 --- [ restartedMain] uk.ac.man.cs.eventlite.EventLite : No active profile set, falling back to default profiles: default
  43. 2018-02-21 20:51:09.167 INFO 28894 --- [ restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@35b48de3: startup date [Wed Feb 21 20:51:09 GMT 2018]; root of context hierarchy
  44. 2018-02-21 20:51:11.993 INFO 28894 --- [ restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
  45. 2018-02-21 20:51:13.020 INFO 28894 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$748442b1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  46. 2018-02-21 20:51:13.066 INFO 28894 --- [ restartedMain] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  47. 2018-02-21 20:51:13.170 INFO 28894 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cfec7db2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  48. 2018-02-21 20:51:13.839 INFO 28894 --- [ restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  49. 2018-02-21 20:51:13.853 INFO 28894 --- [ restartedMain] o.apache.catalina.core.StandardService : Starting service Tomcat
  50. 2018-02-21 20:51:13.854 INFO 28894 --- [ restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.13
  51. 2018-02-21 20:51:13.996 INFO 28894 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
  52. 2018-02-21 20:51:13.996 INFO 28894 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4832 ms
  53. 2018-02-21 20:51:14.454 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
  54. 2018-02-21 20:51:14.455 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  55. 2018-02-21 20:51:14.455 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  56. 2018-02-21 20:51:14.455 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  57. 2018-02-21 20:51:14.455 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  58. 2018-02-21 20:51:14.456 INFO 28894 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
  59. 2018-02-21 20:51:14.456 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  60. 2018-02-21 20:51:14.457 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
  61. 2018-02-21 20:51:14.457 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'resourceUrlEncodingFilter' to: [/*]
  62. 2018-02-21 20:51:14.457 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  63. 2018-02-21 20:51:14.459 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'webServlet' to [/h2-console/*]
  64. 2018-02-21 20:51:14.459 INFO 28894 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'messageDispatcherServlet' to [/services/*]
  65. 2018-02-21 20:51:15.006 INFO 28894 --- [ restartedMain] o.s.j.d.DriverManagerDataSource : Loaded JDBC driver: org.h2.Driver
  66. 2018-02-21 20:51:15.006 INFO 28894 --- [ restartedMain] u.a.man.cs.eventlite.config.Persistence : Database URL set: jdbc:h2:/home/mbaxasp5/git/eventlite_F08/db/eventlite-dev;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
  67. 2018-02-21 20:51:15.118 INFO 28894 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  68. 2018-02-21 20:51:15.141 INFO 28894 --- [ restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  69. name: default
  70. ...]
  71. 2018-02-21 20:51:15.245 INFO 28894 --- [ restartedMain] org.hibernate.Version : HHH000412: Hibernate Core {5.0.12.Final}
  72. 2018-02-21 20:51:15.246 INFO 28894 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  73. 2018-02-21 20:51:15.248 INFO 28894 --- [ restartedMain] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist
  74. 2018-02-21 20:51:15.309 INFO 28894 --- [ restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  75. 2018-02-21 20:51:15.726 INFO 28894 --- [ restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  76. 2018-02-21 20:51:16.314 INFO 28894 --- [ restartedMain] org.hibernate.tool.hbm2ddl.SchemaUpdate : HHH000228: Running hbm2ddl schema update
  77. 2018-02-21 20:51:16.422 INFO 28894 --- [ restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  78. 2018-02-21 20:51:17.367 INFO 28894 --- [ restartedMain] uk.ac.man.cs.eventlite.config.Hateoas : Using EvoInflectorRelProvider for HATEOAS relations
  79. 2018-02-21 20:51:17.751 INFO 28894 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/css/**'], Ant [pattern='/js/**'], Ant [pattern='/images/**'], Ant [pattern='/webjars/**'], Ant [pattern='/**/favicon.ico'], Ant [pattern='/error']]], []
  80. 2018-02-21 20:51:17.879 INFO 28894 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3a95e7d, org.springframework.security.web.context.SecurityContextPersistenceFilter@20b1b12a, org.springframework.security.web.header.HeaderWriterFilter@6030356a, org.springframework.security.web.csrf.CsrfFilter@75ac2048, org.springframework.security.web.authentication.logout.LogoutFilter@601fd8c9, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@665be2a8, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7d25b817, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@176193ab, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1b4118, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@647a626b, org.springframework.security.web.session.SessionManagementFilter@2434adba, org.springframework.security.web.access.ExceptionTranslationFilter@228d9ab6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4d288af4]
  81. 2018-02-21 20:51:17.885 INFO 28894 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/h2-console/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@51194de9, org.springframework.security.web.context.SecurityContextPersistenceFilter@49cfcddd, org.springframework.security.web.header.HeaderWriterFilter@3ed06e16, org.springframework.security.web.authentication.logout.LogoutFilter@7036c17f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1ad9b267, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@69d48e06, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1b86232, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@544a2597, org.springframework.security.web.session.SessionManagementFilter@65eb8691, org.springframework.security.web.access.ExceptionTranslationFilter@1cab7dce, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2137b820]
  82. 2018-02-21 20:51:17.894 INFO 28894 --- [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@172d7c9a, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2b4f6e59, org.springframework.security.web.context.SecurityContextPersistenceFilter@6470b970, org.springframework.security.web.header.HeaderWriterFilter@6dc1f2d9, org.springframework.security.web.authentication.logout.LogoutFilter@3b191bcf, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@326f06e4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@249e9b94, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@28f82454, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6bd5ab45, org.springframework.security.web.session.SessionManagementFilter@582ebcda, org.springframework.security.web.access.ExceptionTranslationFilter@1722884, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6516a7fd]
  83. 2018-02-21 20:51:18.007 INFO 28894 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@35b48de3: startup date [Wed Feb 21 20:51:09 GMT 2018]; root of context hierarchy
  84. 2018-02-21 20:51:18.023 INFO 28894 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
  85. 2018-02-21 20:51:18.115 INFO 28894 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/events],methods=[GET],produces=[text/html]}" onto public java.lang.String uk.ac.man.cs.eventlite.controllers.EventsController.getAllEvents(org.springframework.ui.Model)
  86. 2018-02-21 20:51:18.117 INFO 28894 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/events],methods=[GET],produces=[application/json || application/hal+json]}" onto public org.springframework.hateoas.Resources<org.springframework.hateoas.Resource<uk.ac.man.cs.eventlite.entities.Event>> uk.ac.man.cs.eventlite.controllers.EventsControllerApi.getAllEvents()
  87. 2018-02-21 20:51:18.121 INFO 28894 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : 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)
  88. 2018-02-21 20:51:18.121 INFO 28894 --- [ restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : 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)
  89. 2018-02-21 20:51:18.193 INFO 28894 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/sign-in] onto handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController]
  90. 2018-02-21 20:51:18.366 INFO 28894 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  91. 2018-02-21 20:51:18.366 INFO 28894 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  92. 2018-02-21 20:51:18.401 INFO 28894 --- [ restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in repositoryRestExceptionHandler
  93. 2018-02-21 20:51:18.401 INFO 28894 --- [ restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
  94. 2018-02-21 20:51:18.436 INFO 28894 --- [ restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  95. 2018-02-21 20:51:18.503 WARN 28894 --- [ restartedMain] org.thymeleaf.templatemode.TemplateMode : [THYMELEAF][restartedMain] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML' instead.
  96. 2018-02-21 20:51:18.915 INFO 28894 --- [ restartedMain] oConfiguration$WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
  97. 2018-02-21 20:51:19.514 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@35b48de3: startup date [Wed Feb 21 20:51:09 GMT 2018]; root of context hierarchy
  98. 2018-02-21 20:51:19.521 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
  99. 2018-02-21 20:51:19.531 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/ || /api],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositoryController.optionsForRepositories()
  100. 2018-02-21 20:51:19.531 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/ || /api],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryController.headForRepositories()
  101. 2018-02-21 20:51:19.531 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/ || /api],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.RepositoryLinksResource> org.springframework.data.rest.webmvc.RepositoryController.listRepositories()
  102. 2018-02-21 20:51:19.537 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation)
  103. 2018-02-21 20:51:19.537 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.headCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable) throws org.springframework.web.HttpRequestMethodNotSupportedException
  104. 2018-02-21 20:51:19.537 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.hateoas.Resources<?> org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
  105. 2018-02-21 20:51:19.538 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.hateoas.Resources<?> org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResourceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
  106. 2018-02-21 20:51:19.538 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.postCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException
  107. 2018-02-21 20:51:19.538 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation)
  108. 2018-02-21 20:51:19.539 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.headForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.web.HttpRequestMethodNotSupportedException
  109. 2018-02-21 20:51:19.539 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<?>> org.springframework.data.rest.webmvc.RepositoryEntityController.getItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>) throws org.springframework.web.HttpRequestMethodNotSupportedException
  110. 2018-02-21 20:51:19.540 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}],methods=[PUT],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.putItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException
  111. 2018-02-21 20:51:19.540 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.patchItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException,org.springframework.data.rest.webmvc.ResourceNotFoundException
  112. 2018-02-21 20:51:19.540 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.deleteItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.support.ETag) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
  113. 2018-02-21 20:51:19.543 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}/{property}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
  114. 2018-02-21 20:51:19.543 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}/{property}/{propertyId}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
  115. 2018-02-21 20:51:19.544 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}/{property}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String) throws java.lang.Exception
  116. 2018-02-21 20:51:19.544 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}/{property}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReferenceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
  117. 2018-02-21 20:51:19.545 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}/{property}],methods=[PATCH || PUT || POST],consumes=[application/json || application/x-spring-data-compact+json || text/uri-list],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.createPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpMethod,org.springframework.hateoas.Resources<java.lang.Object>,java.io.Serializable,java.lang.String) throws java.lang.Exception
  118. 2018-02-21 20:51:19.545 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/{id}/{property}/{propertyId}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReferenceId(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,java.lang.String) throws java.lang.Exception
  119. 2018-02-21 20:51:19.547 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/search],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
  120. 2018-02-21 20:51:19.548 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/search],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositorySearchController.headForSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
  121. 2018-02-21 20:51:19.548 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/search],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.data.rest.webmvc.RepositorySearchesResource org.springframework.data.rest.webmvc.RepositorySearchController.listSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
  122. 2018-02-21 20:51:19.548 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/search/{search}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.Object> org.springframework.data.rest.webmvc.RepositorySearchController.executeSearch(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.util.MultiValueMap<java.lang.String, java.lang.Object>,java.lang.String,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler)
  123. 2018-02-21 20:51:19.549 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/search/{search}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.Object> org.springframework.data.rest.webmvc.RepositorySearchController.headForSearch(org.springframework.data.rest.webmvc.RootResourceInformation,java.lang.String)
  124. 2018-02-21 20:51:19.549 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/search/{search}],methods=[GET],produces=[application/x-spring-data-compact+json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.data.rest.webmvc.RepositorySearchController.executeSearchCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.util.MultiValueMap<java.lang.String, java.lang.Object>,java.lang.String,java.lang.String,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler)
  125. 2018-02-21 20:51:19.550 INFO 28894 --- [ restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/api/{repository}/search/{search}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.Object> org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearch(org.springframework.data.rest.webmvc.RootResourceInformation,java.lang.String)
  126. 2018-02-21 20:51:19.556 INFO 28894 --- [ restartedMain] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/api/profile/{repository}],methods=[OPTIONS],produces=[application/alps+json]}" onto org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.alps.AlpsController.alpsOptions()
  127. 2018-02-21 20:51:19.556 INFO 28894 --- [ restartedMain] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/api/profile/{repository}],methods=[GET],produces=[application/alps+json || */*]}" onto org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.RootResourceInformation> org.springframework.data.rest.webmvc.alps.AlpsController.descriptor(org.springframework.data.rest.webmvc.RootResourceInformation)
  128. 2018-02-21 20:51:19.557 INFO 28894 --- [ restartedMain] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/api/profile],methods=[OPTIONS]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.ProfileController.profileOptions()
  129. 2018-02-21 20:51:19.557 INFO 28894 --- [ restartedMain] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/api/profile],methods=[GET]}" onto org.springframework.http.HttpEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.ProfileController.listAllFormsOfMetadata()
  130. 2018-02-21 20:51:19.557 INFO 28894 --- [ restartedMain] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/api/profile/{repository}],methods=[GET],produces=[application/schema+json]}" onto public org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.json.JsonSchema> org.springframework.data.rest.webmvc.RepositorySchemaController.schema(org.springframework.data.rest.webmvc.RootResourceInformation)
  131. 2018-02-21 20:51:19.582 INFO 28894 --- [ restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in repositoryRestExceptionHandler
  132. 2018-02-21 20:51:19.582 INFO 28894 --- [ restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
  133. 2018-02-21 20:51:19.670 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
  134. 2018-02-21 20:51:19.670 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(java.security.Principal)
  135. 2018-02-21 20:51:19.674 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  136. 2018-02-21 20:51:19.675 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  137. 2018-02-21 20:51:19.678 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
  138. 2018-02-21 20:51:19.678 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  139. 2018-02-21 20:51:19.681 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
  140. 2018-02-21 20:51:19.681 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  141. 2018-02-21 20:51:19.684 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  142. 2018-02-21 20:51:19.686 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/actuator || /actuator.json],produces=[application/json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint.links()
  143. 2018-02-21 20:51:19.688 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  144. 2018-02-21 20:51:19.692 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  145. 2018-02-21 20:51:19.694 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  146. 2018-02-21 20:51:19.695 INFO 28894 --- [ restartedMain] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
  147. 2018-02-21 20:51:19.937 INFO 28894 --- [ restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
  148. 2018-02-21 20:51:20.240 INFO 28894 --- [ restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  149. 2018-02-21 20:51:20.255 INFO 28894 --- [ restartedMain] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
  150. 2018-02-21 20:51:20.395 INFO 28894 --- [ restartedMain] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
  151. 2018-02-21 20:51:20.510 INFO 28894 --- [ restartedMain] u.a.m.c.e.config.data.InitialDataLoader : Database already populated. Skipping data initialization.
  152. 2018-02-21 20:51:20.552 INFO 28894 --- [ restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
  153. 2018-02-21 20:51:20.561 INFO 28894 --- [ restartedMain] uk.ac.man.cs.eventlite.EventLite : Started EventLite in 12.379 seconds (JVM running for 12.879)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement