on 2023 Feb 21 1:53 PM
I am trying to debug a backend code written in Java. Previously, I could do remote debugging but now I am getting the error "app not found". Below is the command that I used for remote connection:
cf ssh myapp -c "app/META-INF/.sap_java_buildpack/sapjvm/bin/jvmmon"
The error says:
App 'myapp' not found.
Request clarification before answering.
Could you check if the app 'myapp' is listed in the current space with 'cf apps'? Your cf client needs to be targeted to the corresponding space containing this app (check with 'cf target').
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matthias,
Thanks for providing me with the input. Yes, the 'cf apps' was listing the app name. I have resolved this issue by restaging the app. It worked after that.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.