Your message dated Sat, 23 Mar 2019 16:08:07 +0100 with message-id <[email protected]> and subject line closing remaining openjdk-6 bugs has caused the Debian Bug report #506130, regarding openjdk-6: ManagementFactory is broken on cacao VM to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 506130: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506130 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---package: cacao-oj6-jdk version: 6b11-2 adam@zoot:~/code/upstream/ofbiz-orig$ cat Bug.java import java.lang.management.ManagementFactory; public class Bug { public static void main(String[] args) { System.err.println(ManagementFactory.getPlatformMBeanServer()); } } adam@zoot:~/code/upstream/ofbiz-orig$ /usr/lib/jvm/java-6-cacao/bin/javac Bug.java adam@zoot:~/code/upstream/ofbiz-orig$ /usr/lib/jvm/java-6-cacao/bin/java -classpath . Bug Exception in thread "main" java.lang.InternalError: Unsupported Management version at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) at java.security.AccessController.doPrivileged(Native Method) at sun.management.ManagementFactory.<clinit>(ManagementFactory.java:485) at java.lang.management.ManagementFactory.getPlatformMBeanServer(ManagementFactory.java:521) at Bug.main(Bug.java:5)
--- End Message ---
--- Begin Message ---Version: 6b41-1.13.13-1+rm Hi, openjdk-6 was last released with Debian 7.0 (wheezy), which had its LTS support end nearly a year ago and which has now been archived. I'm therefore closing the remaining openjdk-6 bugs, assuming they are no longer relevant for newer (and still supported) openjdk releases. Andreas
--- End Message ---

