__ __ __
/ / / /___ / /__
/ // / __ `/ / __ \
/ __ / // / / // /
// //_,//____/
Version:
2023-08-20T22:44:09.621+02:00 INFO 11269 --- [ main] run.halo.app.Application : Starting Application using Java 17.0.8 with PID 11269 (/Users/xxx/Documents/GitHub/halo/application/bin/main started by xxx in /Users/xxx/Documents/GitHub/halo/application)
2023-08-20T22:44:09.623+02:00 INFO 11269 --- [ main] run.halo.app.Application : No active profile set, falling back to 1 default profile: "default"
2023-08-20T22:44:10.335+02:00 INFO 11269 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2023-08-20T22:44:10.336+02:00 INFO 11269 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data R2DBC repositories in DEFAULT mode.
2023-08-20T22:44:10.460+02:00 INFO 11269 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 115 ms. Found 1 R2DBC repository interfaces.
2023-08-20T22:44:10.997+02:00 WARN 11269 --- [ main] onfigReactiveWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalInfoEndpoint' defined in file [/Users/guanghuangzheng/Documents/GitHub/halo/application/bin/main/run/halo/app/actuator/GlobalInfoEndpoint.class]: Failed to instantiate [run.halo.app.actuator.GlobalInfoEndpoint]: Constructor threw exception
2023-08-20T22:44:11.013+02:00 INFO 11269 --- [ main] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2023-08-20T22:44:11.020+02:00 ERROR 11269 --- [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalInfoEndpoint' defined in file [/Users/guanghuangzheng/Documents/GitHub/halo/application/bin/main/run/halo/app/actuator/GlobalInfoEndpoint.class]: Failed to instantiate [run.halo.app.actuator.GlobalInfoEndpoint]: Constructor threw exception
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1314) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1199) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:326) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:324) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:942) ~[spring-context-6.0.11.jar:6.0.11]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:608) ~[spring-context-6.0.11.jar:6.0.11]
at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:66) ~[spring-boot-3.1.2.jar:3.1.2]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:734) ~[spring-boot-3.1.2.jar:3.1.2]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:436) ~[spring-boot-3.1.2.jar:3.1.2]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-3.1.2.jar:3.1.2]
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:150) ~[spring-boot-3.1.2.jar:3.1.2]
at run.halo.app.Application.main(Application.java:28) ~[main/:na]
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [run.halo.app.actuator.GlobalInfoEndpoint]: Constructor threw exception
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:224) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) ~[spring-beans-6.0.11.jar:6.0.11]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1308) ~[spring-beans-6.0.11.jar:6.0.11]
... 16 common frames omitted
Caused by: java.lang.Error: Unresolved compilation problems:
The blank final field systemConfigFetcher may not have been initialized
The blank final field haloProperties may not have been initialized
The blank final field authProviderService may not have been initialized
The blank final field initializationStateGetter may not have been initialized
The method getExternalUrl() is undefined for the type HaloProperties
The method isUseAbsolutePermalink() is undefined for the type HaloProperties
The method setLocale(Locale) is undefined for the type GlobalInfoEndpoint.GlobalInfo
The method setTimeZone(TimeZone) is undefined for the type GlobalInfoEndpoint.GlobalInfo
The method setUserInitialized(Boolean) is undefined for the type GlobalInfoEndpoint.GlobalInfo
The method setDataInitialized(Boolean) is undefined for the type GlobalInfoEndpoint.GlobalInfo
The method setAllowComments(boolean) is undefined for the type GlobalInfoEndpoint.GlobalInfo
The method setAllowAnonymousComments(boolean) is undefined for the type GlobalInfoEndpoint.GlobalInfo
The method getEnable() is undefined for the type SystemSetting.Comment
The method getEnable() is undefined for the type SystemSetting.Comment
The method getSystemUserOnly() is undefined for the type SystemSetting.Comment
The method getSystemUserOnly() is undefined for the type SystemSetting.Comment
The method setAllowRegistration(boolean) is undefined for the type GlobalInfoEndpoint.GlobalInfo
The method getAllowRegistration() is undefined for the type SystemSetting.User
The method getAllowRegistration() is undefined for the type SystemSetting.User
The method getFavicon() is undefined for the type SystemSetting.Basic
The method getEnabled() is undefined for the type ListedAuthProvider
The method getBindingUrl() is undefined for the type ListedAuthProvider
The method getName() is undefined for the type ListedAuthProvider
The method getDisplayName() is undefined for the type ListedAuthProvider
The method getDescription() is undefined for the type ListedAuthProvider
The method getLogo() is undefined for the type ListedAuthProvider
The method getWebsite() is undefined for the type ListedAuthProvider
The method getAuthenticationUrl() is undefined for the type ListedAuthProvider
The method getBindingUrl() is undefined for the type ListedAuthProvider
The method setSocialAuthProviders(List<GlobalInfoEndpoint.SocialAuthProvider>) is undefined for the type GlobalInfoEndpoint.GlobalInfo
at run.halo.app.actuator.GlobalInfoEndpoint.<init>(GlobalInfoEndpoint.java:31) ~[main/:na]
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:na]
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[na:na]
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:na]
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[na:na]
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[na:na]
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:198) ~[spring-beans-6.0.11.jar:6.0.11]
... 18 common frames omitted