Today I upgraded my Karaf instance on my Laptop from 4.3.1 to 4.3.2. After the upgrade I could no longer connect with debugger to this instance (I used Eclipse with hostname localhost and debug port 5005).
I had to change in karaf.bat the variable: set DEFAULT_JAVA_DEBUG_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address= 127.0.0.1:5005 The original value is set DEFAULT_JAVA_DEBUG_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 In Karaf 4.3.1 it is working with the same JDK. Is this a known problem? Regards Richard