[root@VM_0_8_centos ~]# sudo service halo stop
Redirecting to /bin/systemctl stop halo.service
[root@VM_0_8_centos ~]# java -jar halo-latest.jar
LOGBACK: No context given for c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1641808846
__ __ __
/ / / /___ / /__
/ // / __ `/ / __ \
/ __ / // / / // /
// //_,//____/
Version: 1.3.1
2020-04-11 23:36:16.004 INFO 18761 --- [ main] run.halo.app.Application : Starting Application on VM_0_8_centos with PID 18761 (/root/halo-latest.jar started by root in /root)
2020-04-11 23:36:16.009 INFO 18761 --- [ main] run.halo.app.Application : No active profile set, falling back to default profiles: default
2020-04-11 23:36:19.738 INFO 18761 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2020-04-11 23:36:20.209 INFO 18761 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 457ms. Found 22 JPA repository interfaces.
2020-04-11 23:36:24.913 WARN 18761 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2020-04-11 23:36:25.064 INFO 18761 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2020-04-11 23:36:25.064 INFO 18761 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 8835 ms
2020-04-11 23:36:26.929 INFO 18761 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2020-04-11 23:36:27.245 INFO 18761 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.12.Final
2020-04-11 23:36:27.914 INFO 18761 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2020-04-11 23:36:28.449 INFO 18761 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-04-11 23:36:29.236 INFO 18761 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-04-11 23:36:29.343 INFO 18761 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-04-11 23:36:34.534 INFO 18761 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-04-11 23:36:34.561 INFO 18761 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-04-11 23:36:35.829 INFO 18761 --- [ main] run.halo.app.config.HaloConfiguration : halo cache store load impl : [class run.halo.app.cache.InMemoryCacheStore]
2020-04-11 23:36:43.349 INFO 18761 --- [ main] run.halo.app.handler.file.FileHandlers : Registered 7 file handler(s)
2020-04-11 23:36:46.603 INFO 18761 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoint(s) beneath base path '/api/admin/actuator'
2020-04-11 23:36:46.947 INFO 18761 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2020-04-11 23:36:48.197 INFO 18761 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2020-04-11 23:36:48.345 INFO 18761 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2020-04-11 23:36:48.437 INFO 18761 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 2 custom documentation plugin(s)
2020-04-11 23:36:48.438 INFO 18761 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Skipping initializing disabled plugin bean swagger v2.0
2020-04-11 23:36:48.438 INFO 18761 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Skipping initializing disabled plugin bean swagger v2.0
2020-04-11 23:36:48.510 INFO 18761 --- [ main] io.undertow : starting server: Undertow - 2.0.29.Final
2020-04-11 23:36:48.536 INFO 18761 --- [ main] org.xnio : XNIO version 3.3.8.Final
2020-04-11 23:36:48.590 INFO 18761 --- [ main] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
2020-04-11 23:36:48.979 INFO 18761 --- [ main] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8090 (http) with context path ''
2020-04-11 23:36:48.981 INFO 18761 --- [ main] run.halo.app.Application : Started Application in 34.585 seconds (JVM running for 36.548)
2020-04-11 23:36:48.982 INFO 18761 --- [ main] run.halo.app.listener.StartedListener : Starting migrate database...
2020-04-11 23:36:49.030 INFO 18761 --- [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 6.3.1 by Redgate
2020-04-11 23:36:49.111 INFO 18761 --- [ main] o.f.c.internal.database.DatabaseFactory : Database: jdbc:h2:file:~/.halo/db/halo (H2 1.4)
2020-04-11 23:36:49.201 INFO 18761 --- [ main] o.f.c.i.s.JdbcTableSchemaHistory : Repair of failed migration in Schema History table "PUBLIC"."flyway_schema_history" not necessary. No failed migration detected.
2020-04-11 23:36:49.228 INFO 18761 --- [ main] o.f.core.internal.command.DbRepair : Successfully repaired schema history table "PUBLIC"."flyway_schema_history" (execution time 00:00.068s).
2020-04-11 23:36:49.254 INFO 18761 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 4 migrations (execution time 00:00.004s)
2020-04-11 23:36:49.274 INFO 18761 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": 4
2020-04-11 23:36:49.275 INFO 18761 --- [ main] o.f.core.internal.command.DbMigrate : Schema "PUBLIC" is up to date. No migration necessary.
2020-04-11 23:36:49.276 INFO 18761 --- [ main] run.halo.app.listener.StartedListener : Migrate database succeed.
2020-04-11 23:36:49.712 INFO 18761 --- [ main] run.halo.app.listener.StartedListener : Halo started at https://www.codebi.cn
2020-04-11 23:36:49.712 INFO 18761 --- [ main] run.halo.app.listener.StartedListener : Halo admin started at https://www.codebi.cn
2020-04-11 23:36:49.712 INFO 18761 --- [ main] run.halo.app.listener.StartedListener : Halo has started successfully!