cancel
Showing results for 
Search instead for 
Did you mean: 

HCP Java App shows wrong status in the application cockpit

Vignesh_Dh
Participant
0 Kudos

Hi Mates,

I deployed a Custom Java App I built in a productive tenant, The application was successfully deployed initially and it was in started status so I could access the application URL.

Later the status of the application changed to stopped. when I try to start the application it gives me error that the application is started already.

the application stop button is also disabled

but the application URL is still accessible.

can you please let me know how to correct the application status error, the HCP account I am using is not trial account.

Regards,

Vignesh Dharmaraj

Accepted Solutions (1)

Accepted Solutions (1)

anton_levin
Advisor
Advisor
0 Kudos

Hi Vignesh,

I recently had the same situation when app process was running but actual state was showing stopped. In order to fix that I used neo console client:

1. Execute neo status command [1] with --show-full-process-id flag to get app process id

2. Execute neo stop command [2] with --application-process-id option where you specify an id you got at step 1.

Start application normally.

Regards,

Anton

[1] SAP HANA Cloud Platform

[2] SAP HANA Cloud Platform

Vignesh_Dh
Participant
0 Kudos

Hi Anton,

Thanks , it worked for me.

Regards,

Vignesh

Answers (0)