on 2021 Feb 16 5:05 PM
Hi,
I am trying to deploy the service to 'HANA cloud' and trying to access the service using the application on SAP HANA Cloud Platform but my application is getting crashed and I am not able to see the data in the services because it shown an error. I have attached the screenshot of the same below. How can I solve this error?
Regards
Atharva
Request clarification before answering.
I've had chrashes like this before and that log does not give proper detail.
You need to find the root cause and for that please:
1. Install CF Cli as explained here. If you're using Business Application Studio, then it should already be installed.
2. Open a console and login to your CF account by executing "cf login" (provide API endpoint, username and password).
3. Execute: cf logs <your-service-name> --recent >> logs.log
Step 3 will retrieve the recent logs for your crashed service (you have to indicate the crashing service name in <your-service-name>) and will redirect the output to a file named logs.log. Open this file and check the last errors (most recent are at the bottom).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
52 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.