java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.IllegalStateException
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Pentaho BI Platform Tracking by Benny Chow, 2 years ago
via Pentaho BI Platform Tracking by Benny Chow, 1 year ago
via Pentaho BI Platform Tracking by Sarah Moursalien, 2 years ago
via Pentaho BI Platform Tracking by Ronye Sarreira, 11 months ago
via GitHub by borderlayout
, 1 year agovia Pentaho BI Platform Tracking by Alena Karneichyk, 1 year ago
java.lang.IllegalStateException:
at com.pentaho.analyzer.report.mdx.MDXParseUtil.getParentMember(MDXParseUtil.java:47)
at com.pentaho.analyzer.report.OutputPositionBuilder.makeSubtotalKey(OutputPositionBuilder.java:394)
at com.pentaho.analyzer.report.OutputPositionBuilder.processSubtotalPositions(OutputPositionBuilder.java:254)
at com.pentaho.analyzer.report.OutputPositionBuilder.processPositions(OutputPositionBuilder.java:226)
at com.pentaho.analyzer.report.ReportManagerImpl.processQueryResults(ReportManagerImpl.java:542)
at com.pentaho.analyzer.report.ReportManagerImpl.runReport(ReportManagerImpl.java:121)
at com.pentaho.analyzer.report.ReportManagerImpl.runReport(ReportManagerImpl.java:87)
at com.pentaho.analyzer.report.ReportRequestService$2.call(ReportRequestService.java:250)
at com.pentaho.analyzer.report.ReportRequestService$2.call(ReportRequestService.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)