Hi,
I did a fresh install of Gluu server 4.2.1 and getting "Oops Something wrong happened." when accessing the admin console . I am seeing the above errors in the indentity/ jetty.log file.
I followed every step to install and kept the default selection other than changing the host name.
I am seeing the following error in oxtrust.log file
```
2020-12-06 19:20:23,572 INFO [metrics-reporter-1-thread-1] [org.gluu.oxtrust.service.AppInitializer] (AppInitializer.java:316) - Created persistenceMetricEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@719d887b with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationServiceImpl@73145afa
2020-12-06 19:22:16,216 ERROR [qtp2051853139-18] [org.gluu.oxauth.client.OpenIdConfigurationClient] (OpenIdConfigurationClient.java:90) - There is an error in the JSON response. Check if there is a syntax error in the JSON response or there is a wrong key
org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:507) ~[json-20200518.jar:?]
at org.json.JSONObject.<init>(JSONObject.java:222) ~[json-20200518.jar:?]
at org.json.JSONObject.<init>(JSONObject.java:406) ~[json-20200518.jar:?]
at org.gluu.oxauth.client.OpenIdConfigurationClient.parse(OpenIdConfig
```
Please guide me how to get a fresh install of gluu server 4.2.1 installed without any errors...