Hi,
I am getting this message in designer when useing Report NoteChart version 2.0.1 (b222850050), gateway is version 8.1.31 (b2023081007). Do anyone now how to fix this ?
00:40:44.388 [AWT-EventQueue-0] WARN reporting.Preview - Error generating preview
java.util.concurrent.ExecutionException: java.lang.IllegalAccessError: class com.automation_pros.notechart.reporting.ReportNoteChart tried to access private field com.inductiveautomation.rm.shape.j2dshapes.ScriptableChart.reportData (com.automation_pros.notechart.reporting.ReportNoteChart and com.inductiveautomation.rm.shape.j2dshapes.ScriptableChart are in unnamed module of loader java.net.URLClassLoader @31b7e718)
at java.base/java.util.concurrent.FutureTask.report(Unknown Source)
at java.base/java.util.concurrent.FutureTask.get(Unknown Source)
at java.desktop/javax.swing.SwingWorker.get(Unknown Source)
at com.inductiveautomation.reporting.designer.workspace.design.PreviewPanel$PreviewGenerator.done(PreviewPanel.java:154)
at java.desktop/javax.swing.SwingWorker$5.run(Unknown Source)
at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
at java.desktop/sun.swing.AccumulativeRunnable.run(Unknown Source)
at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
at java.desktop/javax.swing.Timer.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at com.inductiveautomation.snap.swing.RibsEventQueue.dispatchEvent(RibsEventQueue.java:99)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.IllegalAccessError: class com.automation_pros.notechart.reporting.ReportNoteChart tried to access private field com.inductiveautomation.rm.shape.j2dshapes.ScriptableChart.reportData (com.automation_pros.notechart.reporting.ReportNoteChart and com.inductiveautomation.rm.shape.j2dshapes.ScriptableChart are in unnamed module of loader java.net.URLClassLoader @31b7e718)
at com.automation_pros.notechart.reporting.ReportNoteChart.rpgShape(ReportNoteChart.java:508)
at com.inductiveautomation.rm.shape.RMShape.rpgAll(RMShape.java:2842)
at com.inductiveautomation.rm.shape.ReportOwner.rpg(ReportOwner.java:178)
at com.inductiveautomation.rm.shape.RMParentShape.rpgChildren(RMParentShape.java:597)
at com.inductiveautomation.rm.shape.RMPage.rpgChildren(RMPage.java:696)
at com.inductiveautomation.rm.shape.RMParentShape.rpgAll(RMParentShape.java:584)
at com.inductiveautomation.rm.shape.RMPage.rpgAll(RMPage.java:659)
at com.inductiveautomation.rm.shape.ReportOwner.rpg(ReportOwner.java:178)
at com.inductiveautomation.rm.shape.RMDocument.rpgChildren(RMDocument.java:1125)
at com.inductiveautomation.rm.shape.RMParentShape.rpgAll(RMParentShape.java:584)
at com.inductiveautomation.rm.shape.ReportOwner.rpg(ReportOwner.java:178)
at com.inductiveautomation.rm.shape.ReportOwner.generateReport(ReportOwner.java:169)
at com.inductiveautomation.rm.shape.RMDocument.generateReport(RMDocument.java:1101)
at com.inductiveautomation.rm.shape.RMDocument.generateReport(RMDocument.java:1069)
at com.inductiveautomation.reporting.designer.workspace.design.PreviewPanel$PreviewGenerator.doInBackground(PreviewPanel.java:147)
at com.inductiveautomation.reporting.designer.workspace.design.PreviewPanel$PreviewGenerator.doInBackground(PreviewPanel.java:126)
at java.desktop/javax.swing.SwingWorker$1.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.desktop/javax.swing.SwingWorker.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)