Not much in the log there, note it needs db access on startup, perhaps you have some connectivity issue between pod and maria db pod. Generally start up failures will be db access issues, or configuration issues(missing property that is required etc). Generally we will see spring throw an exception though. This log looks a bit odd to me, what log is it?
Thanks -Steve From: <[email protected]> on behalf of Sanchita Pathak <[email protected]> Reply-To: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Date: Tuesday, December 11, 2018 at 1:46 AM To: "[email protected]" <[email protected]> Subject: [onap-discuss] [so] so-openstack-adapter pod (image from local nexus) is crashing in kubernetes Hello, We are facing issue while deploying changed docker image (so-openstack-adapter:v1) from local nexus to kubernetes. In integration-override-so.yaml file in oom/kubernetes we are adding entry to pull the docker image from local nexus repository. However for openstack-adapter 1 config entry already exists. Entries done in Integration-override-so.yaml file are as below, text marked in yellow is added manually. bpmn-infra pod is up. # flag to enable debugging - application support required debugEnabled: false liveness: # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true so-bpmn-infra: repository: nexus3.xxx.xxxx.xxxx image: so-bpmn-infra:v1 so-openstack-adapter: config: openStackUserName: "onap-oom-tm" openStackKeyStoneUrl: "<<url<https://urldefense.proofpoint.com/v2/url?u=http-3A__10.126.0.50-3A5000_v2.0&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=shs6nPzThSiGJml9VXN0Eg&m=PWD9MFKoZ7TmOPZlstVOZB94CAWdsNoTydgzmv0_qac&s=zqa4La-Ogo_CQ-i5k6AGC5DiCT3W7kytkwGLN6-VKqk&e=>>>" openStackEncryptedPasswordHere: "<<password>>" repository: nexus3.xxx.xxx.xxx image: so-openstack-adapter:v1 so-openstack-adapter pod is crashing. Error log in the so-openstack-adapter : [cid:[email protected]] Thanks, Sanchita ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_Disclaimer.html&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=shs6nPzThSiGJml9VXN0Eg&m=PWD9MFKoZ7TmOPZlstVOZB94CAWdsNoTydgzmv0_qac&s=Rvk2Uv6tOnuzwSjW1ygxrX4Inoskai-XoLul3GYWFwI&e=> externally http://tim.techmahindra.com/tim/disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__tim.techmahindra.com_tim_disclaimer.html&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=shs6nPzThSiGJml9VXN0Eg&m=PWD9MFKoZ7TmOPZlstVOZB94CAWdsNoTydgzmv0_qac&s=YjyTKZmSto6BedAooQEI0o4B5N0bzfHPbJhaDfEYPBg&e=> internally within TechMahindra. ============================================================================================================================ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14407): https://lists.onap.org/g/onap-discuss/message/14407 Mute This Topic: https://lists.onap.org/mt/28717146/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
