__ __ __
/ / / /___ _/ /___
/ /_/ / __ `/ / __ \
/ __ / /_/ / / /_/ /
/_/ /_/\__,_/_/\____/
::: Spring-Boot 2.1.7.RELEASE ::: Halo (version: (v1.1.1))
2019-10-04 20:49:29.969 INFO 1547 --- [ main] run.halo.app.Applicatio n : Starting Application v1.1.1 on VM_0_2_centos with PID 1547 ( /root/halo-latest.jar started by root in /root)
2019-10-04 20:49:29.997 INFO 1547 --- [ main] run.halo.app.Applicatio n : No active profile set, falling back to default profiles: def ault
2019-10-04 20:49:35.300 INFO 1547 --- [ main] .s.d.r.c.RepositoryConf igurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-10-04 20:49:35.930 INFO 1547 --- [ main] .s.d.r.c.RepositoryConf igurationDelegate : Finished Spring Data repository scanning in 606ms. Found 21 repository interfaces.
2019-10-04 20:49:39.227 INFO 1547 --- [ main] trationDelegate$BeanPos tProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransa ctionManagementConfiguration' of type [org.springframework.transaction.annotatio n.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$6e40454d] is n ot eligible for getting processed by all BeanPostProcessors (for example: not el igible for auto-proxying)
2019-10-04 20:49:41.717 WARN 1547 --- [ main] io.undertow.websockets. jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo , the default pool will be used
2019-10-04 20:49:41.839 INFO 1547 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2019-10-04 20:49:41.840 INFO 1547 --- [ main] o.s.web.context.Context Loader : Root WebApplicationContext: initialization completed in 1147 1 ms
2019-10-04 20:49:43.041 INFO 1547 --- [ main] com.zaxxer.hikari.Hikar iDataSource : HikariPool-1 - Starting...
2019-10-04 20:49:44.228 INFO 1547 --- [ main] com.zaxxer.hikari.Hikar iDataSource : HikariPool-1 - Start completed.
2019-10-04 20:49:44.580 INFO 1547 --- [ main] o.hibernate.jpa.interna l.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
name: default
...]
2019-10-04 20:49:44.882 INFO 1547 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final}
2019-10-04 20:49:44.885 INFO 1547 --- [ main] org.hibernate.cfg.Envir onment : HHH000206: hibernate.properties not found
2019-10-04 20:49:45.631 INFO 1547 --- [ main] o.hibernate.annotations .common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-10-04 20:49:47.087 INFO 1547 --- [ main] org.hibernate.dialect.D ialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2019-10-04 20:49:51.351 INFO 1547 --- [ main] j.LocalContainerEntityM anagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'd efault'
2019-10-04 20:49:57.651 INFO 1547 --- [ main] o.h.h.i.QueryTranslator FactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
2019-10-04 20:50:05.512 INFO 1547 --- [ main] o.s.b.a.e.web.EndpointL inksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-10-04 20:50:05.981 INFO 1547 --- [ main] pertySourcedRequestMapp ingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.sprin gframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> spr ingfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang. String,javax.servlet.http.HttpServletRequest)]
2019-10-04 20:50:08.152 INFO 1547 --- [ main] o.s.s.c.ThreadPoolTaskS cheduler : Initializing ExecutorService 'taskScheduler'
2019-10-04 20:50:08.407 INFO 1547 --- [ main] d.s.w.p.DocumentationPl uginsBootstrapper : Context refreshed
2019-10-04 20:50:08.511 INFO 1547 --- [ main] d.s.w.p.DocumentationPl uginsBootstrapper : Found 2 custom documentation plugin(s)
2019-10-04 20:50:08.512 INFO 1547 --- [ main] d.s.w.p.DocumentationPl uginsBootstrapper : Skipping initializing disabled plugin bean swagger v2.0
2019-10-04 20:50:08.512 INFO 1547 --- [ main] d.s.w.p.DocumentationPl uginsBootstrapper : Skipping initializing disabled plugin bean swagger v2.0
2019-10-04 20:50:08.630 INFO 1547 --- [ main] org.xnio : XNIO version 3.3.8.Final
2019-10-04 20:50:08.694 INFO 1547 --- [ main] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
2019-10-04 20:50:08.920 INFO 1547 --- [ main] o.s.b.w.e.u.UndertowSer vletWebServer : Undertow started on port(s) 8090 (http) with context path ''
2019-10-04 20:50:08.923 INFO 1547 --- [ main] run.halo.app.Applicatio n : Started Application in 42.254 seconds (JVM running for 44.93 3)
2019-10-04 20:50:09.188 INFO 1547 --- [ main] run.halo.app.listener.S tartedListener : Halo started at http://127.0.0.1:8090
2019-10-04 20:50:09.188 INFO 1547 --- [ main] run.halo.app.listener.S tartedListener : Halo admin started at http://127.0.0.1:8090/admin
2019-10-04 20:50:09.472 INFO 1547 --- [ main] run.halo.app.listener.S tartedListener : Copied theme folder from [/BOOT-INF/classes/templates/themes ] to [/root/.halo/templates/themes]
^C2019-10-04 20:50:25.488 INFO 1547 --- [ Thread-4] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2019-10-04 20:50:25.605 INFO 1547 --- [ Thread-4] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2019-10-04 20:50:25.610 INFO 1547 --- [ Thread-4] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2019-10-04 20:50:25.637 INFO 1547 --- [ Thread-4] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.