I have ArcGIS Portal 11.1 and it is failing to start. The Windows service shows it is running, but the portal is not reachable through the Web Adaptor (gives the contact your Admin page) and the error log shows a issue with a JSON.
Any tips on what JSON files I need to be checking to find out which one is not formatted correctly?
Mon Jul 07 10:53:34.177 PDT 2025 com.esri.arcgis.discovery.json.JSONException: A JSONObject text must begin with '{' at character 0 of
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.discovery.json.JSONTokener.syntaxError(JSONTokener.java:454)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.discovery.json.JSONObject.<init>(JSONObject.java:175)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.discovery.json.JSONObject.<init>(JSONObject.java:273)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.portal.admin.core.store.content.FileSystemContentStore.updateHelperServices(FileSystemContentStore.java:474)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.portal.observers.ConfigObserver.a(ConfigObserver.java:410)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.portal.observers.ConfigObserver.f(ConfigObserver.java:892)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.portal.observers.ConfigObserver.beforeStart(ConfigObserver.java:209)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.portal.impl.ObserverManager.beforeStart(ObserverManager.java:159)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.portal.impl.NodeAgent.start(NodeAgent.java:290)
Mon Jul 07 10:53:34.177 PDT 2025 at com.esri.arcgis.portal.impl.Main.start(Main.java:87)