Hi,
I am trying to install HANA express 2.0 SP3.
the installations is failing in below step
05:25:42.880 - INFO: Output line 279: Installation of archive file(s) '/software/HANA_SP3/HANA_EXPRESS_20/DATA_UNITS/XSAC_SAP_WEB_IDE_20/XSACSAPWEBIDE03_0.zip' failed.
when I checked logs the "tools" app is giving error at staging step.
Below are the logs for same:
Upload status: finished
Checking upload status of application "tools"...
Application "tools" uploaded
Scaling application "tools"...
Staging application "tools"...
Node.js
Node.js buildpack version 3.4.3
Avoid using semver ranges like '*' in engines.node
Available Node.js runtimes: node8.9,node6.12
Downloading Node.js...
Unpacking Node.js archive...
Installing npm modules...
npm ERR! code E403
npm ERR! 403 Access violation: connect@3.6.2
npm ERR! A complete log of this run can be found in:
npm ERR! /hana/shared/HXE/xs/app_working/stager/work/3cf03590-8d32-4214-8322-d24f9a5b4b21-30/droplet/npm_cache/_logs/2018-06-19T09_11_24_839Z-debug.log
Error: Command failed: "/hana/shared/HXE/xs/app_working/stager/work/3cf03590-8d32-4214-8322-d24f9a5b4b21-30/droplet/app/vendor/node8.9/bin/npm" install --production
Error: Command failed: "/hana/shared/HXE/xs/app_working/stager/work/3cf03590-8d32-4214-8322-d24f9a5b4b21-30/droplet/app/vendor/node8.9/bin/npm" install --production
at checkExecSyncError (child_process.js:601:13)
at Object.execSync (child_process.js:641:13)
at execSync (/hana/shared/HXE/xs/app_working/stager/cache/21592d74-9ee8-4660-9563-d3c5badc610c/lib/utils.js:20:16)
at Object.exports.npmInstall (/hana/shared/HXE/xs/app_working/stager/cache/21592d74-9ee8-4660-9563-d3c5badc610c/lib/utils.js:152:5)
at main (/hana/shared/HXE/xs/app_working/stager/cache/21592d74-9ee8-4660-9563-d3c5badc610c/lib/compile.js:44:9)
at main.next (<anonymous>)
at onFulfilled (/hana/shared/HXE/xs/app_working/stager/cache/21592d74-9ee8-4660-9563-d3c5badc610c/node_modules/co/index.js:65:19)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Execution of bin/compile failed (exit value 1)
Failed to stage app 'tools' [Org 'HANAExpress', Space 'SAP']: Execution of bin/compile failed (exit value 1).
Error staging application "tools": 200 Application staging failed
Async execution has failed
---------------- deploy service END --------------------------------
Error staging application "tools": 200 Application staging failed
Async execution has failed
Error staging application "tools": 200 Application staging failed
Async execution has failed
I check of the error and found it comes in npm version 5.5.1 (issue #18567) and tried available solutions for it but of no use.
I have used http_proxy, https_proxy and no_proxy env variables for di-local-npm-registry.
PS: I have upgraded an existing sp2 system using same package and it worked, but when I tried to perform upgrade on similar system it failed with exactly same error.
Any help is appreciated.