By: Shaun Walker named 27 Jul 2020 at 2:09 a.m. CDT

6 Responses
Shaun Walker gravatar
Hi Team, Noted this on our dev and uat environment (slightly different errors), both showing similar to below. Is this a data or connectivity issue from casa to the database or something else? DEV: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Internal': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (ByteArrayInputStream); line: 1, column: 10] UAT: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "error" (class org.gluu.oxd.common.response.GetAuthorizationUrlResponse), not marked as ignorable (one known property: "authorization_url"]) at [Source: (ByteArrayInputStream); line: 1, column: 11] (through reference chain: org.gluu.oxd.common.response.GetAuthorizationUrlResponse["error"]) Casa log output: ``` 27-07 17:05:17.871 ERROR casa.core.navigation.HomeInitiator HomeInitiator.java:49- An error occurred during authorization step javax.ws.rs.ProcessingException: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Internal': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (ByteArrayInputStream); line: 1, column: 10] at org.jboss.resteasy.client.jaxrs.internal.ClientResponse.readFrom(ClientResponse.java:245) ~[resteasy-client-3.9.3.Final.jar:3.9.3.Final] at org.jboss.resteasy.specimpl.BuiltResponse.readEntity(BuiltResponse.java:88) ~[resteasy-jaxrs-3.9.3.Final.jar:3.9.3.Final] at org.jboss.resteasy.specimpl.AbstractBuiltResponse.readEntity(AbstractBuiltResponse.java:262) ~[resteasy-jaxrs-3.9.3.Final.jar:3.9.3.Final] at org.gluu.casa.core.OxdService.restResponse(OxdService.java:334) ~[classes/:?] at org.gluu.casa.core.OxdService.getAuthzUrl(OxdService.java:242) ~[classes/:?] at org.gluu.casa.core.OxdService.getAuthzUrl(OxdService.java:248) ~[classes/:?] at org.gluu.casa.core.OxdService$Proxy$_$$_WeldClientProxy.getAuthzUrl(Unknown Source) ~[classes/:?] at org.gluu.casa.core.navigation.HomeInitiator.goForAuthorization(HomeInitiator.java:100) ~[classes/:?] at org.gluu.casa.core.navigation.HomeInitiator.doInit(HomeInitiator.java:45) ~[classes/:?] at org.zkoss.zk.ui.metainfo.InitiatorInfo.doInit(InitiatorInfo.java:148) ~[zk-8.6.0.1.jar:8.6.0.1] at org.zkoss.zk.ui.metainfo.InitiatorInfo.newInitiator(InitiatorInfo.java:143) ~[zk-8.6.0.1.jar:8.6.0.1] at org.zkoss.zk.ui.metainfo.PageDefinition.doInit(PageDefinition.java:398) ~[zk-8.6.0.1.jar:8.6.0.1] at org.zkoss.zk.ui.impl.Initiators.doInit(Initiators.java:55) ~[zk-8.6.0.1.jar:8.6.0.1] at org.zkoss.zk.ui.impl.UiEngineImpl.execNewPage0(UiEngineImpl.java:433) ~[zk-8.6.0.1.jar:8.6.0.1] at org.zkoss.zk.ui.impl.UiEngineImpl.execNewPage(UiEngineImpl.java:369) ~[zk-8.6.0.1.jar:8.6.0.1] at org.zkoss.zk.ui.http.DHtmlLayoutServlet.process(DHtmlLayoutServlet.java:215) ~[zk-8.6.0.1.jar:8.6.0.1] at org.zkoss.zk.ui.http.DHtmlLayoutServlet.doGet(DHtmlLayoutServlet.java:140) ~[zk-8.6.0.1.jar:8.6.0.1] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) ~[servlet-api-3.1.jar:3.1.0] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[servlet-api-3.1.jar:3.1.0] at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(ServletHolder.java:1395) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:547) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:608) ~[jetty-security-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:220) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:79) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.ResourceService.sendWelcome(ResourceService.java:433) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.ResourceService.doGet(ResourceService.java:251) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:454) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) ~[servlet-api-3.1.jar:3.1.0] at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) ~[servlet-api-3.1.jar:3.1.0] at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(ServletHolder.java:1386) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:755) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.doFilter(FilterDispatcher.java:66) ~[resteasy-jaxrs-3.9.3.Final.jar:3.9.3.Final] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590) ~[jetty-security-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) ~[jetty-servlet-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:221) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.Server.handle(Server.java:500) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) [jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) [jetty-server-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) [jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) [jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:388) [jetty-util-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.26.v20200117.jar:9.4.26.v20200117] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.26.v20200117.jar:9.4.26.v20200117] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222] Caused by: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Internal': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (ByteArrayInputStream); line: 1, column: 10] at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1840) ~[jackson-core-2.10.1.jar:2.10.1] at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:722) ~[jackson-core-2.10.1.jar:2.10.1] at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._reportInvalidToken(UTF8StreamJsonParser.java:3556) ~[jackson-core-2.10.1.jar:2.10.1] at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._reportInvalidToken(UTF8StreamJsonParser.java:3532) ~[jackson-core-2.10.1.jar:2.10.1] at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._matchToken(UTF8StreamJsonParser.java:2850) ~[jackson-core-2.10.1.jar:2.10.1] at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._handleUnexpectedValue(UTF8StreamJsonParser.java:2635) ~[jackson-core-2.10.1.jar:2.10.1] at com.fasterxml.jackson.core.json.UTF8StreamJsonParser._nextTokenNotInObject(UTF8StreamJsonParser.java:856) ~[jackson-core-2.10.1.jar:2.10.1] at com.fasterxml.jackson.core.json.UTF8StreamJsonParser.nextToken(UTF8StreamJsonParser.java:753) ~[jackson-core-2.10.1.jar:2.10.1] at org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider.readFrom(ResteasyJackson2Provider.java:172) ~[resteasy-jackson2-provider-3.9.3.Final.jar:3.9.3.Final] at org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext.readFrom(AbstractReaderInterceptorContext.java:66) ~[resteasy-jaxrs-3.9.3.Final.jar:3.9.3.Final] at org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext.proceed(AbstractReaderInterceptorContext.java:56) ~[resteasy-jaxrs-3.9.3.Final.jar:3.9.3.Final] at org.jboss.resteasy.client.jaxrs.internal.ClientResponse.readFrom(ClientResponse.java:211) ~[resteasy-client-3.9.3.Final.jar:3.9.3.Final] ... 79 more ```

By Mohib Zico staff 27 Jul 2020 at 2:14 a.m. CDT

Mohib Zico gravatar
Most probably connectivity issue, what do you think @Jose.Gonzalez?

By Shaun Walker named 27 Jul 2020 at 4:07 a.m. CDT

Shaun Walker gravatar
I have added todays portion of the casa.log https://pastebin.com/si4QfnTk It looks like (on dev at least) its hitting the database OpenDJ access logs show this when i try and refresh: ``` [27/Jul/2020:19:06:49 +1000] SEARCH REQ conn=214 op=256 msgID=257 base="uuid=810ca1d2d9cc318e58fab9fc5b4a8fb270bb262a04879191364898030799af7d,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:49 +1000] SEARCH RES conn=214 op=256 msgID=257 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:49 +1000] SEARCH REQ conn=214 op=257 msgID=258 base="uuid=e1fd1edb3bc30b68ef7c0abf14482537baed468eb1f416966322a177cb247b12,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:49 +1000] SEARCH RES conn=214 op=257 msgID=258 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:49 +1000] SEARCH REQ conn=214 op=258 msgID=259 base="uuid=e1fd1edb3bc30b68ef7c0abf14482537baed468eb1f416966322a177cb247b12,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:49 +1000] SEARCH RES conn=214 op=258 msgID=259 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:49 +1000] SEARCH REQ conn=223 op=203 msgID=204 base="ou=tokens,o=gluu" scope=sub filter="(&(&(objectClass=token))(grtId=cb6cdbcc-eef1-48ec-a0be-85eec8493fbe))" attrs="clms,scp,nnc,ssnId,chlng,chlngMth,tknCde,clnId,grtId,authzCode,usrId,del,authnTime,acr,jwtReq,tknBndCnf,attr,exp,iat,grtTyp,tknTyp" [27/Jul/2020:19:06:49 +1000] SEARCH RES conn=223 op=203 msgID=204 result=0 nentries=0 etime=0 [27/Jul/2020:19:06:49 +1000] ADD REQ conn=212 op=231 msgID=232 dn="tknCde=0e477e3c38037166f2c2663429250727d1a20f457e23c91fd42031359513a71e,ou=tokens,o=gluu" [27/Jul/2020:19:06:49 +1000] ADD RES conn=212 op=231 msgID=232 result=0 etime=3 [27/Jul/2020:19:06:49 +1000] SEARCH REQ conn=227 op=114 msgID=115 base="ou=oxtrust,ou=configuration,o=gluu" scope=base filter="(objectClass=*)" attrs="oxRevision" [27/Jul/2020:19:06:49 +1000] SEARCH RES conn=227 op=114 msgID=115 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:49 +1000] SEARCH REQ conn=216 op=129 msgID=130 base="ou=trustRelationships,o=gluu" scope=sub filter="(&(objectClass=gluuSAMLconfig))" attrs="gluuReleasedAttribute,gluuEntityType,gluuTrustContact,gluuSAMLspMetaDataSourceType,displayName,gluuContainerFederation,gluuSpecificRelyingPartyConfig,gluuSAMLspMetaDataURL,description,gluuIsFederation,inum,gluuSAMLmaxRefreshDelay,url,o,gluuTrustDeconstruction,oxAuthPostLogoutRedirectURI,gluuSAMLspMetaDataFN,gluuSAMLMetaDataFilter,gluuStatus,gluuValidationLog,gluuValidationStatus,gluuEntityId,researchAndScholarshipEnabled,gluuProfileConfiguration" [27/Jul/2020:19:06:49 +1000] SEARCH RES conn=216 op=129 msgID=130 result=0 nentries=0 etime=0 [27/Jul/2020:19:06:50 +1000] SEARCH REQ conn=228 op=114 msgID=115 base="ou=scripts,o=gluu" scope=sub filter="(&(&(objectClass=oxCustomScript))(|(oxScriptType=cache_refresh)(oxScriptType=update_user)(oxScriptType=user_registration)(oxScriptType=id_generator)(oxScriptType=scim)))" attrs="dn,inum,oxRevision,oxScriptType,oxModuleProperty,oxEnabled" [27/Jul/2020:19:06:50 +1000] SEARCH RES conn=228 op=114 msgID=115 result=0 nentries=6 etime=1 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=259 msgID=260 base="uuid=06643a7dc9d7fa8da773df86071449d876fbbaada65c759a0b734681f42ddd9f,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=259 msgID=260 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=260 msgID=261 base="uuid=810ca1d2d9cc318e58fab9fc5b4a8fb270bb262a04879191364898030799af7d,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=260 msgID=261 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=261 msgID=262 base="uuid=8532c35236d747f6cd8c5cbaaf9877beba6520d7d0c7594f813d27c66edc02c5,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=261 msgID=262 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=262 msgID=263 base="uuid=c10b2cb495cf1295f04ca6bb2c22b922f557b4ea61864c541c66040bd539a36f,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=262 msgID=263 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=263 msgID=264 base="uuid=62a7acfec02d929612a7696f0fb364954c4fa21c020c86f8ef8934b52a146426,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=263 msgID=264 result=0 nentries=1 etime=1 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=264 msgID=265 base="uuid=8e5973feb5cd0902a5342918989fe66778a5e12343b67e0e07f285a8e6ad9889,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=264 msgID=265 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=265 msgID=266 base="uuid=99f8592dd8d0ec81e559c79c9c9d36cb9d9aeb339a7d06822c6b182d65cfa963,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=265 msgID=266 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=266 msgID=267 base="uuid=119ac01ed1ce052a49ff6e01e707c115ed2a6e904d3d2415e62a1ce378236270,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=266 msgID=267 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=267 msgID=268 base="uuid=e1fd1edb3bc30b68ef7c0abf14482537baed468eb1f416966322a177cb247b12,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=267 msgID=268 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=268 msgID=269 base="uuid=821ef342cfcb364bae2fd00ed5d59e30e6f9fc713dbe6b676a7244501a22d26b,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=268 msgID=269 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:53 +1000] SEARCH REQ conn=214 op=269 msgID=270 base="uuid=9088b6ba701ead22a57323fb8807133e526737ac01bde765ab9a49075ded4c9b,ou=cache,o=gluu" scope=base filter="(objectClass=*)" attrs="dat,oxAuthExpiration,del,exp,iat,uuid" [27/Jul/2020:19:06:53 +1000] SEARCH RES conn=214 op=269 msgID=270 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:57 +1000] SEARCH REQ conn=223 op=204 msgID=205 base="" scope=base filter="(objectClass=*)" attrs="1.1" [27/Jul/2020:19:06:57 +1000] SEARCH RES conn=223 op=204 msgID=205 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:57 +1000] SEARCH REQ conn=212 op=232 msgID=233 base="" scope=base filter="(objectClass=*)" attrs="1.1" [27/Jul/2020:19:06:57 +1000] SEARCH RES conn=212 op=232 msgID=233 result=0 nentries=1 etime=0 [27/Jul/2020:19:06:58 +1000] SEARCH REQ conn=212 op=233 msgID=234 base="ou=oxauth,ou=configuration,o=gluu" scope=base filter="(objectClass=*)" attrs="oxRevision" [27/Jul/2020:19:06:58 +1000] SEARCH RES conn=212 op=233 msgID=234 result=0 nentries=1 etime=1 [27/Jul/2020:19:06:58 +1000] SEARCH REQ conn=223 op=205 msgID=206 base="ou=configuration,o=gluu" scope=base filter="(objectClass=*)" attrs="oxIDPAuthentication,oxAuthenticationMode" [27/Jul/2020:19:06:58 +1000] SEARCH RES conn=223 op=205 msgID=206 result=0 nentries=1 etime=1 [27/Jul/2020:19:07:01 +1000] DISCONNECT conn=271 reason="Client Disconnect" [27/Jul/2020:19:07:01 +1000] BIND REQ conn=277 op=0 msgID=1 version=3 type=SIMPLE dn="" [27/Jul/2020:19:07:01 +1000] BIND RES conn=277 op=0 msgID=1 result=0 authDN="" etime=0 [27/Jul/2020:19:07:02 +1000] SEARCH REQ conn=212 op=234 msgID=235 base="ou=scripts,o=gluu" scope=sub filter="(&(&(objectClass=oxCustomScript))(|(oxScriptType=person_authentication)(oxScriptType=consent_gathering)(oxScriptType=client_registration)(oxScriptType=id_generator)(oxScriptType=uma_rpt_policy)(oxScriptType=uma_claims_gathering)(oxScriptType=application_session)(oxScriptType=dynamic_scope)(oxScriptType=introspection)(oxScriptType=resource_owner_password_credentials)))" attrs="dn,inum,oxRevision,oxScriptType,oxModuleProperty,oxEnabled" ```

By Jose Gonzalez staff 27 Jul 2020 at 7:43 a.m. CDT

Jose Gonzalez gravatar
> Most probably connectivity issue Yes, oxd is returning "internal server error". There is some oxd <--> oxauth issue

By Shaun Walker named 27 Jul 2020 at 8:51 p.m. CDT

Shaun Walker gravatar
Seems to be close to that. Was able to identify it down to an issue with certificates ERROR [11:48:06.577] [dw-21 - POST /get-authorization-url] o.g.o.c.OpenIdConfigurationClient - Certificate for <ausigbnemap002d.hostname.com.au> doesn't match any of the subject alternative names: [*.uat.hostname.com, uat.hostname.com] javax.net.ssl.SSLException: Certificate for <ausigbnemap002d.hostname.com.au> doesn't match any of the subject alternative names: [*.uat.hostname.com, uat.hostname.com]** I am unable to determine why it is trying to hit the old hostname ausigbnemap002d.hostname.com.au when it should be hitting gluu-dev.uat.hostname.com hostname has been changed from our internal naming

By Shaun Walker named 27 Jul 2020 at 9:10 p.m. CDT

Shaun Walker gravatar
A further update, I noticed that in the OXD database it was referring to old url's. I created a new client in oxd for casa and shifted it over to it. That seems to have fixed the issue. I am a little confused though, I thought that updating the OpenID Clients page would have also updated that OXD database?

By Jose Gonzalez staff 29 Jul 2020 at 7:51 a.m. CDT

Jose Gonzalez gravatar
Shaun, There is no syncing between the oxd database and Gluu ldap/database because OXD is a generic mediator: in theory you can make it communicate with any compliant OAuth2.0 server, not exclusively the Gluu server. Thus, you see different data in oxtrust client list and oxd db.