Hi,
When I try to debug the Designer in Eclipse per the Developer’s Guide I get the following error which repeats indefinitely. I tried cleaning/rebuilding in Eclipse and clearing the jnlp cache, but no luck. Any idea what might cause a version mismatch in initI18N? I’m using the 7.7.2 release and java 1.8.0_11
Rob
com.inductiveautomation.ignition.client.gateway_interface.GatewayException: Version mismatch
at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.newGatewayException(GatewayInterface.java:321)
at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:295)
at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.sendMessage(GatewayInterface.java:252)
at com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface.invoke(GatewayInterface.java:810)
at com.inductiveautomation.ignition.designer.DesignerStartupHook.initI18N(DesignerStartupHook.java:384)
at com.inductiveautomation.ignition.designer.DesignerStartupHook.startup(DesignerStartupHook.java:313)
at com.inductiveautomation.ignition.client.launch.steps.StartupStep$Starter.run(StartupStep.java:153)
at java.lang.Thread.run(Thread.java:745)