I'm trying to use the remote debugging, but inteil...
# troubleshoot
b
I'm trying to use the remote debugging, but inteillj just keeps getting connection reset. I had this issue before, but I forget how I fixed it. Has anyone seen a similar issue?
a
b
Thanks Paul, but I actually figured out the issue. I am using Java 11, and the JAVA_TOOL_OPTS needs to be:
JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,address=*:5005,server=y,suspend=n
instead of
JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,address=5005,server=y,suspend=n