Jasper Reports : sub-reports are causing an infinite loop
问题 I have multiple Jasper Reports (with sub-reports) throughout my application. For some reason, one report (that also contains sub-reports) isn't working anymore. After debugging more than 1 day, I found out that it enters an infinite loop and keeps creating Threads for sub-report filling. Debugger keeps looping between: JRSubReportRunnable.java public void run() { running = true; error = null; try { fillSubreport.fillSubreport(); } catch (JRFillInterruptedException e) { //If the subreport