When I select "Enable Application Debug" in Eclipse, it is showing "Establishing debug session" in progress window but ends up enabling development mode.
When "Incremental Publish" is selected, it gives error:
Failed to create JMX connection. The connection failed. Ensure that the remote Liberty profile server is started and that the user name, password, and port number are correct.
Also, /IBMJMXConnectorREST URL is giving 404 error.
Few things on the configuration done:
Using JDK 8
Debug perspective
App memory is 1 GB
Should we configure any other thing ?
NOTE: Java Cloudant Starter pack offered by bluemix is the app's codebase in eclipse