Hi All,

With Dublin latest version, after deploying ONAP, getting dgbuilder pods 
entering into CrashLoopBackOff consistently. Details below.
Have increased the liveness an readiness probe also to 180, however issue 
persists.

Need to run vFW UC on this ONAP instance, hence looking upto fixing this before 
proceeding,
Please advise how can this be resolved.  Thanks.


1.       (Kubectl describe of pod)
...
...
                Events:
  Type     Reason     Age                   From                        Message
  ----     ------     ----                  ----                        -------
  Normal   Scheduled  18m                   default-scheduler           
Successfully assigned onap/may06-sdnc-sdnc-dgbuilder-5b859467c5-vvcbq to 
onap-dub-worker-4
  Normal   Pulled     18m                   kubelet, onap-dub-worker-4  
Container image "oomk8s/readiness-check:2.0.2" already present on machine
  Normal   Created    18m                   kubelet, onap-dub-worker-4  Created 
container
  Normal   Started    18m                   kubelet, onap-dub-worker-4  Started 
container
  Normal   Pulled     12m (x5 over 16m)     kubelet, onap-dub-worker-4  
Container image "nexus3.onap.org:10001/onap/ccsdk-dgbuilder-image:0.4.4" 
already present on machine
  Normal   Created    12m (x5 over 16m)     kubelet, onap-dub-worker-4  Created 
container
  Normal   Started    12m (x5 over 16m)     kubelet, onap-dub-worker-4  Started 
container
  Warning  BackOff    3m37s (x40 over 15m)  kubelet, onap-dub-worker-4  
Back-off restarting failed container

2.       ubuntu@onap-dub-controller-1:~/oom/kubernetes$ kubectl -n onap logs 
may06-sdnc-sdnc-dgbuilder-5b859467c5-vvcbq
ReleaseDir:sdnc1.0
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer 
supported. Please update to mkdirp 1.x. (Note that the API surface has changed 
to use Promises in 1.x.)
npm WARN deprecated [email protected]: request has been deprecated, see 
https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer 
are deprecated. See https://nodemailer.com/status/
npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: the module is now available as 'css-what'
npm WARN deprecated [email protected]: connect 2.x series is deprecated
npm WARN deprecated [email protected]: scmp v2 uses improved core crypto comparison 
since Node v6.6.0
npm WARN deprecated [email protected]: 'native-or-bluebird' is 
deprecated. Please use 'any-promise' instead.
npm WARN deprecated [email protected]: This project is unmaintained
WARN engine [email protected]: wanted: {"node":">=6"} (current: 
{"node":"4.2.6","npm":"3.5.2"})
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make 
sure to switch over as this distribution is no longer supported and may contain 
bugs and critical security issues.
npm WARN deprecated [email protected]: This module moved to @hapi/sntp. Please make 
sure to switch over as this distribution is no longer supported and may contain 
bugs and critical security issues.
npm WARN deprecated [email protected]: This version has been deprecated in accordance 
with the hapi support policy (hapi.im/support). Please upgrade to the latest 
version to get the best features, bug fixes, and security patches. If you are 
unable to upgrade at this time, paid support is available for older versions 
(hapi.im/commercial).
npm WARN deprecated [email protected]: This version has been deprecated in 
accordance with the hapi support policy (hapi.im/support). Please upgrade to 
the latest version to get the best features, bug fixes, and security patches. 
If you are unable to upgrade at this time, paid support is available for older 
versions (hapi.im/commercial).
npm WARN deprecated [email protected]: This version has been deprecated in accordance 
with the hapi support policy (hapi.im/support). Please upgrade to the latest 
version to get the best features, bug fixes, and security patches. If you are 
unable to upgrade at this time, paid support is available for older versions 
(hapi.im/commercial).
WARN engine [email protected]: wanted: {"node":">=6"} (current: 
{"node":"4.2.6","npm":"3.5.2"})
WARN engine [email protected]: wanted: {"node":">=8.0"} (current: 
{"node":"4.2.6","npm":"3.5.2"})
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or 
higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to 
"coffeescript" (no hyphen)
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher 
to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for 
compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher 
to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer 
supported. Please update to mkdirp 1.x. (Note that the API surface has changed 
to use Promises in 1.x.)
npm WARN deprecated [email protected]: Jade has been renamed to pug, please install 
the latest version of pug instead of jade
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for 
compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer 
supported. Please update to mkdirp 1.x. (Note that the API surface has changed 
to use Promises in 1.x.)
npm WARN deprecated [email protected]: This package is unmaintained. Use 
@sinonjs/formatio instead
npm WARN deprecated [email protected]: This package has been deprecated in favour of 
@sinonjs/samsam
npm ERR! Linux 4.15.0-72-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! code EMISSINGARG

npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror     at andLogAndFinish 
(/usr/share/npm/lib/fetch-package-metadata.js:31:3)
npm ERR! typeerror     at fetchPackageMetadata 
(/usr/share/npm/lib/fetch-package-metadata.js:51:22)
npm ERR! typeerror     at resolveWithNewModule 
(/usr/share/npm/lib/install/deps.js:456:12)
npm ERR! typeerror     at /usr/share/npm/lib/install/deps.js:457:7
npm ERR! typeerror     at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror     at /usr/share/npm/lib/fetch-package-metadata.js:37:12
npm ERR! typeerror     at addRequestedAndFinish 
(/usr/share/npm/lib/fetch-package-metadata.js:82:5)
npm ERR! typeerror     at returnAndAddMetadata 
(/usr/share/npm/lib/fetch-package-metadata.js:117:7)
npm ERR! typeerror     at pickVersionFromRegistryDocument 
(/usr/share/npm/lib/fetch-package-metadata.js:134:20)
npm ERR! typeerror     at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror This is an error with npm itself. Please report this error 
at:
npm ERR! typeerror     <http://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /opt/onap/ccsdk/dgbuilder/npm-debug.log
module.js:328
    throw err;
    ^

Error: Cannot find module 'express'
    at Function.Module._resolveFilename (module.js:326:15)
    at Function.Module._load (module.js:277:25)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/opt/onap/ccsdk/dgbuilder/red.js:19:15)
    at Module._compile (module.js:410:26)
    at Object.Module._extensions..js (module.js:417:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Function.Module.runMain (module.js:442:10)
For Release "sdnc1.0"  :3100 --- STARTED PID:
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
sdnc1.0        http://localhost:3100         stopped
ubuntu@onap-dub-controller-1:~/oom/kubernetes$

Regards,
Kuldeep

::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.
________________________________

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#20985): https://lists.onap.org/g/onap-discuss/message/20985
Mute This Topic: https://lists.onap.org/mt/74034530/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to