[halo-dev/halo]文件上传回显失败

2024-03-08 618 views
4
是什么版本出现了此问题?

2.5

使用的什么数据库?

H2

使用的哪种方式部署?

Docker

在线站点地址

http://42.194.143.4:8090/

发生了什么?

文件上传提示上传成功了,但是回显的时候显示加载异常(阿里云oss和本地都提示这个错误) image

相关日志输出
2023-05-11T14:06:25.347191566Z Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1021E: A problem occurred whilst attempting to access the property 'name': 'Can't happen. Check SUPPORTED_CLASSES'
2023-05-11T14:06:25.347198720Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:214) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347205281Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:105) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347208941Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:410) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347212574Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:93) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347215918Z  at org.springframework.expression.spel.ast.MethodReference.getArguments(MethodReference.java:164) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347219405Z  at org.springframework.expression.spel.ast.MethodReference.getValueRef(MethodReference.java:81) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347222834Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:71) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347226537Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:92) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347230407Z  at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347234129Z  at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347237761Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347241416Z  ... 33 common frames omitted
2023-05-11T14:06:25.347244751Z Caused by: java.lang.IllegalStateException: Can't happen. Check SUPPORTED_CLASSES
2023-05-11T14:06:25.347248221Z  at org.springframework.integration.json.JsonPropertyAccessor.asJson(JsonPropertyAccessor.java:104) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:06:25.347251716Z  at org.springframework.integration.json.JsonPropertyAccessor.canRead(JsonPropertyAccessor.java:75) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:06:25.347258605Z  at run.halo.app.theme.ReactivePropertyAccessor.canRead(ReactivePropertyAccessor.java:39) ~[classes/:2.5.2]
2023-05-11T14:06:25.347263272Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:203) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347267091Z  ... 43 common frames omitted
2023-05-11T14:06:25.347270623Z 
2023-05-11T14:06:25.347273957Z 2023-05-11T22:06:25.342+08:00 ERROR 7 --- [undedElastic-97] a.w.r.e.AbstractErrorWebExceptionHandler : [b50d889b-1536]  500 Server Error for HTTP GET "/"
2023-05-11T14:06:25.347277996Z 
2023-05-11T14:06:25.347281446Z org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "contributorFinder.getContributor(#authentication.name)" (template: "modules/header" - line 94, col 11)
2023-05-11T14:06:25.347285824Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347289822Z  Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
2023-05-11T14:06:25.347293455Z Error has been observed at the following site(s):
2023-05-11T14:06:25.347296967Z  *__checkpoint ⇢ Handler run.halo.app.theme.router.factories.IndexRouteFactory$$Lambda$1979/0x0000000801916100@743cca3c [DispatcherHandler]
2023-05-11T14:06:25.347301611Z  *__checkpoint ⇢ run.halo.app.security.InitializeRedirectionWebFilter [DefaultWebFilterChain]
2023-05-11T14:06:25.347305252Z  *__checkpoint ⇢ run.halo.app.security.authentication.login.UsernamePasswordLogoutHandler [DefaultWebFilterChain]
2023-05-11T14:06:25.347309063Z  *__checkpoint ⇢ run.halo.app.security.authentication.login.DelegatingLogoutPageGeneratingWebFilter [DefaultWebFilterChain]
2023-05-11T14:06:25.347322054Z  *__checkpoint ⇢ run.halo.app.security.authentication.login.UsernamePasswordAuthenticator [DefaultWebFilterChain]
2023-05-11T14:06:25.347326421Z  *__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
2023-05-11T14:06:25.347330048Z  *__checkpoint ⇢ org.springframework.web.filter.reactive.ServerHttpObservationFilter [DefaultWebFilterChain]
2023-05-11T14:06:25.347333623Z  *__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
2023-05-11T14:06:25.347337290Z Original Stack Trace:
2023-05-11T14:06:25.347343757Z          at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347347507Z          at run.halo.app.theme.ReactiveSpelVariableExpressionEvaluator.evaluate(ReactiveSpelVariableExpressionEvaluator.java:29) ~[classes/:2.5.2]
2023-05-11T14:06:25.347352082Z          at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347360233Z          at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347364166Z          at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347367920Z          at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347371713Z          at org.thymeleaf.standard.expression.Expression.execute(Expression.java:125) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347375475Z          at org.thymeleaf.standard.processor.StandardWithTagProcessor.doProcess(StandardWithTagProcessor.java:93) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347379408Z          at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347383353Z          at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347387335Z          at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347391357Z          at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347395371Z          at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347399381Z          at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347403364Z          at org.thymeleaf.engine.ProcessorTemplateHandler.handleStandaloneElement(ProcessorTemplateHandler.java:1204) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347407177Z          at org.thymeleaf.engine.StandaloneElementTag.beHandled(StandaloneElementTag.java:228) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347413879Z          at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347418301Z          at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347422365Z          at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347426059Z          at org.thymeleaf.engine.TemplateModel.process(TemplateModel.java:136) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347430045Z          at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:592) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347433833Z          at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347441197Z          at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347445332Z          at org.thymeleaf.spring6.SpringWebFluxTemplateEngine.lambda$createFullStream$0(SpringWebFluxTemplateEngine.java:198) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347449487Z          at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347453490Z          at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347457247Z          at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.run(MonoSubscribeOn.java:126) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347461055Z          at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347465013Z          at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347468759Z          at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347472596Z          at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347476524Z          at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347567402Z          at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347573429Z          at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347577424Z Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1021E: A problem occurred whilst attempting to access the property 'name': 'Can't happen. Check SUPPORTED_CLASSES'
2023-05-11T14:06:25.347582348Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:214) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347595117Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:105) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347599481Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:410) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347603728Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:93) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347607924Z  at org.springframework.expression.spel.ast.MethodReference.getArguments(MethodReference.java:164) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347612188Z  at org.springframework.expression.spel.ast.MethodReference.getValueRef(MethodReference.java:81) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347616209Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:71) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347621923Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:92) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347632059Z  at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347636114Z  at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347640270Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347644514Z  at run.halo.app.theme.ReactiveSpelVariableExpressionEvaluator.evaluate(ReactiveSpelVariableExpressionEvaluator.java:29) ~[classes/:2.5.2]
2023-05-11T14:06:25.347648599Z  at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347652656Z  at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347656973Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347661091Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347672306Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:125) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347676065Z  at org.thymeleaf.standard.processor.StandardWithTagProcessor.doProcess(StandardWithTagProcessor.java:93) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347680395Z  at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347684257Z  at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347693724Z  at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347697575Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347701326Z  at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347705183Z  at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347708982Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleStandaloneElement(ProcessorTemplateHandler.java:1204) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347712804Z  at org.thymeleaf.engine.StandaloneElementTag.beHandled(StandaloneElementTag.java:228) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347716626Z  at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347724270Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347727071Z  at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347730127Z  at org.thymeleaf.engine.TemplateModel.process(TemplateModel.java:136) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347732794Z  at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:592) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347735389Z  at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347737942Z  at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347740596Z  at org.thymeleaf.spring6.SpringWebFluxTemplateEngine.lambda$createFullStream$0(SpringWebFluxTemplateEngine.java:198) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:06:25.347743243Z  at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347745782Z  at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347748294Z  at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.run(MonoSubscribeOn.java:126) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347750992Z  at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347753522Z  at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:06:25.347756039Z  at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347758521Z  at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347765625Z  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347768179Z  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347770782Z  at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-05-11T14:06:25.347773242Z Caused by: java.lang.IllegalStateException: Can't happen. Check SUPPORTED_CLASSES
2023-05-11T14:06:25.347775788Z  at org.springframework.integration.json.JsonPropertyAccessor.asJson(JsonPropertyAccessor.java:104) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:06:25.347778438Z  at org.springframework.integration.json.JsonPropertyAccessor.canRead(JsonPropertyAccessor.java:75) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:06:25.347781063Z  at run.halo.app.theme.ReactivePropertyAccessor.canRead(ReactivePropertyAccessor.java:39) ~[classes/:2.5.2]
2023-05-11T14:06:25.347784549Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:203) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:06:25.347790149Z  ... 43 common frames omitted
2023-05-11T14:06:25.347792725Z 
2023-05-11T14:08:38.330050214Z 2023-05-11T22:08:38.329+08:00  WARN 7 --- [-netty-thread-4] c.g.jasync.sql.db.mysql.MySQLConnection  : <mysql-connection-2152> onResultSet - called without active query
2023-05-11T14:09:09.860829465Z 2023-05-11T22:09:09.859+08:00  WARN 7 --- [-netty-thread-4] c.g.jasync.sql.db.mysql.MySQLConnection  : <mysql-connection-2146> onResultSet - called without active query
2023-05-11T14:09:09.860864583Z 2023-05-11T22:09:09.859+08:00  WARN 7 --- [-netty-thread-4] c.g.jasync.sql.db.mysql.MySQLConnection  : <mysql-connection-2148> onResultSet - called without active query
2023-05-11T14:09:20.165522431Z 2023-05-11T22:09:20.165+08:00  WARN 7 --- [-netty-thread-4] c.g.jasync.sql.db.mysql.MySQLConnection  : <mysql-connection-2158> onResultSet - called without active query
2023-05-11T14:11:27.186879789Z 2023-05-11T22:11:27.186+08:00  WARN 7 --- [or-http-epoll-2] r.n.http.server.HttpServerOperations     : [b1d6f301, L:/172.16.0.2:8090 - R:/107.174.71.119:59842] Decoding failed: FULL_REQUEST(decodeResult: failure(java.lang.IllegalArgumentException: invalid version format: /PROC/SELF/CMDLINE), version: HTTP/1.0, content: UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 0, widx: 0, cap: 0))
2023-05-11T14:11:27.186913766Z GET /bad-request HTTP/1.0
2023-05-11T14:15:57.505777665Z 2023-05-11T22:15:57.505+08:00 ERROR 7 --- [ndedElastic-100] org.thymeleaf.TemplateEngine             : [THYMELEAF][boundedElastic-100] Exception processing template "index": Exception evaluating SpringEL expression: "contributorFinder.getContributor(#authentication.name)" (template: "modules/header" - line 94, col 11)
2023-05-11T14:15:57.505803715Z 
2023-05-11T14:15:57.505808669Z org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "contributorFinder.getContributor(#authentication.name)" (template: "modules/header" - line 94, col 11)
2023-05-11T14:15:57.505813275Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505817856Z  at run.halo.app.theme.ReactiveSpelVariableExpressionEvaluator.evaluate(ReactiveSpelVariableExpressionEvaluator.java:29) ~[classes/:2.5.2]
2023-05-11T14:15:57.505821838Z  at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505826491Z  at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505830921Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505835236Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505839299Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:125) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505848796Z  at org.thymeleaf.standard.processor.StandardWithTagProcessor.doProcess(StandardWithTagProcessor.java:93) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505852945Z  at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505856528Z  at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505861436Z  at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505865164Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505869063Z  at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505872555Z  at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505876142Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleStandaloneElement(ProcessorTemplateHandler.java:1204) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505879814Z  at org.thymeleaf.engine.StandaloneElementTag.beHandled(StandaloneElementTag.java:228) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505883440Z  at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505887087Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505890749Z  at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505894489Z  at org.thymeleaf.engine.TemplateModel.process(TemplateModel.java:136) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505897919Z  at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:592) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505901783Z  at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505905605Z  at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505909606Z  at org.thymeleaf.spring6.SpringWebFluxTemplateEngine.lambda$createFullStream$0(SpringWebFluxTemplateEngine.java:198) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.505913802Z  at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.505917294Z  at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.505921241Z  at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.run(MonoSubscribeOn.java:126) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.505928366Z  at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.505932054Z  at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.505935627Z  at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.505939458Z  at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.505943434Z  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-05-11T14:15:57.505947350Z  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.505951232Z  at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.505954910Z Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1021E: A problem occurred whilst attempting to access the property 'name': 'Can't happen. Check SUPPORTED_CLASSES'
2023-05-11T14:15:57.505958684Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:214) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505962422Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:105) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505966182Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:410) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505970037Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:93) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505973561Z  at org.springframework.expression.spel.ast.MethodReference.getArguments(MethodReference.java:164) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505977422Z  at org.springframework.expression.spel.ast.MethodReference.getValueRef(MethodReference.java:81) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505981563Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:71) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505985454Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:92) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505989997Z  at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505994215Z  at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.505998405Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506002648Z  ... 33 common frames omitted
2023-05-11T14:15:57.506006476Z Caused by: java.lang.IllegalStateException: Can't happen. Check SUPPORTED_CLASSES
2023-05-11T14:15:57.506014470Z  at org.springframework.integration.json.JsonPropertyAccessor.asJson(JsonPropertyAccessor.java:104) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:15:57.506018161Z  at org.springframework.integration.json.JsonPropertyAccessor.canRead(JsonPropertyAccessor.java:75) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:15:57.506021930Z  at run.halo.app.theme.ReactivePropertyAccessor.canRead(ReactivePropertyAccessor.java:39) ~[classes/:2.5.2]
2023-05-11T14:15:57.506025392Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:203) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506029440Z  ... 43 common frames omitted
2023-05-11T14:15:57.506033136Z 
2023-05-11T14:15:57.506555732Z 2023-05-11T22:15:57.505+08:00 ERROR 7 --- [ndedElastic-100] o.t.spring6.SpringWebFluxTemplateEngine  : [THYMELEAF][boundedElastic-100] Exception processing template "index": Exception evaluating SpringEL expression: "contributorFinder.getContributor(#authentication.name)" (template: "modules/header" - line 94, col 11)
2023-05-11T14:15:57.506571428Z 
2023-05-11T14:15:57.506575371Z org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "contributorFinder.getContributor(#authentication.name)" (template: "modules/header" - line 94, col 11)
2023-05-11T14:15:57.506579564Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506591318Z  at run.halo.app.theme.ReactiveSpelVariableExpressionEvaluator.evaluate(ReactiveSpelVariableExpressionEvaluator.java:29) ~[classes/:2.5.2]
2023-05-11T14:15:57.506595167Z  at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506598924Z  at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506603016Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506606940Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506610521Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:125) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506614134Z  at org.thymeleaf.standard.processor.StandardWithTagProcessor.doProcess(StandardWithTagProcessor.java:93) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506617554Z  at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506621367Z  at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506625882Z  at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506634392Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506638101Z  at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506641528Z  at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506644670Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleStandaloneElement(ProcessorTemplateHandler.java:1204) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506648189Z  at org.thymeleaf.engine.StandaloneElementTag.beHandled(StandaloneElementTag.java:228) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506651902Z  at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506655362Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506658896Z  at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506662173Z  at org.thymeleaf.engine.TemplateModel.process(TemplateModel.java:136) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506665664Z  at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:592) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506675976Z  at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506679538Z  at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506682881Z  at org.thymeleaf.spring6.SpringWebFluxTemplateEngine.lambda$createFullStream$0(SpringWebFluxTemplateEngine.java:198) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506686572Z  at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.506690073Z  at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.506693719Z  at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.run(MonoSubscribeOn.java:126) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.506697289Z  at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.506700693Z  at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.506704161Z  at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.506707610Z  at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.506710998Z  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-05-11T14:15:57.506717534Z  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.506721003Z  at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.506724622Z Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1021E: A problem occurred whilst attempting to access the property 'name': 'Can't happen. Check SUPPORTED_CLASSES'
2023-05-11T14:15:57.506728272Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:214) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506732148Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:105) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506736308Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:410) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506740148Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:93) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506744245Z  at org.springframework.expression.spel.ast.MethodReference.getArguments(MethodReference.java:164) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506748294Z  at org.springframework.expression.spel.ast.MethodReference.getValueRef(MethodReference.java:81) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506751564Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:71) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506755345Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:92) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506759197Z  at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506763129Z  at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506766552Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.506770192Z  ... 33 common frames omitted
2023-05-11T14:15:57.506773577Z Caused by: java.lang.IllegalStateException: Can't happen. Check SUPPORTED_CLASSES
2023-05-11T14:15:57.506777271Z  at org.springframework.integration.json.JsonPropertyAccessor.asJson(JsonPropertyAccessor.java:104) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:15:57.506781257Z  at org.springframework.integration.json.JsonPropertyAccessor.canRead(JsonPropertyAccessor.java:75) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:15:57.506785343Z  at run.halo.app.theme.ReactivePropertyAccessor.canRead(ReactivePropertyAccessor.java:39) ~[classes/:2.5.2]
2023-05-11T14:15:57.506789334Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:203) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.506797815Z  ... 43 common frames omitted
2023-05-11T14:15:57.506801395Z 
2023-05-11T14:15:57.508452039Z 2023-05-11T22:15:57.506+08:00 ERROR 7 --- [ndedElastic-100] a.w.r.e.AbstractErrorWebExceptionHandler : [869f73eb-1557]  500 Server Error for HTTP GET "/"
2023-05-11T14:15:57.508464085Z 
2023-05-11T14:15:57.508467928Z org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "contributorFinder.getContributor(#authentication.name)" (template: "modules/header" - line 94, col 11)
2023-05-11T14:15:57.508471947Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508476247Z  Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
2023-05-11T14:15:57.508490546Z Error has been observed at the following site(s):
2023-05-11T14:15:57.508495623Z  *__checkpoint ⇢ Handler run.halo.app.theme.router.factories.IndexRouteFactory$$Lambda$1979/0x0000000801916100@743cca3c [DispatcherHandler]
2023-05-11T14:15:57.508500059Z  *__checkpoint ⇢ run.halo.app.security.InitializeRedirectionWebFilter [DefaultWebFilterChain]
2023-05-11T14:15:57.508503895Z  *__checkpoint ⇢ run.halo.app.security.authentication.login.UsernamePasswordLogoutHandler [DefaultWebFilterChain]
2023-05-11T14:15:57.508507707Z  *__checkpoint ⇢ run.halo.app.security.authentication.login.DelegatingLogoutPageGeneratingWebFilter [DefaultWebFilterChain]
2023-05-11T14:15:57.508510581Z  *__checkpoint ⇢ run.halo.app.security.authentication.login.UsernamePasswordAuthenticator [DefaultWebFilterChain]
2023-05-11T14:15:57.508513871Z  *__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
2023-05-11T14:15:57.508517634Z  *__checkpoint ⇢ org.springframework.web.filter.reactive.ServerHttpObservationFilter [DefaultWebFilterChain]
2023-05-11T14:15:57.508520795Z  *__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
2023-05-11T14:15:57.508523516Z Original Stack Trace:
2023-05-11T14:15:57.508526067Z          at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:292) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508528823Z          at run.halo.app.theme.ReactiveSpelVariableExpressionEvaluator.evaluate(ReactiveSpelVariableExpressionEvaluator.java:29) ~[classes/:2.5.2]
2023-05-11T14:15:57.508531443Z          at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508534807Z          at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508537592Z          at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508541454Z          at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508551523Z          at org.thymeleaf.standard.expression.Expression.execute(Expression.java:125) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508555249Z          at org.thymeleaf.standard.processor.StandardWithTagProcessor.doProcess(StandardWithTagProcessor.java:93) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508558010Z          at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508560730Z          at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508563365Z          at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508566054Z          at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508568772Z          at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508571362Z          at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508573884Z          at org.thymeleaf.engine.ProcessorTemplateHandler.handleStandaloneElement(ProcessorTemplateHandler.java:1204) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508576494Z          at org.thymeleaf.engine.StandaloneElementTag.beHandled(StandaloneElementTag.java:228) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508579163Z          at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508581908Z          at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508585872Z          at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508589583Z          at org.thymeleaf.engine.TemplateModel.process(TemplateModel.java:136) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508592350Z          at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:592) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508594969Z          at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508597545Z          at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508600118Z          at org.thymeleaf.spring6.SpringWebFluxTemplateEngine.lambda$createFullStream$0(SpringWebFluxTemplateEngine.java:198) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508602839Z          at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508608288Z          at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508610884Z          at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.run(MonoSubscribeOn.java:126) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508613534Z          at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508616075Z          at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508618598Z          at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508621131Z          at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508624482Z          at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508627984Z          at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508631705Z          at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508635724Z Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1021E: A problem occurred whilst attempting to access the property 'name': 'Can't happen. Check SUPPORTED_CLASSES'
2023-05-11T14:15:57.508638903Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:214) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508641898Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:105) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508644651Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference$AccessorLValue.getValue(PropertyOrFieldReference.java:410) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508647358Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:93) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508649974Z  at org.springframework.expression.spel.ast.MethodReference.getArguments(MethodReference.java:164) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508652767Z  at org.springframework.expression.spel.ast.MethodReference.getValueRef(MethodReference.java:81) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508656205Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:71) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508659804Z  at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:92) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508663792Z  at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:114) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508676430Z  at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:338) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508683333Z  at org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:265) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508687196Z  at run.halo.app.theme.ReactiveSpelVariableExpressionEvaluator.evaluate(ReactiveSpelVariableExpressionEvaluator.java:29) ~[classes/:2.5.2]
2023-05-11T14:15:57.508691417Z  at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508694311Z  at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508696914Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508699888Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508703309Z  at org.thymeleaf.standard.expression.Expression.execute(Expression.java:125) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508706859Z  at org.thymeleaf.standard.processor.StandardWithTagProcessor.doProcess(StandardWithTagProcessor.java:93) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508710785Z  at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508714428Z  at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508717079Z  at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508719719Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508722317Z  at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508724957Z  at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508727490Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleStandaloneElement(ProcessorTemplateHandler.java:1204) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508730149Z  at org.thymeleaf.engine.StandaloneElementTag.beHandled(StandaloneElementTag.java:228) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508732722Z  at org.thymeleaf.engine.Model.process(Model.java:282) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508735306Z  at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1587) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508737925Z  at org.thymeleaf.engine.OpenElementTag.beHandled(OpenElementTag.java:205) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508741129Z  at org.thymeleaf.engine.TemplateModel.process(TemplateModel.java:136) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508748412Z  at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:592) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508752509Z  at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1103) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508755315Z  at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1077) ~[thymeleaf-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508757912Z  at org.thymeleaf.spring6.SpringWebFluxTemplateEngine.lambda$createFullStream$0(SpringWebFluxTemplateEngine.java:198) ~[thymeleaf-spring6-3.1.1.RELEASE.jar:3.1.1.RELEASE]
2023-05-11T14:15:57.508760577Z  at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508763119Z  at reactor.core.publisher.Mono.subscribe(Mono.java:4485) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508766499Z  at reactor.core.publisher.MonoSubscribeOn$SubscribeOnSubscriber.run(MonoSubscribeOn.java:126) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508769947Z  at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:84) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508773667Z  at reactor.core.scheduler.WorkerTask.call(WorkerTask.java:37) ~[reactor-core-3.5.5.jar:3.5.5]
2023-05-11T14:15:57.508777421Z  at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508779946Z  at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508782687Z  at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508786109Z  at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508789607Z  at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-05-11T14:15:57.508793201Z Caused by: java.lang.IllegalStateException: Can't happen. Check SUPPORTED_CLASSES
2023-05-11T14:15:57.508796914Z  at org.springframework.integration.json.JsonPropertyAccessor.asJson(JsonPropertyAccessor.java:104) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:15:57.508799666Z  at org.springframework.integration.json.JsonPropertyAccessor.canRead(JsonPropertyAccessor.java:75) ~[spring-integration-core-6.0.5.jar:6.0.5]
2023-05-11T14:15:57.508802325Z  at run.halo.app.theme.ReactivePropertyAccessor.canRead(ReactivePropertyAccessor.java:39) ~[classes/:2.5.2]
2023-05-11T14:15:57.508805011Z  at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:203) ~[spring-expression-6.0.8.jar:6.0.8]
2023-05-11T14:15:57.508808587Z  ... 43 common frames omitted
2023-05-11T14:15:57.508812132Z 
2023-05-11T14:17:06.001298060Z 2023-05-11T22:17:06.001+08:00  WARN 7 --- [-netty-thread-4] c.g.jasync.sql.db.mysql.MySQLConnection  : <mysql-connection-2168> onResultSet - called without active query

回答

8

应该是生成 permalink 出了问题,能够提供一下更完整的日志吗?