09-29 14:12:29 ERROR getCurrentRequest(smartbix.util.BaseContextHandler:66) - 当前request不存在
java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
at smartbixlibs.org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes(RequestContextHolder.java:131) ~[spring-web-4.3.25.RELEASE.jar:?]
at smartbix.util.BaseContextHandler.getCurrentRequest(BaseContextHandler.java:63) [SmartbiX-Commons-0.0.1.jar:?]
at smartbix.util.BaseContextHandler.get(BaseContextHandler.java:92) [SmartbiX-Commons-0.0.1.jar:?]
at smartbix.util.BaseContextHandler.getTableName(BaseContextHandler.java:113) [SmartbiX-Commons-0.0.1.jar:?]
at smartbix.dataset.repository.BusinessTable.getTableName(BusinessTable.java:122) [SmartbiX-
|