Hi, I'm preparing to migrate our CAS and CAS-Manager from version 5.3.X to 6.1.X.
I'm testing CAS 6.1 with CAS-Manager 6.1.4-SNAPSHOT with JPA/JDBC dependencies for service storage on Tomcat 9 and Debian 10. At startup of CAS-Manager, I have a timeout error to reach an external URL for MDQ. I have to deal with a proxy for going on internet. I have put in JAVA_OPTS -Dhttps.proxyHost= and -Dhttps.proxyPort= without success. [2020-07-23 10:51:06] [info] 2020-07-23 10:51:06,568 ERROR [org.apereo.cas.util.HttpUtils] - <Connect to mdq.incommon.org:443 [mdq.incommon.org/13.226.169.83, mdq.incommon.org/13.226.169.49, mdq.incommon.org/13.226.169.48, mdq.incommon.org/13.226.169.117] failed: Connection timed out (Connection timed out)> [2020-07-23 10:51:06] [info] org.apache.http.conn.HttpHostConnectException: Connect to mdq.incommon.org:443 [mdq.incommon.org/13.226.169.83, mdq.incommon.org/13.226.169.49, mdq.incommon.org/13.226.169.48, mdq.incommon.org/13.226.169.117] failed: Connection timed out (Connection timed out) [2020-07-23 10:51:06] [info] 2020-07-23 10:51:06,579 ERROR [org.apereo.cas.mgmt.InCommonMetadataAggregateResolver] - <Unable to fetch metadata from [https://mdq.incommon.org/entities]> [2020-07-23 10:51:06] [info] 2020-07-23 10:51:06,581 WARN [org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext] - <Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'samlController' defined in class path resource [org/apereo/cas/mgmt/config/CasManagementSamlConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.mgmt.SamlController]: Factory method 'samlController' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataAggregateResolver' defined in class path resource [org/apereo/cas/mgmt/config/CasManagementSamlConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.mgmt.MetadataAggregateResolver]: Factory method 'metadataAggregateResolver' threw exception; nested exception is org.apereo.cas.services.UnauthorizedServiceException: screen.service.error.message> [2020-07-23 10:51:06] [info] 2020-07-23 10:51:06,655 ERROR [org.springframework.boot.SpringApplication] - <Application run failed> Thanks for reading. Sincerely, Mickaël -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/7507d231-bfaf-43a0-8f75-fd1f8c5a5664n%40apereo.org.
