OpenConext / OpenConext-deploy

Ansible-based deployment automation for the OpenConext platform
Apache License 2.0
12 stars 21 forks source link

Provisioning vagrant fails with teams restart #46

Closed relaxnow closed 8 years ago

relaxnow commented 8 years ago
TASK [tomcat_app : Deploying oidc | remove current workdir] ********************
ok: [192.168.66.79]

TASK [tomcat_app : Deploying oidc | put new warfile into place] ****************
changed: [192.168.66.79]

TASK [tomcat_app : Deploying oidc | set correct permissions] *******************
changed: [192.168.66.79]

TASK [oidc : copy oidc configuration] ******************************************
changed: [192.168.66.79]

TASK [oidc : copy oidc jwks keystore configuration] ****************************
changed: [192.168.66.79]

TASK [oidc : copy oidc logging configuration] **********************************
changed: [192.168.66.79]

TASK [oidc : copy virtual host config] *****************************************
changed: [192.168.66.79]

RUNNING HANDLER [tomcat : restart tomcat] **************************************
changed: [192.168.66.79]

RUNNING HANDLER [shibboleth : restart shibd] ***********************************
changed: [192.168.66.79]

RUNNING HANDLER [teams : restart teams] ****************************************
fatal: [192.168.66.79]: FAILED! => {"changed": false, "failed": true, "msg": "[  OK  ]\r\n[FAILED]\r\n"}
oharsta commented 8 years ago

This is related to https://github.com/OpenConext/OpenConext-deploy/issues/28. When we use the Spring boot way to start / stop the application then this will be resolved.

quartje commented 8 years ago

This has been fixed. Teams restart has a time out of 45 seconds which resolves this issue.