dromara / dromara/forest

bug:在项目运行一段时间后会报StackOverflowError

Open
#189 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.9k
Forks
241
PR merge metrics
No merged PRs in 30d

Description

在项目运行一段时间后会报StackOverflowError ,部分报错如下:
2024-01-04T13:46:46.690+08:00 ERROR 30 --- [io-8088-exec-11] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [/portal/api] threw exception [Filter execution threw an exception] with root cause

java.lang.StackOverflowError: null
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.