[BUG] Error saving UDT tag changes: java.lang.StackOverflowError

v8.0.0 (b2019040718)

I have had this error come up a few times when editing UDT tags.

ExecutionException: com.inductiveautomation.ignition.client.gateway_interface.GatewayException: java.lang.StackOverflowError
	caused by GatewayException: java.lang.StackOverflowError
	caused by ExecutionException: java.lang.StackOverflowError

Ignition v8.0.0 (b2019040718)
Java: Azul Systems, Inc. 11.0.2

It might only be affecting existing UDTs that have come from projects upgraded from v7.
With this particular UDT, I’ve tried to add new tags, rename existing tags, and they all produce this error.
I have tried to export, delete, and re-import the UDT but get the same error.

I’ve attached the json file.

UDT_DOL.json (7.0 KB)

Hi,

Unfortunately I can’t get this to occur with just the JSON file… you might be right that it may have to do with upgraded tags. If you could PM me a version 7 config.idb file, I could try with that, otherwise, perhaps a full 7.9 tag XML export?

Finally, does the error get logged on the gateway? If so, perhaps you could zip and post the wrapper.log or logfile export. With stack overflow errors, sometimes the full display isn’t very useful, because it just shows the repeated call, but any kind of extra information about where the error is occurring might be helpful. Thanks!