cancel
Showing results for 
Search instead for 
Did you mean: 

How can I see my data in the services?

0 Kudos
146

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Epena
Participant
0 Kudos

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).