Date: Mon, 07 Jan 2019 00:09:06 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 234674] java/openjdk8: cannot connect to JVM to debug Message-ID: <bug-234674-8522-nNkQbNm0S5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-234674-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-234674-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234674 Jonathan Chen <jonc@chen.org.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonc@chen.org.nz --- Comment #2 from Jonathan Chen <jonc@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 e= rror 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) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234674-8522-nNkQbNm0S5>