open
None
Doubt
Local-Stamp
2016-11-10
2016-10-24
David Aleixo
No

Hi all,

After finish the local-stamp upgrade process, the startup procedure generates the following output:

Error launching Local Stamp Command failed: /bin/sh -c mkdir -p /tmp/gateway-component; cd /tmp/gateway-component;pwd;git clone git@gitlab.iti.upv.es:iti_kumori_paas/gateway-component.git .;docker run --rm -v "/tmp/gateway-component:/eslap/component" --entrypoint=bash eslap.cloud/runtime/native:1_0_0 -c "cd /eslap/component;npm install --production";
Cloning into '.'...
Warning: Permanently added the ECDSA host key for IP address '158.42.156.238' to the list of known hosts.

This issue is related to one missing image (eslap://eslap.cloud/runtime/native/1_0_0)

eslap.cloud/local-stamp 1_0_0 95b65433d42c 3 days ago 985.4 MB
eslap.cloud/elk 1_0_0 d6c67b531589 5 days ago 594.4 MB
eslap.cloud/runtime/java 1_0_0 06c74fc20e80 3 months ago 610.8 MB
c2netproject.eu/runtime/java/dev 1_0_0 b1d768d84297 3 months ago 906 MB
c2netproject.eu/runtime/nodejs 1_0_0 6d62d768473c 3 months ago 781.2 MB
c2netproject.eu/runtime/java 1_0_0 1b9bba091adc 3 months ago 781.2 MB
eslap.cloud/runtime/native 1_1_0 f38c056f4343 4 months ago 188 MB

To overcame this error, try to install the missing image before launching the new version of the local stamp:

./runtime-tool.sh install -n eslap://eslap.cloud/runtime/native/1_0_0

Discussion

  • Javier Hitado
    Javier Hitado
    2016-11-10

    In my case, I faced the same problem and in order to execute the local-stamp, I had to execute also the following command:

    ./runtime-tool.sh install -n eslap://eslap.cloud/elk/1_0_0