Advertisement
Guest User

Untitled

a guest
May 11th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.10 KB | None | 0 0
  1. 2018-05-11 11:01:29,602 [ServerService Thread Pool -- 254] INFO org.springframework.boot.SpringApplication -
  2.  
  3. _______ _ ______ _
  4. (_______) (_) (_____ \ _ | |
  5. _ ____ _ ____ _____ _____) ) ___ ____ _| |_ _____ | |
  6. | | / ___)| || \ | ___ | | ____/ / _ \ / ___)(_ _)(____ || |
  7. | |_____ | | | || | | || ____| | | | |_| || | | |_ / ___ || |
  8. \______)|_| |_||_|_|_||_____) |_| \___/ |_| \__)\_____| \_)
  9. :: Spring Boot :: (v1.5.6.RELEASE)
  10. :: Crime Portal ::
  11.  
  12. 2018-05-11 11:01:29,602 [ServerService Thread Pool -- 254] INFO org.springframework.boot.SpringApplication -
  13.  
  14. _______ _ ______ _
  15. (_______) (_) (_____ \ _ | |
  16. _ ____ _ ____ _____ _____) ) ___ ____ _| |_ _____ | |
  17. | | / ___)| || \ | ___ | | ____/ / _ \ / ___)(_ _)(____ || |
  18. | |_____ | | | || | | || ____| | | | |_| || | | |_ / ___ || |
  19. \______)|_| |_||_|_|_||_____) |_| \___/ |_| \__)\_____| \_)
  20. :: Spring Boot :: (v1.5.6.RELEASE)
  21. :: Crime Portal ::
  22.  
  23. 2018-05-11 11:01:29,837 [ServerService Thread Pool -- 254] INFO uk.gov.moj.crimeportal.CrimePortalApp - Starting CrimePortalApp on cpdevws09 with PID 6056 (started by jake.harrison in C:\development\runtime\wildfly\bin)
  24. 2018-05-11 11:01:29,837 [ServerService Thread Pool -- 254] INFO uk.gov.moj.crimeportal.CrimePortalApp - Starting CrimePortalApp on cpdevws09 with PID 6056 (started by jake.harrison in C:\development\runtime\wildfly\bin)
  25. 2018-05-11 11:01:29,853 [ServerService Thread Pool -- 254] INFO uk.gov.moj.crimeportal.CrimePortalApp - No active profile set, falling back to default profiles: default
  26. 2018-05-11 11:01:29,853 [ServerService Thread Pool -- 254] INFO uk.gov.moj.crimeportal.CrimePortalApp - No active profile set, falling back to default profiles: default
  27. 2018-05-11 11:01:29,868 [ServerService Thread Pool -- 254] INFO org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@485f6652: startup date [Fri May 11 11:01:29 UTC 2018]; root of context hierarchy
  28. 2018-05-11 11:01:33,118 [ServerService Thread Pool -- 254] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'cpSyncService' with a different definition: replacing [Generic bean: class [uk.gov.moj.crimeportal.services.jms.CpSyncService]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in VFS resource ["/C:/development/runtime/wildfly/bin/content/crimeportal.war/WEB-INF/classes/uk/gov/moj/crimeportal/services/jms/CpSyncService.class"]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=jmsConfig; factoryMethodName=cpSyncService; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [uk/gov/moj/crimeportal/config/JmsConfig.class]]
  29. 2018-05-11 11:01:34,977 [ServerService Thread Pool -- 254] INFO org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  30. 2018-05-11 11:01:35,890 [ServerService Thread Pool -- 254] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 6022 ms
  31. 2018-05-11 11:01:39,694 [ServerService Thread Pool -- 254] INFO org.springframework.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*]
  32. 2018-05-11 11:01:39,694 [ServerService Thread Pool -- 254] INFO org.springframework.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  33. 2018-05-11 11:01:39,714 [ServerService Thread Pool -- 254] INFO org.springframework.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  34. 2018-05-11 11:01:39,714 [ServerService Thread Pool -- 254] INFO org.springframework.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  35. 2018-05-11 11:01:39,714 [ServerService Thread Pool -- 254] INFO org.springframework.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
  36. 2018-05-11 11:01:39,714 [ServerService Thread Pool -- 254] INFO org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*]
  37. 2018-05-11 11:01:39,714 [ServerService Thread Pool -- 254] INFO org.springframework.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
  38. 2018-05-11 11:01:44,292 [ServerService Thread Pool -- 254] INFO org.springframework.transaction.jta.JtaTransactionManager - Using JTA UserTransaction: org.jboss.tm.usertx.client.ServerVMClientUserTransaction@4c971136
  39. 2018-05-11 11:01:44,292 [ServerService Thread Pool -- 254] INFO org.springframework.transaction.jta.JtaTransactionManager - Using JTA TransactionManager: com.arjuna.ats.jbossatx.jta.TransactionManagerDelegate@27893ab9
  40. 2018-05-11 11:01:44,292 [ServerService Thread Pool -- 254] INFO org.springframework.transaction.jta.JtaTransactionManager - Using JTA TransactionSynchronizationRegistry: org.jboss.as.txn.service.internal.tsr.TransactionSynchronizationRegistryWrapper@5343ee91
  41. 2018-05-11 11:01:47,089 [ServerService Thread Pool -- 254] INFO org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default'
  42. 2018-05-11 11:01:47,147 [ServerService Thread Pool -- 254] INFO org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
  43. name: default
  44. ...]
  45. 2018-05-11 11:01:47,241 [ServerService Thread Pool -- 254] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
  46. 2018-05-11 11:01:47,241 [ServerService Thread Pool -- 254] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
  47. 2018-05-11 11:01:47,241 [ServerService Thread Pool -- 254] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
  48. 2018-05-11 11:01:47,304 [ServerService Thread Pool -- 254] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  49. 2018-05-11 11:01:47,413 [ServerService Thread Pool -- 254] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL94Dialect
  50. 2018-05-11 11:01:47,663 [ServerService Thread Pool -- 254] INFO org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl - HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  51. 2018-05-11 11:01:47,663 [ServerService Thread Pool -- 254] INFO org.hibernate.type.BasicTypeRegistry - HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@5534875a
  52. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  53. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  54. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  55. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  56. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  57. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  58. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  59. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  60. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  61. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  62. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  63. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  64. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  65. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  66. 2018-05-11 11:01:47,944 [ServerService Thread Pool -- 254] WARN org.hibernate.orm.deprecation - HHH90000014: Found use of deprecated [org.hibernate.id.SequenceHiLoGenerator] sequence-based id generator; use org.hibernate.id.enhanced.SequenceStyleGenerator instead. See Hibernate Domain Model Mapping Guide for details.
  67. 2018-05-11 11:01:48,491 [ServerService Thread Pool -- 254] INFO org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  68. 2018-05-11 11:01:49,757 [ServerService Thread Pool -- 254] INFO org.springframework.security.ldap.search.FilterBasedLdapUserSearch - SearchBase not set. Searches will be performed from the root: dc=org
  69. 2018-05-11 11:01:54,752 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@485f6652: startup date [Fri May 11 11:01:29 UTC 2018]; root of context hierarchy
  70. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/{path:[^\.]*}]}" onto public java.lang.String uk.gov.moj.crimeportal.controllers.AppController.redirect()
  71. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/content/content],methods=[POST]}" onto public org.springframework.http.ResponseEntity uk.gov.moj.crimeportal.controllers.ContentController.getContent(org.springframework.security.core.Authentication,uk.gov.justice.magistrates.cp.getcontentmetadataresponse.ContentMetadataType)
  72. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/content/metadata],methods=[POST]}" onto public java.util.List<uk.gov.justice.magistrates.cp.getcontentmetadataresponse.ContentMetadataType> uk.gov.moj.crimeportal.controllers.ContentController.getContentMetadata(org.springframework.security.core.Authentication)
  73. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/ping]}" onto public org.springframework.http.ResponseEntity<java.lang.String> uk.gov.moj.crimeportal.controllers.SessionController.ping()
  74. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/user/subscriptions]}" onto public java.util.List<uk.gov.moj.crimeportal.domain.db.Subscription> uk.gov.moj.crimeportal.controllers.UserController.getAllSubscriptions(org.springframework.security.core.Authentication)
  75. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/user]}" onto public uk.gov.moj.crimeportal.domain.ldap.CpPerson uk.gov.moj.crimeportal.controllers.UserController.getUserDetails(java.security.Principal)
  76. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/user/password],methods=[POST]}" onto public org.springframework.http.ResponseEntity<java.lang.String> uk.gov.moj.crimeportal.controllers.UserController.updatePassword(uk.gov.moj.crimeportal.domain.ldap.Password)
  77. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/user/details],methods=[POST]}" onto public org.springframework.http.ResponseEntity<java.lang.String> uk.gov.moj.crimeportal.controllers.UserController.updateUserDetails(java.security.Principal,uk.gov.moj.crimeportal.domain.ldap.EditableDetails)
  78. 2018-05-11 11:01:54,946 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - Mapped "{[/user/terms],methods=[POST]}" onto public org.springframework.http.ResponseEntity<java.lang.String> uk.gov.moj.crimeportal.controllers.UserController.setTermsAccepted(java.security.Principal)
  79. 2018-05-11 11:01:54,961 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.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)
  80. 2018-05-11 11:01:54,961 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.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)
  81. 2018-05-11 11:01:55,040 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  82. 2018-05-11 11:01:55,040 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  83. 2018-05-11 11:01:55,164 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in apiExceptionHandler
  84. 2018-05-11 11:01:55,164 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in defaultExceptionHandler
  85. 2018-05-11 11:01:55,196 [ServerService Thread Pool -- 254] INFO org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  86. 2018-05-11 11:01:55,274 [ServerService Thread Pool -- 254] INFO org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
  87. 2018-05-11 11:01:56,540 [ServerService Thread Pool -- 254] INFO org.springframework.security.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']]], []
  88. 2018-05-11 11:01:56,969 [ServerService Thread Pool -- 254] INFO org.springframework.security.web.DefaultSecurityFilterChain - Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5834f006, org.springframework.security.web.context.SecurityContextPersistenceFilter@204cd6a4, org.springframework.security.web.header.HeaderWriterFilter@5fc30403, org.springframework.security.web.csrf.CsrfFilter@133fd6ed, org.springframework.security.web.authentication.logout.LogoutFilter@3bb2f540, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@663e3c9c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@86304a7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@43ceeffa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6773accd, org.springframework.security.web.session.SessionManagementFilter@73d13b97, org.springframework.security.web.access.ExceptionTranslationFilter@5f7587b5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1b95ced7]
  89. 2018-05-11 11:01:57,063 [ServerService Thread Pool -- 254] INFO org.springframework.security.web.DefaultSecurityFilterChain - Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/**']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@14a39c04, org.springframework.security.web.context.SecurityContextPersistenceFilter@2c09945c, org.springframework.security.web.header.HeaderWriterFilter@6400440e, org.springframework.security.web.authentication.logout.LogoutFilter@6c4f00d0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5299326c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@685147ed, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@e175edd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@501c4cef, org.springframework.security.web.session.SessionManagementFilter@52a0d7cb, org.springframework.security.web.access.ExceptionTranslationFilter@3ccf0a6a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a292ec9]
  90. 2018-05-11 11:01:58,985 [ServerService Thread Pool -- 254] INFO org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
  91. 2018-05-11 11:01:59,001 [ServerService Thread Pool -- 254] INFO org.springframework.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
  92. 2018-05-11 11:01:59,001 [ServerService Thread Pool -- 254] INFO org.springframework.jms.connection.CachingConnectionFactory - Established shared JMS Connection: org.apache.activemq.artemis.jms.client.ActiveMQConnection@567af850
  93. 2018-05-11 11:01:59,032 [ServerService Thread Pool -- 254] INFO uk.gov.moj.crimeportal.CrimePortalApp - Started CrimePortalApp in 32.601 seconds (JVM running for 1179.772)
  94. 2018-05-11 11:01:59,032 [ServerService Thread Pool -- 254] INFO uk.gov.moj.crimeportal.CrimePortalApp - Started CrimePortalApp in 32.601 seconds (JVM running for 1179.772)
  95. 2018-05-11 11:02:10,990 [default task-31] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started
  96. 2018-05-11 11:02:11,054 [default task-31] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 63 ms
  97. 2018-05-11 11:02:32,804 [default task-11] WARN org.springframework.ldap.odm.core.impl.ObjectMetaData - The Entry class CpPerson should be declared final
  98. 2018-05-11 11:02:33,297 [default task-13] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: dave@hmcts.net
  99. 2018-05-11 11:02:33,418 [default task-12] INFO uk.gov.moj.crimeportal.controllers.UserController - Subscriptions requested for user: dave@hmcts.net
  100. 2018-05-11 11:02:33,536 [default task-12] INFO org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
  101. 2018-05-11 11:02:36,600 [default task-15] INFO uk.gov.moj.crimeportal.controllers.UserController - Updating terms for user: dave@hmcts.net
  102. 2018-05-11 11:02:37,118 [default task-17] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: dave@hmcts.net
  103. 2018-05-11 11:02:37,192 [default task-14] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: dave@hmcts.net
  104. 2018-05-11 11:02:43,387 [default task-18] INFO uk.gov.moj.crimeportal.controllers.UserController - Updating details for user: dave@hmcts.net
  105. 2018-05-11 11:02:43,802 [default task-16] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: dave@hmcts.net
  106. 2018-05-11 11:02:43,865 [default task-19] INFO uk.gov.moj.crimeportal.controllers.ContentController - Content metadata requested for user dave@hmcts.net
  107. 2018-05-11 11:02:44,846 [default task-19] INFO uk.gov.moj.crimeportal.services.jms.CpSyncService - UUID: 5ad53b51-31f4-469a-ba8a-e77b80e567e8 - Request sent getContentMetadata
  108. 2018-05-11 11:03:14,855 [default task-19] WARN uk.gov.moj.crimeportal.config.ApiExceptionHandler - - 5ad53b51-31f4-469a-ba8a-e77b80e567e8 - Message timed out after waiting 30 seconds
  109. 2018-05-11 11:11:02,651 [default task-13] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: jh@admin.com
  110. 2018-05-11 11:11:02,737 [default task-12] INFO uk.gov.moj.crimeportal.controllers.UserController - Subscriptions requested for user: jh@admin.com
  111. 2018-05-11 11:11:23,620 [default task-15] INFO uk.gov.moj.crimeportal.controllers.UserController - Updating terms for user: jh@admin.com
  112. 2018-05-11 11:11:25,068 [default task-17] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: jh@admin.com
  113. 2018-05-11 11:11:25,284 [default task-14] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: jh@admin.com
  114. 2018-05-11 11:11:51,357 [default task-18] INFO uk.gov.moj.crimeportal.controllers.UserController - Updating details for user: jh@admin.com
  115. 2018-05-11 11:11:52,616 [default task-16] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: jh@admin.com
  116. 2018-05-11 11:11:52,950 [default task-20] INFO uk.gov.moj.crimeportal.controllers.ContentController - Content metadata requested for user jh@admin.com
  117. 2018-05-11 11:11:53,101 [default task-20] INFO uk.gov.moj.crimeportal.services.jms.CpSyncService - UUID: 243de83a-4d8f-4a58-936c-0e0844c18c34 - Request sent getContentMetadata
  118. 2018-05-11 11:12:23,226 [default task-20] WARN uk.gov.moj.crimeportal.config.ApiExceptionHandler - - 243de83a-4d8f-4a58-936c-0e0844c18c34 - Message timed out after waiting 30 seconds
  119. 2018-05-11 11:12:31,706 [default task-19] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: jh@admin.com
  120. 2018-05-11 11:41:21,059 [default task-5] INFO uk.gov.moj.crimeportal.controllers.UserController - User details requested for user: jh@admin.com
  121. 2018-05-11 11:41:21,366 [default task-6] INFO uk.gov.moj.crimeportal.controllers.UserController - Subscriptions requested for user: jh@admin.com
  122. 2018-05-11 11:41:21,389 [default task-8] INFO uk.gov.moj.crimeportal.controllers.ContentController - Content metadata requested for user jh@admin.com
  123. 2018-05-11 11:41:21,495 [default task-8] INFO uk.gov.moj.crimeportal.services.jms.CpSyncService - UUID: 6c2f1623-4125-46aa-82df-af5f9b853ed9 - Request sent getContentMetadata
  124. 2018-05-11 11:41:51,620 [default task-8] WARN uk.gov.moj.crimeportal.config.ApiExceptionHandler - - 6c2f1623-4125-46aa-82df-af5f9b853ed9 - Message timed out after waiting 30 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement