By: Chris Eland staff 18 Apr 2020 at 9:27 p.m. CDT

1 Response
Chris Eland gravatar
Hi. I'm receiving the validation metadata errors when adding a SAML Trust. I found https://github.com/GluuFederation/oxTrust/issues/1928 And I've done the steps: * Install 4.1 from official repo. It's published. * After installation completed, do next: * Get the lastest identity war from here: https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.1.1.Final/ * Stop "identity" service by "service identity stop" * Remove any "identity" related directory/ies if there is/are any in /opt/jetty-9.4/temp/ location. * Rename your downloaded artifacts as identity.war * Put that inside /opt/gluu/jetty/identity/webapps/ * Start identity service * Go and create Trust relationship. I cannot login anymore, I'm receiving a 502 on /identity/login.htm Here is the jetty.log: ``` 2020-04-19 02:12:21,440 INFO [main] [org.gluu.service.logger.LoggerService] (LoggerService.java:47) - Initializing Logger Update Timer 2020-04-19 02:12:21,478 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerDaily] (StatusCheckerDaily.java:61) - Initializing Daily Status Cheker Timer 2020-04-19 02:12:21,482 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] (StatusCheckerTimer.java:110) - Initializing Daily Status Cheker Timer 2020-04-19 02:12:21,484 INFO [main] [org.gluu.oxtrust.ldap.service.LogFileSizeChecker] (LogFileSizeChecker.java:63) - Initializing Log File Size Checker Timer 2020-04-19 02:12:21.524:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0 2020-04-19 02:12:21.524:INFO:oejs.session:main: No SessionScavenger set, using defaults 2020-04-19 02:12:21.525:INFO:oejs.session:main: node0 Scavenging every 600000ms 2020-04-19 02:12:24.214:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@1a1d6a08{oxTrust Server,/identity,[file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/omnifaces-2.6.9.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/oxtrust-scim-4.1.1.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-a4j-4.5.17-gluu.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/bootsfaces-1.4.1.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-core-4.5.17-gluu.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/javax.faces-2.2.16.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/primefaces-7.0.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/oxtrust-static-4.1.1.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-4.5.17-gluu.Final.jar!/META-INF/resources],AVAILABLE}{/opt/gluu/jetty/identity/webapps/identity.war} 2020-04-19 02:12:24.226:INFO:oejs.AbstractConnector:main: Started ServerConnector@4a739315{HTTP/1.1,[http/1.1]}{localhost:8082} 2020-04-19 02:12:24.226:INFO:oejs.Server:main: Started @12318ms root@christian-XPS-8700:/opt/gluu/jetty/identity/webapps# tail /opt/gluu/jetty/identity/logs/2020_04_19.jetty.log 2020-04-19 02:12:21,478 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerDaily] (StatusCheckerDaily.java:61) - Initializing Daily Status Cheker Timer 2020-04-19 02:12:21,482 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] (StatusCheckerTimer.java:110) - Initializing Daily Status Cheker Timer 2020-04-19 02:12:21,484 INFO [main] [org.gluu.oxtrust.ldap.service.LogFileSizeChecker] (LogFileSizeChecker.java:63) - Initializing Log File Size Checker Timer 2020-04-19 02:12:21.524:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0 2020-04-19 02:12:21.524:INFO:oejs.session:main: No SessionScavenger set, using defaults 2020-04-19 02:12:21.525:INFO:oejs.session:main: node0 Scavenging every 600000ms 2020-04-19 02:12:24.214:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@1a1d6a08{oxTrust Server,/identity,[file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/omnifaces-2.6.9.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/oxtrust-scim-4.1.1.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-a4j-4.5.17-gluu.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/bootsfaces-1.4.1.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-core-4.5.17-gluu.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/javax.faces-2.2.16.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/primefaces-7.0.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/oxtrust-static-4.1.1.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-4.5.17-gluu.Final.jar!/META-INF/resources],AVAILABLE}{/opt/gluu/jetty/identity/webapps/identity.war} 2020-04-19 02:12:24.226:INFO:oejs.AbstractConnector:main: Started ServerConnector@4a739315{HTTP/1.1,[http/1.1]}{localhost:8082} 2020-04-19 02:12:24.226:INFO:oejs.Server:main: Started @12318ms 2020-04-19 02:13:21,645 INFO [metrics-reporter-1-thread-1] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:306) - Created persistenceMetricEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@48f0c0a4 with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationsServiceImpl@19018408 root@christian-XPS-8700:/opt/gluu/jetty/identity/webapps# tail /opt/gluu/jetty/identity/logs/2020_04_19.jetty.log 2020-04-19 02:12:21,478 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerDaily] (StatusCheckerDaily.java:61) - Initializing Daily Status Cheker Timer 2020-04-19 02:12:21,482 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] (StatusCheckerTimer.java:110) - Initializing Daily Status Cheker Timer 2020-04-19 02:12:21,484 INFO [main] [org.gluu.oxtrust.ldap.service.LogFileSizeChecker] (LogFileSizeChecker.java:63) - Initializing Log File Size Checker Timer 2020-04-19 02:12:21.524:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0 2020-04-19 02:12:21.524:INFO:oejs.session:main: No SessionScavenger set, using defaults 2020-04-19 02:12:21.525:INFO:oejs.session:main: node0 Scavenging every 600000ms 2020-04-19 02:12:24.214:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@1a1d6a08{oxTrust Server,/identity,[file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/omnifaces-2.6.9.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/oxtrust-scim-4.1.1.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-a4j-4.5.17-gluu.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/bootsfaces-1.4.1.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-core-4.5.17-gluu.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/javax.faces-2.2.16.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/primefaces-7.0.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/oxtrust-static-4.1.1.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-4.5.17-gluu.Final.jar!/META-INF/resources],AVAILABLE}{/opt/gluu/jetty/identity/webapps/identity.war} 2020-04-19 02:12:24.226:INFO:oejs.AbstractConnector:main: Started ServerConnector@4a739315{HTTP/1.1,[http/1.1]}{localhost:8082} 2020-04-19 02:12:24.226:INFO:oejs.Server:main: Started @12318ms 2020-04-19 02:13:21,645 INFO [metrics-reporter-1-thread-1] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:306) - Created persistenceMetricEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@48f0c0a4 with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationsServiceImpl@19018408 root@christian-XPS-8700:/opt/gluu/jetty/identity/webapps# tail -f /opt/gluu/jetty/identity/logs/2020_04_19.jetty.log 2020-04-19 02:12:21,478 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerDaily] (StatusCheckerDaily.java:61) - Initializing Daily Status Cheker Timer 2020-04-19 02:12:21,482 INFO [main] [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] (StatusCheckerTimer.java:110) - Initializing Daily Status Cheker Timer 2020-04-19 02:12:21,484 INFO [main] [org.gluu.oxtrust.ldap.service.LogFileSizeChecker] (LogFileSizeChecker.java:63) - Initializing Log File Size Checker Timer 2020-04-19 02:12:21.524:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0 2020-04-19 02:12:21.524:INFO:oejs.session:main: No SessionScavenger set, using defaults 2020-04-19 02:12:21.525:INFO:oejs.session:main: node0 Scavenging every 600000ms 2020-04-19 02:12:24.214:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@1a1d6a08{oxTrust Server,/identity,[file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/omnifaces-2.6.9.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/oxtrust-scim-4.1.1.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-a4j-4.5.17-gluu.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/bootsfaces-1.4.1.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-core-4.5.17-gluu.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/javax.faces-2.2.16.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/primefaces-7.0.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/oxtrust-static-4.1.1.Final.jar!/META-INF/resources, jar:file:///opt/jetty-9.4/temp/jetty-localhost-8082-identity_war-_identity-any-3357994636388393176.dir/webapp/WEB-INF/lib/richfaces-4.5.17-gluu.Final.jar!/META-INF/resources],AVAILABLE}{/opt/gluu/jetty/identity/webapps/identity.war} 2020-04-19 02:12:24.226:INFO:oejs.AbstractConnector:main: Started ServerConnector@4a739315{HTTP/1.1,[http/1.1]}{localhost:8082} 2020-04-19 02:12:24.226:INFO:oejs.Server:main: Started @12318ms 2020-04-19 02:13:21,645 INFO [metrics-reporter-1-thread-1] [org.gluu.oxtrust.ldap.service.AppInitializer] (AppInitializer.java:306) - Created persistenceMetricEntryManager: org.gluu.persist.ldap.impl.LdapEntryManager@48f0c0a4 with operation service: org.gluu.persist.ldap.operation.impl.LdapOperationsServiceImpl@19018408 2020-04-19 02:15:38,613 ERROR [qtp1590550415-14] [org.gluu.oxauth.client.OpenIdConfigurationClient] (OpenIdConfigurationClient.java:192) - Connection timed out (Connection timed out) java.net.ConnectException: Connection timed out (Connection timed out) at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_222] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_222] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_222] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_222] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_222] at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_222] at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543) ~[httpclient-4.5.11.jar:4.5.11] at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:415) ~[httpclient-4.5.11.jar:4.5.11] at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180) ~[httpclient-4.5.11.jar:4.5.11] at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:326) ~[httpclient-4.5.11.jar:4.5.11] at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:605) ~[httpclient-4.5.11.jar:4.5.11] at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:440) ~[httpclient-4.5.11.jar:4.5.11] at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835) ~[httpclient-4.5.11.jar:4.5.11] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) ~[httpclient-4.5.11.jar:4.5.11] at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.11.jar:4.5.11] at org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.execute(ApacheHttpClient4Executor.java:234) ~[resteasy-jaxrs-3.5.1.Final.jar:3.5.1.Final] at org.jboss.resteasy.client.ClientRequest.execute(ClientRequest.java:439) ~[resteasy-jaxrs-3.5.1.Final.jar:3.5.1.Final] at org.jboss.resteasy.client.ClientRequest.httpMethod(ClientRequest.java:686) ~[resteasy-jaxrs-3.5.1.Final.jar:3.5.1.Final] at org.jboss.resteasy.client.ClientRequest.get(ClientRequest.java:478) ~[resteasy-jaxrs-3.5.1.Final.jar:3.5.1.Final] at org.jboss.resteasy.client.ClientRequest.get(ClientRequest.java:512) ~[resteasy-jaxrs-3.5.1.Final.jar:3.5.1.Final] at org.gluu.oxauth.client.OpenIdConfigurationClient._execOpenIdConfiguration(OpenIdConfigurationClient.java:80) ~[oxauth-client-4.1.1.Final.jar:?] at org.gluu.oxauth.client.OpenIdConfigurationClient.execOpenIdConfiguration(OpenIdConfigurationClient.java:52) ~[oxauth-client-4.1.1.Final.jar:?] at org.gluu.oxtrust.service.OpenIdService.loadOpenIdConfiguration(OpenIdService.java:61) ~[classes/:?] at org.gluu.oxtrust.service.OpenIdService.initInternal(OpenIdService.java:46) ~[classes/:?] at org.gluu.util.init.Initializable.init(Initializable.java:26) ~[oxcore-util-4.1.1.Final.jar:?] at org.gluu.oxtrust.service.OpenIdService.getOpenIdConfiguration(OpenIdService.java:73) ~[classes/:?] at org.gluu.oxtrust.service.OpenIdService$Proxy$_$$_WeldClientProxy.getOpenIdConfiguration(Unknown Source) ~[classes/:?] at org.gluu.oxtrust.action.Authenticator.oAuthLogin(Authenticator.java:203) ~[classes/:?] at org.gluu.oxtrust.action.Authenticator.preAuthenticate(Authenticator.java:106) ~[classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222] at org.apache.el.parser.AstValue.invoke(AstValue.java:247) ~[org.mortbay.jasper.apache-el-8.5.40.jar:8.5.40] at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:267) ~[org.mortbay.jasper.apache-el-8.5.40.jar:8.5.40] at org.jboss.weld.module.web.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) ~[weld-web-3.1.2.Final.jar:3.1.2.Final] at org.jboss.weld.module.web.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) ~[weld-web-3.1.2.Final.jar:3.1.2.Final] at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) ~[javax.faces-2.2.16.jar:2.2.16] at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) ~[javax.faces-2.2.16.jar:2.2.16] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) ~[javax.faces-2.2.16.jar:2.2.16] at javax.faces.component.UIViewAction.broadcast(UIViewAction.java:562) ~[javax.faces-2.2.16.jar:2.2.16] at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790) ~[javax.faces-2.2.16.jar:2.2.16] at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282) ~[javax.faces-2.2.16.jar:2.2.16] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) ~[javax.faces-2.2.16.jar:2.2.16] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) ~[javax.faces-2.2.16.jar:2.2.16] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) ~[javax.faces-2.2.16.jar:2.2.16] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:658) ~[javax.faces-2.2.16.jar:2.2.16] 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.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:226) ~[websocket-server-9.4.26.v20200117.jar:9.4.26.v20200117] 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.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] 2020-04-19 02:17:43,540 ERROR [ForkJoinPool.commonPool-worker-0] [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] (StatusCheckerTimer.java:226) - Can not download ssl certificate java.net.ConnectException: Connection timed out (Connection timed out) at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.8.0_222] at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:1.8.0_222] at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:1.8.0_222] at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:1.8.0_222] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_222] at java.net.Socket.connect(Socket.java:589) ~[?:1.8.0_222] at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666) ~[?:1.8.0_222] at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) ~[?:1.8.0_222] at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_222] at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_222] at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_222] at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) ~[?:1.8.0_222] at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) ~[?:1.8.0_222] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) ~[?:1.8.0_222] at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_222] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_222] at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[?:1.8.0_222] at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:167) ~[?:1.8.0_222] at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.setCertificateExpiryAttributes(StatusCheckerTimer.java:215) [classes/:?] at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.processInt(StatusCheckerTimer.java:164) [classes/:?] at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.process(StatusCheckerTimer.java:131) [classes/:?] at org.gluu.oxtrust.ldap.service.StatusCheckerTimer$Proxy$_$$_WeldSubclass.process$$super(Unknown Source) [classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222] at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51) [weld-core-impl-3.1.2.Final.jar:3.1.2.Final] at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78) [weld-core-impl-3.1.2.Final.jar:3.1.2.Final] at org.gluu.service.cdi.async.AsynchronousInterceptor$1.get(AsynchronousInterceptor.java:36) [oxcore-service-4.1.1.Final.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) [?:1.8.0_222] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) [?:1.8.0_222] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_222] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_222] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_222] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_222] ```

By Chris Eland staff 20 Apr 2020 at 9:11 a.m. CDT

Chris Eland gravatar
It didn't worked and I wasn't able to undo (old `identity.war` also wasn't working). So I did a fresh install and before the first login I did the upgrade, and it woked.