I’m working with ignition 8.3.4. When receiving a message in a vision client, I get the following error in the client console:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "com.inductiveautomation.ignition.common.script.message.MessageHandlerManager.processMessage(String, org.python.core.PyDictionary)" because "this.manager" is null
at com.inductiveautomation.factorypmi.application.script.ScriptMessageReceiver.receive(ScriptMessageReceiver.java:43)
at com.inductiveautomation.factorypmi.application.script.ScriptMessageReceiver.receive(ScriptMessageReceiver.java:23)
at com.inductiveautomation.ignition.client.gateway_interface.AbstractPushNotificationListener.lambda$receiveNotification$0(AbstractPushNotificationListener.java:31)
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(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
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)
The message is run correctly and executes its thing, but i’m trying to remove all warnings and this keeps popping up.
Gateway is running on a Linux server and the client on a windows machine. If that helps.
Am I doing something wrong or is a internal Ignition bug?