ArrayIndexOutOfBounds bug in console

[color=#BF0040][size=150]This is the complete error[/size][/color]

Does someone know a fix for this? Its very hard to use the console because this error keeps on popping out of the console…

I think this is because of the FactoryPMI, it is said that the bug has been fixed but i was not successful on looking for a fix… Any help would be appreciated. thank you! :slight_smile:

ERROR [ErrorUtilAWTExceptionHandler-AWT-EventQueue-0] Uncaught ArrayIndexOutOfBoundsException: 0
java.lang.ArrayIndexOutOfBoundsException: 0

com.inductiveautomation.ignition.client.sqltags.impl.ChangeNotifier.start(ChangeNotifier.java:49)
at com.inductiveautomation.factorypmi.application.sqltags.AbstractClientTag.fireTagChange(AbstractClientTag.java:360)
at com.inductiveautomation.factorypmi.application.sqltags.project.ProjectTag.bindingCallback(ProjectTag.java:199)
at com.inductiveautomation.factorypmi.application.sqltags.project.SQLQueryTagBinding.handleQueryReturnedValue(SQLQueryTagBinding.java:98)
at com.inductiveautomation.factorypmi.application.gateway.QueryManager$HandleReturnValueTask.run(QueryManager.java:511)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)