Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Application not work on SCP Cloud Foundry env #4

Closed
fableh opened this issue Jan 22, 2018 · 2 comments
Closed

Application not work on SCP Cloud Foundry env #4

fableh opened this issue Jan 22, 2018 · 2 comments

Comments

@fableh
Copy link

fableh commented Jan 22, 2018

Hi all,

i´ve just tried this litte node js application to run this on scp cloud foundry.
I got the following errors (see attachement).
The main problem is mainly to fetch the host (internal SAP host ???)

http://nexus.wdf.sap.corp:8081

My setup is the following:

package.json:

{
  "name": "scp_iot_proxy",
  "version": "1.0.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "iot-application-services-sdk-nodejs": "https://github.com/SAP/iot-application-services-sdk-nodejs"
  },
  "author": "",
  "license": "ISC"
}

manifest.yaml

---
applications:
- name: scp_iot_proxy
  buildpack: nodejs_buildpack
  command: node index.js
  memory: 128M
  disk_quota: 128M
  host: scp_iot_proxy

error.txt

thx and br,
fabian

@LukasBrin LukasBrin reopened this Jan 27, 2018
@LukasBrin
Copy link
Contributor

Hi Fabian,

the issue should be fixed now. Could you please try again and confirm?

Thanks,
Lukas

@LukasBrin
Copy link
Contributor

Closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants