Igniton Docker stopped working suddenly

Hi,

I run Ignition in Docker as I have multiple gateways on different versions that I need to manage. This has been working perfectly for the last 18 months. I restarted my PC over the weekend and I came in today to find that none of my gateways will start now.

Here is the wrapper logs. They all get stuck at the same point at the redundancy listener. None of the gateways have redundancy enabled.

2025-12-09 13:33:18.342 | init     | 2025/12/09 13:33:18 | Parsed systemName argument; new value: Ignition-PW
2025-12-09 13:33:18.344 | init     | 2025/12/09 13:33:18 | Creating init.properties file
2025-12-09 13:33:18.348 | init     | 2025/12/09 13:33:18 | Adding SystemName=Ignition-PW to init.properties
2025-12-09 13:33:18.372 | init     | 2025/12/09 13:33:18 | Starting Ignition gateway
2025-12-09 13:33:18.379 | wrapper  | 2025/12/09 13:33:18 | --> Wrapper Started as Console
2025-12-09 13:33:18.379 | wrapper  | 2025/12/09 13:33:18 | Java Service Wrapper Standard Edition 64-bit 3.5.42
2025-12-09 13:33:18.379 | wrapper  | 2025/12/09 13:33:18 |   Copyright (C) 1999-2020 Tanuki Software, Ltd. All Rights Reserved.
2025-12-09 13:33:18.379 | wrapper  | 2025/12/09 13:33:18 |     http://wrapper.tanukisoftware.com
2025-12-09 13:33:18.379 | wrapper  | 2025/12/09 13:33:18 |   Licensed to Inductive Automation for Inductive Automation
2025-12-09 13:33:18.379 | wrapper  | 2025/12/09 13:33:18 | 
2025-12-09 13:33:18.728 | wrapper  | 2025/12/09 13:33:18 | Launching a JVM...
2025-12-09 13:33:19.530 | jvm 1    | 2025/12/09 13:33:18 | WrapperManager: Initializing...
2025-12-09 13:33:19.530 | jvm 1    | 2025/12/09 13:33:19 | I [g.CompositeClassRejectListFilter] [13:33:19.499]: Initialization performed successfully 
2025-12-09 13:33:19.530 | jvm 1    | 2025/12/09 13:33:19 | I [g.CompositeClassRejectListFilter] [13:33:19.501]: JVM-wide ObjectInputFilter set up successfully 
2025-12-09 13:33:19.530 | jvm 1    | 2025/12/09 13:33:19 | I [g.CompositeClassRejectListFilter] [13:33:19.501]: Platform serialFilter has 88 pattern(s) 
2025-12-09 13:33:19.530 | jvm 1    | 2025/12/09 13:33:19 | W [WebResourceManagerImpl        ] [13:33:19.518]: Unable to read "gateway.metroKeystoreAlias" gateway.xml property. Assuming metro keystore alias is: metro-key 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:19 | I [g.WebServerManager            ] [13:33:19.752]: Starting setup 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:19 | I [g.WebServerManager            ] [13:33:19.756]: Setup complete 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:19 | I [g.WebServerManager            ] [13:33:19.875]: Starting up 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [C.SecureRandomProvider        ] [13:33:19.973]: Secure random seed generated in 0ms 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.e.j.s.Server                ] [13:33:19.974]: jetty-10.0.20; built: 2024-01-29T20:46:45.278Z; git: 3a745c71c23682146f262b99f4ddc4c1bc41630c; jvm 17.0.11+9-LTS 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | W [o.e.j.u.DeprecationWarning    ] [13:33:20.074]: Using @Deprecated Class org.eclipse.jetty.servlet.listener.ELContextCleaner 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.e.j.s.s.DefaultSessionIdManager] [13:33:20.078]: Session workerName=node0 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.Application             ] [13:33:20.197]: [WicketFilter] init: Wicket core library initializer 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.RequestListenerInterface] [13:33:20.198]: registered listener interface [RequestListenerInterface name=IBehaviorListener, method=public abstract void org.apache.wicket.behavior.IBehaviorListener.onRequest()] 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.RequestListenerInterface] [13:33:20.199]: registered listener interface [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()] 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.RequestListenerInterface] [13:33:20.199]: registered listener interface [RequestListenerInterface name=ILinkListener, method=public abstract void org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()] 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.RequestListenerInterface] [13:33:20.199]: registered listener interface [RequestListenerInterface name=IOnChangeListener, method=public abstract void org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()] 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.RequestListenerInterface] [13:33:20.199]: registered listener interface [RequestListenerInterface name=IRedirectListener, method=public abstract void org.apache.wicket.IRedirectListener.onRedirect()] 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.RequestListenerInterface] [13:33:20.200]: registered listener interface [RequestListenerInterface name=IResourceListener, method=public abstract void org.apache.wicket.IResourceListener.onResourceRequested()] 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.Application             ] [13:33:20.201]: [WicketFilter] init: Wicket extensions initializer 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [IgnitionGateway               ] [13:33:20.211]: Ignition[state=STOPPED] ContextState = STARTING 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.a.w.p.h.WebApplication      ] [13:33:20.225]: [WicketFilter] Started Wicket version 6.30.0 in DEPLOYMENT mode 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [IgnitionGateway               ] [13:33:20.228]: Starting Ignition 8.1.43 (b2024082010) 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [IgnitionGateway               ] [13:33:20.229]: Reloading JDBC classloader. 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.e.j.s.h.ContextHandler      ] [13:33:20.460]: Started c.i.c.MainWebAppContext@3ba9f3cd{Ignition,/,file:///usr/local/bin/ignition/webserver/webapps/main/,AVAILABLE} 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [o.e.j.s.AbstractConnector     ] [13:33:20.467]: Started ServerConnector@27442da6{HTTP/1.1, (http/1.1)}{0.0.0.0:8088} 
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [R.S.S.InternalDb              ] [13:33:20.602]: Internal db synchronizer disk cache initialized. State id=481aabb9-139e-421c-b6b7-fcd82bdeeada redundant-provider=internaldb
2025-12-09 13:33:20.736 | jvm 1    | 2025/12/09 13:33:20 | I [R.StateMonitoring             ] [13:33:20.610]: Redundancy state changed: Role=Independent, Activity level=Active, Project state=Good, History level=Full redundant-provider=system
2025-12-09 13:33:20.836 | jvm 1    | 2025/12/09 13:33:20 | I [g.InternalDatabaseManager     ] [13:33:20.637]: Starting up... 
2025-12-09 13:33:20.837 | jvm 1    | 2025/12/09 13:33:20 | I [P.InternalDatabase            ] [13:33:20.637]: Looking for existing internal database "config.idb"... 
2025-12-09 13:33:20.837 | jvm 1    | 2025/12/09 13:33:20 | I [P.InternalDatabase            ] [13:33:20.640]: ... found existing. 
2025-12-09 13:33:20.837 | jvm 1    | 2025/12/09 13:33:20 | I [o.e.j.s.AbstractConnector     ] [13:33:20.646]: Started ServerConnector@422be54d{SSL, (ssl, http/1.1)}{0.0.0.0:8060} 
2025-12-09 13:33:20.837 | jvm 1    | 2025/12/09 13:33:20 | I [o.e.j.s.Server                ] [13:33:20.648]: Started Server@48ae343d{STARTING}[10.0.20,sto=10000] @1917ms 
2025-12-09 13:33:20.837 | jvm 1    | 2025/12/09 13:33:20 | I [P.InternalDatabase            ] [13:33:20.670]: internal database "config.idb" started up successfully. 
2025-12-09 13:33:20.837 | jvm 1    | 2025/12/09 13:33:20 | I [P.InternalDatabase            ] [13:33:20.670]: Registering autobackup task [owner=Internal DB Autobackup, name=internal database "config.idb"] 
2025-12-09 13:33:20.837 | jvm 1    | 2025/12/09 13:33:20 | I [g.ModuleManager               ] [13:33:20.779]: Loading modules.... 
2025-12-09 13:33:23.241 | jvm 1    | 2025/12/09 13:33:22 | I [A.Notification                ] [13:33:22.233]: Alert notification system created. 
2025-12-09 13:33:23.241 | jvm 1    | 2025/12/09 13:33:22 | I [g.PersistentRecordSecurityLevelConfigService] [13:33:22.408]: Set up in 4 ms 
2025-12-09 13:33:23.241 | jvm 1    | 2025/12/09 13:33:22 | I [g.PersistentRecordIdpAdapterConfigService] [13:33:22.418]: Set up in 9 ms 
2025-12-09 13:33:23.241 | jvm 1    | 2025/12/09 13:33:22 | I [g.PersistentRecordIdpAdapterMetricsService] [13:33:22.426]: Set up in 8 ms 
2025-12-09 13:33:23.241 | jvm 1    | 2025/12/09 13:33:22 | I [IgnitionGateway               ] [13:33:22.463]: System properties exist in IDB. Checking if system IdP is set... 
2025-12-09 13:33:23.241 | jvm 1    | 2025/12/09 13:33:22 | I [g.OAuth2ClientManager         ] [13:33:22.508]: Setup complete in 5 ms 
2025-12-09 13:33:23.241 | jvm 1    | 2025/12/09 13:33:22 | I [g.InternalDatabaseRememberedSubjects] [13:33:22.517]: Set up in 9 ms 
2025-12-09 13:33:23.241 | jvm 1    | 2025/12/09 13:33:22 | I [g.OIDCProviderManager         ] [13:33:22.517]: Set up in 9 ms 
2025-12-09 13:33:24.544 | jvm 1    | 2025/12/09 13:33:23 | I [g.EmailProfileManager         ] [13:33:23.478]: Setup complete in 18 ms 
2025-12-09 13:33:24.544 | jvm 1    | 2025/12/09 13:33:23 | I [G.Manager                     ] [13:33:23.483]: Setting up trust list managers... 
2025-12-09 13:33:24.544 | jvm 1    | 2025/12/09 13:33:23 | I [G.Manager                     ] [13:33:23.492]: Trust list managers setup completed in 8 ms 
2025-12-09 13:33:24.544 | jvm 1    | 2025/12/09 13:33:23 | I [g.AuthTokenManager            ] [13:33:23.601]: Setting up... 
2025-12-09 13:33:24.544 | jvm 1    | 2025/12/09 13:33:23 | I [g.AuthTokenManager            ] [13:33:23.602]: Setup complete in 0 ms 
2025-12-09 13:33:24.544 | jvm 1    | 2025/12/09 13:33:23 | I [c.i.i.g.p.r.ProjectRecordConverter] [13:33:23.639]: Conversion finished. Elapsed time: 25 ms 
2025-12-09 13:33:26.250 | jvm 1    | 2025/12/09 13:33:25 | I [g.ModuleManager               ] [13:33:25.233]: Setting up modules 
2025-12-09 13:33:26.250 | jvm 1    | 2025/12/09 13:33:25 | I [c.i.i.g.o.KeyStoreManager     ] [13:33:25.357]: Loading KeyStore at /usr/local/bin/ignition/data/opcua/client/security/certificates.pfx 
2025-12-09 13:33:26.250 | jvm 1    | 2025/12/09 13:33:25 | I [c.i.i.g.o.KeyStoreManager     ] [13:33:25.399]: Loading KeyStore at /usr/local/bin/ignition/data/opcua/server/security/certificates.pfx 
2025-12-09 13:33:26.250 | jvm 1    | 2025/12/09 13:33:25 | I [o.e.m.o.s.s.OpcUaServer       ] [13:33:25.569]: Java version: 17.0.11 
2025-12-09 13:33:26.250 | jvm 1    | 2025/12/09 13:33:25 | I [o.e.m.o.s.s.OpcUaServer       ] [13:33:25.569]: Eclipse Milo OPC UA Stack version: 0.6.14 
2025-12-09 13:33:26.250 | jvm 1    | 2025/12/09 13:33:25 | I [o.e.m.o.s.s.OpcUaServer       ] [13:33:25.569]: Eclipse Milo OPC UA Server SDK version: 0.6.14 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:26 | I [o.e.m.o.s.s.n.OpcUaNamespace  ] [13:33:26.506]: Loaded 2004 nodes in 400ms. 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:26 | I [QuickStart                    ] [13:33:26.593]: Skipped Quick Start feature; missing required module(s): 'Reporting, Perspective' 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:26 | I [IgnitionGateway               ] [13:33:26.849]: Finalizing cleanup operations on internal database... 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.OAuth2ClientManager         ] [13:33:27.386]: Startup complete in 3 ms 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.EmailProfileManager         ] [13:33:27.389]: Startup complete in 3 ms 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.PersistentRecordSecurityLevelConfigService] [13:33:27.390]: Started up in 0 ms 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.SecurityLevelManager        ] [13:33:27.391]: Started up in 0 ms 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.PersistentRecordIdpAdapterConfigService] [13:33:27.399]: Started up in 7 ms 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.PersistentRecordIdpAdapterMetricsService] [13:33:27.399]: Started up in 0 ms 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.IdpAdapterManager           ] [13:33:27.400]: Started up in 0 ms 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.InternalDatabaseRememberedSubjects] [13:33:27.403]: Started up in 3 ms 
2025-12-09 13:33:27.552 | jvm 1    | 2025/12/09 13:33:27 | I [g.OIDCProviderManager         ] [13:33:27.404]: Started up in 3 ms 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [t.m.provider                  ] [13:33:28.750]: Tag provider initialized. Starting to load tags... provider=System
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [t.m.provider                  ] [13:33:28.805]: Complete tag loading in 54 ms 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [t.manager                     ] [13:33:28.815]: Instantiating provider 'default' of type 'STANDARD' 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [t.m.provider                  ] [13:33:28.862]: Tag provider initialized. Starting to load tags... provider=default
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [P.InternalDatabase            ] [13:33:28.863]: Looking for existing internal database "references.idb"... provider=default
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [P.InternalDatabase            ] [13:33:28.863]: ... found existing. provider=default
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [P.InternalDatabase            ] [13:33:28.863]: internal database "references.idb" started up successfully. provider=default
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [c.i.i.g.t.r.DbTagReferenceStore] [13:33:28.867]: Tag Trace store started. provider=default
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [t.m.provider                  ] [13:33:28.877]: Complete tag loading in 10 ms 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [t.manager                     ] [13:33:28.877]: Instantiating provider 'CustomerName' of type 'STANDARD' 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [t.m.provider                  ] [13:33:28.896]: Tag provider initialized. Starting to load tags... provider=CustomerName
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [P.InternalDatabase            ] [13:33:28.896]: Looking for existing internal database "references.idb"... provider=CustomerName
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [P.InternalDatabase            ] [13:33:28.897]: ... found existing. provider=CustomerName
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [P.InternalDatabase            ] [13:33:28.897]: internal database "references.idb" started up successfully. provider=CustomerName
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:28 | I [c.i.i.g.t.r.DbTagReferenceStore] [13:33:28.898]: Tag Trace store started. provider=CustomerName
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:29 | I [t.m.provider                  ] [13:33:29.600]: Complete tag loading in 702 ms 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:29 | I [i.UserSourceManager           ] [13:33:29.630]: Starting up... 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:29 | I [AuditManager                  ] [13:33:29.667]: AuditManager starting up... 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:29 | I [A.S.StorageManager            ] [13:33:29.699]: Starting up... 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:29 | I [A.N.NotificationManager       ] [13:33:29.708]: Starting up... 
2025-12-09 13:33:29.775 | jvm 1    | 2025/12/09 13:33:29 | I [S.S.HsqlDataStore             ] [13:33:29.748]: Looking for existing store and forward datacache "CustomerName"... store-forward-name=CustomerName
2025-12-09 13:33:31.778 | jvm 1    | 2025/12/09 13:33:30 | W [g.LicenseManager              ] [13:33:30.766]: Could not read license from HASP key. Driver not found 
2025-12-09 13:33:31.778 | jvm 1    | 2025/12/09 13:33:30 | I [S.S.HsqlDataStore             ] [13:33:30.926]: ... found existing. store-forward-name=CustomerName
2025-12-09 13:33:32.879 | jvm 1    | 2025/12/09 13:33:31 | I [S.S.HsqlDataStore             ] [13:33:31.781]: store and forward datacache "CustomerName" started up successfully. store-forward-name=CustomerName
2025-12-09 13:33:32.879 | jvm 1    | 2025/12/09 13:33:31 | I [S.S.StandardDatasourceSFEngine] [13:33:31.836]: History sink 'CustomerName' started successfully. 
2025-12-09 13:33:32.879 | jvm 1    | 2025/12/09 13:33:32 | I [a.J.DatabaseJournal           ] [13:33:32.492]: Alarm journal initialized successfully against datasource 'CustomerName' journal=CustomerName
2025-12-09 13:33:32.879 | jvm 1    | 2025/12/09 13:33:32 | I [a.J.DatabaseJournal           ] [13:33:32.492]: Alarm journal system started. journal=CustomerName
2025-12-09 13:33:32.879 | jvm 1    | 2025/12/09 13:33:32 | I [ImageManager                  ] [13:33:32.502]: Starting up... 
2025-12-09 13:33:32.879 | jvm 1    | 2025/12/09 13:33:32 | I [Project                       ] [13:33:32.504]: Starting project: CustomerName project=CustomerName
2025-12-09 13:33:32.879 | jvm 1    | 2025/12/09 13:33:32 | I [Project                       ] [13:33:32.736]: Starting project: VA project=VA
2025-12-09 13:33:33.590 | jvm 1    | 2025/12/09 13:33:32 | I [g.AuthTokenManager            ] [13:33:32.916]: Starting up... 
2025-12-09 13:33:33.590 | jvm 1    | 2025/12/09 13:33:32 | I [DesignerAuthTokenRecords      ] [13:33:32.916]: Starting up... 
2025-12-09 13:33:33.590 | jvm 1    | 2025/12/09 13:33:32 | I [DesignerAuthTokenRecords      ] [13:33:32.922]: Startup completed in 5 ms 
2025-12-09 13:33:33.590 | jvm 1    | 2025/12/09 13:33:32 | I [ClientAuthTokenRecords        ] [13:33:32.922]: Starting up... 
2025-12-09 13:33:33.590 | jvm 1    | 2025/12/09 13:33:32 | I [ClientAuthTokenRecords        ] [13:33:32.922]: Startup completed in 0 ms 
2025-12-09 13:33:33.590 | jvm 1    | 2025/12/09 13:33:32 | I [g.AuthTokenManager            ] [13:33:32.922]: Startup complete in 6 ms 
2025-12-09 13:33:33.590 | jvm 1    | 2025/12/09 13:33:32 | I [SessionManager                ] [13:33:32.923]: Starting up... 
2025-12-09 13:33:33.590 | jvm 1    | 2025/12/09 13:33:32 | I [AutomaticThreadDumpManager    ] [13:33:32.927]: Starting up... 
2025-12-09 13:33:33.591 | jvm 1    | 2025/12/09 13:33:32 | I [c.i.i.g.m.MulticastScheduler  ] [13:33:32.930]: Registered MulticastScheduler on multicast address: 231.1.1.1 using send port 4445 and receive port 4446 
2025-12-09 13:33:33.591 | jvm 1    | 2025/12/09 13:33:32 | I [g.ClientFallbackController    ] [13:33:32.932]: Fallback Socket Controller starting. 
2025-12-09 13:33:33.591 | jvm 1    | 2025/12/09 13:33:33 | I [IgnitionGateway               ] [13:33:33.207]: Platform module services initialized. 
2025-12-09 13:33:33.591 | jvm 1    | 2025/12/09 13:33:33 | I [G.Manager                     ] [13:33:33.237]: WSChannel manager started. 
2025-12-09 13:33:33.591 | jvm 1    | 2025/12/09 13:33:33 | I [m.M.Routing                   ] [13:33:33.240]: Setting max proxy route depth = 0 
2025-12-09 13:33:33.592 | jvm 1    | 2025/12/09 13:33:33 | W [g.g.WSChannelManager          ] [13:33:33.320]: Require Two-Way Auth setting is disabled, rendering Gateway Network connections insecure. It is strongly recommended to enable this setting to secure the connections. 
2025-12-09 13:33:33.592 | jvm 1    | 2025/12/09 13:33:33 | I [g.g.WSChannelManager          ] [13:33:33.384]: GAN channel manager started successfully. 
2025-12-09 13:33:33.592 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.426]: Starting up... 
2025-12-09 13:33:33.592 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.427]: Starting up module 'com.inductiveautomation.serial-support-client' v6.1.43 (b2024082010)... module-name=Serial Support Client
2025-12-09 13:33:33.592 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.427]: Starting up module 'com.inductiveautomation.symbol-factory' v7.1.43 (b2024082010)... module-name=Symbol Factory
2025-12-09 13:33:33.593 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.427]: Starting up module 'com.inductiveautomation.taghistorian' v4.1.43 (b2024082010)... module-name=Tag Historian
2025-12-09 13:33:33.593 | jvm 1    | 2025/12/09 13:33:33 | I [h.ModuleHook                  ] [13:33:33.432]: Tag Historian module started. module-name=Tag Historian
2025-12-09 13:33:33.593 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.432]: Starting up module 'com.inductiveautomation.vision' v11.1.43 (b2024082010)... module-name=Vision
2025-12-09 13:33:33.593 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.464]: Starting up module 'com.inductiveautomation.opcua' v9.1.43 (b2024082010)... module-name=OPC-UA
2025-12-09 13:33:33.594 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.s.UaStackServer     ] [13:33:33.506]: Binding endpoint opc.tcp://c91a8d61a34e:62541 to localhost:62541 [Basic256Sha256/SignAndEncrypt] module-name=OPC-UA
2025-12-09 13:33:33.594 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.s.UaStackServer     ] [13:33:33.564]: Binding endpoint opc.tcp://c91a8d61a34e:62541/discovery to localhost:62541 [None/None] module-name=OPC-UA
2025-12-09 13:33:33.594 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.s.UaStackServer     ] [13:33:33.565]: Binding endpoint opc.tcp://localhost:62541 to localhost:62541 [Basic256Sha256/SignAndEncrypt] module-name=OPC-UA
2025-12-09 13:33:33.594 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.s.UaStackServer     ] [13:33:33.565]: Binding endpoint opc.tcp://localhost:62541/discovery to localhost:62541 [None/None] module-name=OPC-UA
2025-12-09 13:33:33.594 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.s.UaStackServer     ] [13:33:33.565]: Binding endpoint opc.tcp://127.0.0.1:62541 to localhost:62541 [Basic256Sha256/SignAndEncrypt] module-name=OPC-UA
2025-12-09 13:33:33.999 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.s.UaStackServer     ] [13:33:33.565]: Binding endpoint opc.tcp://127.0.0.1:62541/discovery to localhost:62541 [None/None] module-name=OPC-UA
2025-12-09 13:33:34.001 | jvm 1    | 2025/12/09 13:33:33 | I [c.i.i.g.o.s.IgnitionOpcUaServer] [13:33:33.569]: Application URI: urn:inductiveautomation:ignition:opcua:server:5b8ebf05-5b14-49b6-90e7-28b7c89c4724 module-name=OPC-UA
2025-12-09 13:33:34.001 | jvm 1    | 2025/12/09 13:33:33 | I [OpcUaModule                   ] [13:33:33.702]: Routes mounted module-name=OPC-UA
2025-12-09 13:33:34.002 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.702]: Starting up module 'com.inductiveautomation.sqlbridge' v10.1.43 (b2024082010)... module-name=SQL Bridge
2025-12-09 13:33:34.002 | jvm 1    | 2025/12/09 13:33:33 | I [s.ProjectRunner               ] [13:33:33.723]: Setting SQL Bridge project enabled state to 'DISABLED' module-name=SQL Bridge, project-name=CustomerName
2025-12-09 13:33:34.003 | jvm 1    | 2025/12/09 13:33:33 | I [s.ProjectRunner               ] [13:33:33.724]: Project started. module-name=SQL Bridge, project-name=CustomerName
2025-12-09 13:33:34.003 | jvm 1    | 2025/12/09 13:33:33 | I [s.ProjectRunner               ] [13:33:33.725]: Project started. module-name=SQL Bridge, project-name=VA
2025-12-09 13:33:34.004 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.727]: Starting up module 'com.inductiveautomation.opcua.drivers.tcpudp' v6.1.43 (b2024082010)... module-name=UDP and TCP Drivers
2025-12-09 13:33:34.004 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.779]: Starting up module 'com.inductiveautomation.opcua.drivers.siemens' v6.1.43 (b2024082010)... module-name=Siemens Drivers
2025-12-09 13:33:34.004 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.853]: Starting up module 'com.inductiveautomation.opcua.drivers.modbus' v7.1.43 (b2024082010)... module-name=Modbus Driver
2025-12-09 13:33:34.004 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.c.OpcUaClient       ] [13:33:33.884]: Java version: 17.0.11 
2025-12-09 13:33:34.004 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.c.OpcUaClient       ] [13:33:33.884]: Eclipse Milo OPC UA Stack version: 0.6.14 
2025-12-09 13:33:34.005 | jvm 1    | 2025/12/09 13:33:33 | I [o.e.m.o.s.c.OpcUaClient       ] [13:33:33.884]: Eclipse Milo OPC UA Client SDK version: 0.6.14 
2025-12-09 13:33:34.005 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.926]: Starting up module 'com.inductiveautomation.opcua.drivers.micro800' v1.1.43 (b2024082010)... module-name=Micro800 Driver
2025-12-09 13:33:34.005 | jvm 1    | 2025/12/09 13:33:33 | I [g.ModuleManager               ] [13:33:33.942]: Starting up module 'com.inductiveautomation.opcua.drivers.ablegacy' v6.1.43 (b2024082010)... module-name=Allen-Bradley Driver
2025-12-09 13:33:35.107 | jvm 1    | 2025/12/09 13:33:34 | I [g.ModuleManager               ] [13:33:34.050]: Starting up module 'com.inductiveautomation.opcua.drivers.logix' v5.1.43 (b2024082010)... module-name=Logix Driver
2025-12-09 13:33:35.107 | jvm 1    | 2025/12/09 13:33:34 | I [IgnitionGateway               ] [13:33:34.109]: Ignition[state=STARTING] ContextState = RUNNING 
2025-12-09 13:33:35.107 | jvm 1    | 2025/12/09 13:33:34 | I [IgnitionGateway               ] [13:33:34.110]: Gateway started in 13 seconds. 
2025-12-09 13:33:35.107 | jvm 1    | 2025/12/09 13:33:34 | I [o.e.m.o.s.c.u.NonceUtil       ] [13:33:34.151]: SecureRandom seeded in 0ms. 
2025-12-09 13:33:35.107 | jvm 1    | 2025/12/09 13:33:34 | I [c.i.i.g.o.s.IgnitionOpcUaServer$OpcUaRedundancyListener] [13:33:34.368]: redundancyStateChanged: Role=Independent, Activity level=Active, Project state=Good, History level=Full 

Then after some duration of time. There is an automatic shutdown. With this message:

TERM trapped. Shutting down.

Does anyone have any ideas as to why this might be? My PC was shutdown cleanly before the weekend and hasn’t been powered on since today.

Sometimes, they do get past this point and then a I get a message about the Tag Historian not being licensed as the license has expired, but this message prints repeatedly until the same message as above stops the gateway.

It's not "stuck" there - that's a fully started gateway.

What happens when you go to http://localhost:8088 in your browser?

This is what I get:

It is the same on all my gateways.

Firewall issue? Rogue Ignition Gateway you forgot about running on the host machine? :person_shrugging:

I am inclined to agree about the firewall. I will get that checked out.

What about the gateway closing automatically though? With the TERM shutdown message?

That's typically the message you see when the process was killed by the user... like doing Ctrl+C or something... not sure why you'd see that.

Ok, I understand. I will look into the firewall. Thanks for the assistance.

Might also be useful to get a shell/terminal in the running container and see if you can get a thread dump or something.

It was firewall :slight_smile: