I am having an issue with enabling the historian core for 8.3.x in a docker environment. I have com.inductiveautomation.historian added for the gateway_modules_enabled. When I click on enable module
Bad IPv6Address: [[${jndi:ldap://10.12.54.58:54491/nessus}]]
This is the bit that I'm getting that detail from. Somewhere your system has a bad hostname/path configured.
Bad Authority: [5eaed2c.jville.com/..] I am also interested in this entry too, does this resemble part of a config you have set up?
One aspect with use of GATEWAY_MODULES_ENABLED env var with Ignition 8.3 is that you're basically enforcing the set of enabled modules--enabling or disabling a given module from the UI is blocked. Enable/disable of modules is now retained in the data/modules.json configuration file, so use of this env var is no longer needed to enforce loading of modules (which in 8.1 was based on mere presence of the module file on the filesystem). If you want to be able to control which modules are enabled/disabled, you can omit specifying GATEWAY_MODULES_ENABLED. Since the config is now persisted in your data volume, container lifecycle events will no longer have disabled modules come "back to life" like would happen in 8.1 without GATEWAY_MODULES_ENABLED.
Starting a "stock" inductiveautomation/ignition:8.3.1 container with your GATEWAY_MODULES_ENABLED does result in Historian Core and Historian SQL modules being enabled:
Thanks for the on this issue today Kevin. There were persistent environmental variables that were over riding what was being stated in the docker compose file.