Hi Kevin,I ran into the same issue as you.Do the following instead:$ cf set-env <application_name> JBP_CONFIG_JAVA_OPTS '[java_opts: "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8000"]'
$ cf restage <application_name>
$ cf s...
Hi krishma_bhatia16,1:At the moment it's not possible to intercept exceptions, in order to for example change the error message, but we have planned such a feature for the future, it's currently on our backlog.What you can do at the moment is to hand...