[Bug 234674] java/openjdk8: cannot connect to JVM to debug

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 7 00:09:09 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234674

Jonathan Chen <jonc at chen.org.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonc at chen.org.nz

--- Comment #2 from Jonathan Chen <jonc at chen.org.nz> ---
I've just tried this 12.0-STABLE/amd64, and when maven starts up, there is a
listener:
1:05pm> netstat -an | egrep "8000.*LISTEN"
tcp4       0      0 *.8000                 *.*                    LISTEN

But when connecting with Eclipe's remote debugger, the following internal error
is reported (on Eclipse):

An internal error occurred during: "Launching Remote MyProject".
java.lang.NegativeArraySizeException

After this error, the listener on maven disappears:
1:07pm> netstat -an | egrep "8000.*LISTEN"
1:07pm>

Eclipse then reports:
Failed to connect to remote VM. Connection refused.
Connection refused (Connection refused)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-java mailing list