error initializing uaa app on pivotal cloud foundry: KeyManager must be set
See original GitHub issueI am attempting to deploy the UAA app to an enterprise instance of Pivotal Cloud Foundry. I followed the instructions for building and deploying the UAA app to PCF, building from the master branch. When the app starts, the log shows an initialization error:
...
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'idpMetadataManager' defined in ServletContext resource [/WEB-INF/spring/saml-idp.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: KeyManager must be set
See the attached log for the entire exception chain. Am I missing something in my PCF instance required to run the UAA server?
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Java Buildpack - VMware Tanzu Docs
The Java buildpack prints a histogram of the heap to the logs when the JVM encounters a terminal failure. The Cloud Foundry default...
Read more >Failed to make TCP connection to port 8080 while push to ...
Since the app isn't listening on the requested port, the health check cannot complete successfully and Cloud Foundry must assume your app never ......
Read more >UAA Performance Metrics | Cloud Foundry Docs
This metric gives the client the ability to calculate error rates. It is often used to detect faulty apps that may be causing...
Read more >Index (cloudfoundry-identity-server 4.9.0 API)
Base class for UAA events that want to publish audit records. ... String) - Method in exception org.cloudfoundry.identity.uaa.error.UaaException.
Read more >Mitigate Hacking Attacks and Security Breaches Second Edition
Android Apps Security: Mitigate Hacking Attacks and Security Breaches ... publisher can accept any legal responsibility for any errors or.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just try to solve it:
Please modify the WEB-INF/spring/saml-idp.xml
@systemview2018 may I know how can I create idpZoneAwareSamlKeyManager? Because currently I’m stuck and unable to deploy to production on the latest develop branch version for a week already. Thank you