maintainer-feedback requested: [Bug 234674] java/openjdk8: cannot connect to JVM to debug

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 6 23:22:21 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-java mailing list
<java at FreeBSD.org> for maintainer-feedback:
Bug 234674: java/openjdk8: cannot connect to JVM to debug
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234674



--- Description ---
Starting with 192-b26 one cannot connect to a JVM for debugging anymore. The
following works with:

Apache Maven 3.6.1-SNAPSHOT (abbb2604d4ced61ea5c50ce9b0796c1d1c04a2c6;
2019-01-06T20:03:37+01:00)
Maven home: /home/mosipov/apache-maven-3.6.1-SNAPSHOT
Java version: 1.8.0_181, vendor: Oracle Corporation, runtime:
/usr/local/openjdk8/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "freebsd", version: "11.2-release-p7", arch: "i386", family: "unix"
$ ~/apache-maven-3.6.1-SNAPSHOT/bin/mvnDebug
Preparing to execute Maven in debug mode
Listening for transport dt_socket at address: 8000
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.785 s
[INFO] Finished at: 2019-01-07T00:16:58+01:00


I do attach to the JVM from Windows 10 with Eclipse.

Running the same with 8.0.192 Eclipse says: connection refused. I cannot
terminate the process with Ctrl+C from the shell. I have so send SIGKILL.


More information about the freebsd-java mailing list