Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2021-09-02 17:06:45.379 INFO 1 --- [http-nio-8456-exec-9] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:06:49.205 INFO 1 --- [http-nio-8456-exec-1] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:06:54.100 INFO 1 --- [http-nio-8456-exec-3] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:06:58.988 INFO 1 --- [http-nio-8456-exec-5] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:07:02.397 INFO 1 --- [http-nio-8456-exec-7] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:07:05.648 INFO 1 --- [http-nio-8456-exec-9] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:07:09.157 INFO 1 --- [http-nio-8456-exec-1] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:07:12.832 INFO 1 --- [http-nio-8456-exec-3] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:08:07.132 INFO 1 --- [http-nio-8456-exec-6] o.j.r.c.GetReportConfigController : Incomming config info for report ReportMasterCustomerExcel
- 2021-09-02 17:08:07.405 ERROR 1 --- [http-nio-8456-exec-7] o.j.r.c.GenerateReportSyncController : Error request generater sync
- java.lang.IllegalArgumentException: Start index must be less than end index, but had 0 and -5
- at org.apache.poi.xssf.usermodel.XSSFRichTextString.applyFont(XSSFRichTextString.java:136) ~[poi-ooxml-4.1.1.jar!/:4.1.1]
- at net.sf.jett.util.RichTextStringUtil.formatString(RichTextStringUtil.java:484) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.util.RichTextStringUtil.createFormattedString(RichTextStringUtil.java:457) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.util.RichTextStringUtil.replaceValues(RichTextStringUtil.java:245) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.expression.Expression.replaceExpressions(Expression.java:579) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.expression.Expression.evaluateString(Expression.java:427) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.transform.CellTransformer.transform(CellTransformer.java:145) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.transform.BlockTransformer.transform(BlockTransformer.java:73) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.transform.BlockTransformer.transform(BlockTransformer.java:36) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.transform.SheetTransformer.transform(SheetTransformer.java:151) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.transform.SheetTransformer.transform(SheetTransformer.java:77) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.transform.ExcelTransformer.transform(ExcelTransformer.java:405) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at net.sf.jett.transform.ExcelTransformer.transform(ExcelTransformer.java:379) ~[jett-core-0.11.1-SNAPSHOT.jar!/:na]
- at org.jleaf.report.component.producer.ReportProducerJett.create(ReportProducerJett.java:58) ~[jleaf-report-4.0.0-SNAPSHOT.jar!/:na]
- at org.jleaf.report.component.DefaultReportGenerator.responseNoStreamProducer(DefaultReportGenerator.java:114) ~[jleaf-report-4.0.0-SNAPSHOT.jar!/:na]
- at org.jleaf.report.component.DefaultReportGenerator.generateReport(DefaultReportGenerator.java:84) ~[jleaf-report-4.0.0-SNAPSHOT.jar!/:na]
- at org.jleaf.report.controller.GenerateReportSyncController.process(GenerateReportSyncController.java:119) ~[jleaf-report-4.0.0-SNAPSHOT.jar!/:na]
- at org.jleaf.report.controller.GenerateReportSyncController.generateReportSync(GenerateReportSyncController.java:68) ~[jleaf-report-4.0.0-SNAPSHOT.jar!/:na]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_212]
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_212]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212]
- at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:908) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:660) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) [spring-webmvc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.jleaf.report.multitenant.MultiTenantFilter.doFilter(MultiTenantFilter.java:32) [jleaf-report-4.0.0-SNAPSHOT.jar!/:na]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:118) [spring-web-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_212]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_212]
- at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.22.jar!/:9.0.22]
- at java.lang.Thread.run(Thread.java:748) [na:1.8.0_212]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement