GluuFederation / oxd

Client software to secure apps with OAuth 2.0, OpenID Connect, and UMA
https://oxd.gluu.org
Apache License 2.0
46 stars 25 forks source link

fix(oxd):JSONException in oxd-server #644

Open manojs1978 opened 1 month ago

manojs1978 commented 1 month ago

getting JSONException and invalid json error and other errors please find attached log for more details

env: suse 15 sp5 DB- opendj gluu 4.5.5.final

oxd-server.log

oxauthlog.zip

yurem commented 1 month ago

Probably it's startup issue. According to oxauth log it works well. But when oxd send request it fails with response like:

ERROR  [06:56:52.823] [pool-3-thread-4 - POST /register-site] o.g.o.c.OpenIdConfigurationClient -  Invalid JSON: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
<p>Additionally, a 503 Service Unavailable
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>