Analysis Not Opening in Report Designer

Hi All
I have ignition and MES sepasoft installed. In my Report designer MES analysis datasources is not opening when i add new or selected the old reports which was opened before


and also there is no error logs.
Help me with this. Thankyou

Unfortunately I'm not familiar with Sepasoft's modules, so I can't help there, but I can help troubleshoot reporting stuff. (Hopefully someone with Sepasoft experience will chime in, too)

When you say there are no error logs, you're looking at the Designer's logs, not the Gateway logs, right? Unfortunately there aren't any loggers here to turn on, but we'd be looking for a stack trace that happens when you select the data source.

And to confirm, this is just with that one particular datasource, right? Other datasources can be added and configured? If so, can you post your Ignition version and the version of your MES module?

Hi Thanks...
Yes Other datasources is get added
Ignition version we are using is 8.1.24 and MES Modules version are 3.81.9 RC5
Actually its showing some error in console.

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class com.sepasoft.production.components.analysis.AnalysisSelectorView
	at com.sepasoft.production.components.analysis.reporting.MESAnalysisDataConfigPanel.initialize(MESAnalysisDataConfigPanel.java:192)
	at com.sepasoft.production.components.analysis.reporting.MESAnalysisDataConfigPanel.<init>(MESAnalysisDataConfigPanel.java:129)
	at com.sepasoft.production.components.analysis.reporting.MESAnalysisDataConfigPanel$1.createConfigPanel(MESAnalysisDataConfigPanel.java:78)
	at com.inductiveautomation.reporting.designer.workspace.data.DataPanelEditor$DataSourceCommittable.<init>(DataPanelEditor.java:141)
	at com.inductiveautomation.reporting.designer.workspace.data.DataPanelEditor.load(DataPanelEditor.java:56)
	at com.inductiveautomation.reporting.designer.workspace.data.DataPanel$2.valueChanged(DataPanel.java:155)
	at java.desktop/javax.swing.JList.fireSelectionValueChanged(Unknown Source)
	at java.desktop/javax.swing.JList$ListSelectionHandler.valueChanged(Unknown Source)
	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
	at com.jidesoft.list.DefaultDisableableListSelectionModel.access$000(Unknown Source)
	at com.jidesoft.list.DefaultDisableableListSelectionModel$a.valueChanged(Unknown Source)
	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
	at java.desktop/javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown Source)
	at java.desktop/javax.swing.DefaultListSelectionModel.setValueIsAdjusting(Unknown Source)
	at com.jidesoft.list.DefaultDisableableListSelectionModel.setValueIsAdjusting(Unknown Source)
	at java.desktop/javax.swing.JList.setValueIsAdjusting(Unknown Source)
	at java.desktop/javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(Unknown Source)
	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
	at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.desktop/java.awt.Component.processEvent(Unknown Source)
	at java.desktop/java.awt.Container.processEvent(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop/java.awt.Component.dispatchEvent(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.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
	at java.desktop/java.awt.EventQueue$5.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)

Ah, good. This looks like it's an issue within the Sepasoft module. I'm not familiar with their versioning, but first I would make sure that the version you're using is okay with the version of Ignition. If that's the case, you might need to contact Sepasoft directly -- this won't be something you can solve yourself.

2 Likes

Thank you.