Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.80 KB | None | 0 0
  1. . ____ _ __ _ _
  2. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  3. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  4. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  5. ' |____| .__|_| |_|_| |_\__, | / / / /
  6. =========|_|==============|___/=/_/_/_/
  7. :: Spring Boot :: (v2.0.4.RELEASE)
  8.  
  9. 2019-02-22 09:37:41.177 INFO 17 --- [ main] geobackend.GeoBackendApp : Starting GeoBackendApp on 2c0c389e6ccb with PID 17 (/opt/geoprocessor/maritime-engine.jar started by root in /opt/geoprocessor)
  10. 2019-02-22 09:37:41.183 INFO 17 --- [ main] geobackend.GeoBackendApp : No active profile set, falling back to default profiles: default
  11. 2019-02-22 09:37:41.273 INFO 17 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@61a52fbd: startup date [Fri Feb 22 09:37:41 GMT 2019]; root of context hierarchy
  12. 2019-02-22 09:37:44.520 INFO 17 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  13. 2019-02-22 09:37:44.766 INFO 17 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5458140] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  14. 2019-02-22 09:37:45.941 INFO 17 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
  15. 2019-02-22 09:37:46.036 INFO 17 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
  16. 2019-02-22 09:37:46.037 INFO 17 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.32
  17. 2019-02-22 09:37:46.076 INFO 17 --- [ost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-1.8-openjdk/jre/lib/amd64:/usr/lib/jvm/java-1.8-openjdk/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
  18. 2019-02-22 09:37:46.449 INFO 17 --- [ost-startStop-1] o.a.c.c.C.[.[localhost].[/maritime] : Initializing Spring embedded WebApplicationContext
  19. 2019-02-22 09:37:46.449 INFO 17 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5180 ms
  20. 2019-02-22 09:37:46.578 INFO 17 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
  21. 2019-02-22 09:37:46.584 INFO 17 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  22. 2019-02-22 09:37:46.585 INFO 17 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  23. 2019-02-22 09:37:46.585 INFO 17 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  24. 2019-02-22 09:37:46.585 INFO 17 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  25. 2019-02-22 09:37:46.867 WARN 17 --- [ main] org.flywaydb.core.Flyway : Flyway.setCallbacks(FlywayCallback) has been deprecated and will be removed in Flyway 6.0. Use Flyway.setCallbacks(Callback) instead.
  26. 2019-02-22 09:37:46.906 INFO 17 --- [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 5.2.0 by Boxfuse
  27. 2019-02-22 09:37:46.926 INFO 17 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
  28. 2019-02-22 09:37:47.380 INFO 17 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
  29. 2019-02-22 09:37:47.393 INFO 17 --- [ main] o.f.c.internal.database.DatabaseFactory : Database: jdbc:postgresql://smartgeosystem.ru:5432/marinet_ru (PostgreSQL 9.3)
  30. 2019-02-22 09:37:47.518 INFO 17 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 2 migrations (execution time 00:00.055s)
  31. 2019-02-22 09:37:47.556 INFO 17 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "public": 201902122035
  32. 2019-02-22 09:37:47.559 INFO 17 --- [ main] o.f.core.internal.command.DbMigrate : Schema "public" is up to date. No migration necessary.
  33. 2019-02-22 09:37:47.853 INFO 17 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default'
  34. 2019-02-22 09:37:47.895 INFO 17 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  35. name: default
  36. ...]
  37. 2019-02-22 09:37:48.025 INFO 17 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.17.Final}
  38. 2019-02-22 09:37:48.029 INFO 17 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found
  39. 2019-02-22 09:37:48.051 INFO 17 --- [ main] o.h.spatial.integration.SpatialService : HHH80000001: hibernate-spatial integration enabled : true
  40. 2019-02-22 09:37:48.120 INFO 17 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  41. 2019-02-22 09:37:48.493 INFO 17 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL95Dialect
  42. 2019-02-22 09:37:48.517 INFO 17 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000422: Disabling contextual LOB creation as connection was null
  43. 2019-02-22 09:37:48.519 INFO 17 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@48e1f6c7
  44. 2019-02-22 09:37:49.325 INFO 17 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
  45. 2019-02-22 09:37:51.260 WARN 17 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : 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
  46. 2019-02-22 09:37:51.429 INFO 17 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2.0/metadata/processing/{type}/{subtype}],methods=[GET]}" onto public geobackend.model.ProcessingMetadata geobackend.rest.MetadataController.getLatest(java.lang.String,java.lang.String)
  47. 2019-02-22 09:37:51.432 INFO 17 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2.0/rest/{system}/{parameter}/{grid}/{hour}],methods=[GET]}" onto public java.lang.Object geobackend.rest.RestController.getCloud(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Double,java.lang.Integer)
  48. 2019-02-22 09:37:51.434 INFO 17 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2.0/ogc/wms/{source}/{strParam}/{strTime}/**]}" onto public org.springframework.http.ResponseEntity<byte[]> geobackend.rest.WmsController.forward(java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.springframework.http.HttpMethod,javax.servlet.http.HttpServletRequest) throws java.lang.Exception
  49. 2019-02-22 09:37:51.441 INFO 17 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
  50. 2019-02-22 09:37:51.442 INFO 17 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
  51. 2019-02-22 09:37:51.442 INFO 17 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
  52. 2019-02-22 09:37:51.447 INFO 17 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
  53. 2019-02-22 09:37:51.447 INFO 17 --- [ main] 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.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
  54. 2019-02-22 09:37:51.678 INFO 17 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
  55. 2019-02-22 09:37:51.807 INFO 17 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  56. 2019-02-22 09:37:52.106 INFO 17 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@61a52fbd: startup date [Fri Feb 22 09:37:41 GMT 2019]; root of context hierarchy
  57. 2019-02-22 09:37:52.208 INFO 17 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  58. 2019-02-22 09:37:52.209 INFO 17 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
  59. 2019-02-22 09:37:53.186 INFO 17 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
  60. 2019-02-22 09:37:53.190 INFO 17 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
  61. 2019-02-22 09:37:53.205 INFO 17 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
  62. 2019-02-22 09:37:53.219 INFO 17 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
  63. 2019-02-22 09:37:53.219 INFO 17 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
  64. 2019-02-22 09:37:53.273 INFO 17 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
  65. 2019-02-22 09:37:53.348 INFO 17 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
  66. 2019-02-22 09:37:53.710 WARN 17 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType org.springframework.http.HttpMethod
  67. 2019-02-22 09:37:53.716 WARN 17 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType org.springframework.http.HttpMethod
  68. 2019-02-22 09:37:53.720 WARN 17 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType org.springframework.http.HttpMethod
  69. 2019-02-22 09:37:53.724 WARN 17 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType org.springframework.http.HttpMethod
  70. 2019-02-22 09:37:53.728 WARN 17 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType org.springframework.http.HttpMethod
  71. 2019-02-22 09:37:53.732 WARN 17 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType org.springframework.http.HttpMethod
  72. 2019-02-22 09:37:53.736 WARN 17 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType org.springframework.http.HttpMethod
  73. 2019-02-22 09:37:53.739 WARN 17 --- [ main] s.d.s.w.r.p.ParameterDataTypeReader : Trying to infer dataType org.springframework.http.HttpMethod
  74. 2019-02-22 09:37:53.813 INFO 17 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '/maritime'
  75. 2019-02-22 09:37:53.818 INFO 17 --- [ main] geobackend.GeoBackendApp : Started GeoBackendApp in 13.858 seconds (JVM running for 15.056)
  76. 2019-02-22 09:39:12.004 INFO 17 --- [nio-8080-exec-1] o.a.c.c.C.[.[localhost].[/maritime] : Initializing Spring FrameworkServlet 'dispatcherServlet'
  77. 2019-02-22 09:39:12.005 INFO 17 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
  78. 2019-02-22 09:39:12.042 INFO 17 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 37 ms
  79. 2019-02-22 09:39:12.166 INFO 17 --- [nio-8080-exec-1] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement