[Bug 257979] [REVIVE] print/jabref: Bibliographic reference manager
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257979] REQUEST: print/jabref"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Aug 2021 17:30:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257979 --- Comment #2 from Rainer Hurling <rhurlin@FreeBSD.org> --- The latest version, 5.3, has no platform independant runnable JAR any more. Instead, one has to download something like the JabRef Linux portable [1] or more complicated, a source tar file from Github [2]. [1] https://www.fosshub.com/JabRef.html [2] https://github.com/JabRef/jabref/releases/tag/v5.3 The installation guide (https://docs.jabref.org/installation) tells about running bin/JabRef after untaring the portable version. This breaks with the following messages: ./bin/JabRef ERROR StatusLogger Unrecognized format specifier [d] ERROR StatusLogger Unrecognized conversion specifier [d] starting at position 16 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [thread] ERROR StatusLogger Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [level] ERROR StatusLogger Unrecognized conversion specifier [level] starting at position 35 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [logger] ERROR StatusLogger Unrecognized conversion specifier [logger] starting at position 47 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [msg] ERROR StatusLogger Unrecognized conversion specifier [msg] starting at position 54 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [n] ERROR StatusLogger Unrecognized conversion specifier [n] starting at position 56 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [d] ERROR StatusLogger Unrecognized conversion specifier [d] starting at position 16 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [thread] ERROR StatusLogger Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [level] ERROR StatusLogger Unrecognized conversion specifier [level] starting at position 35 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [logger] ERROR StatusLogger Unrecognized conversion specifier [logger] starting at position 47 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [msg] ERROR StatusLogger Unrecognized conversion specifier [msg] starting at position 54 in conversion pattern. ERROR StatusLogger Unrecognized format specifier [n] ERROR StatusLogger Unrecognized conversion specifier [n] starting at position 56 in conversion pattern. Aug. 23, 2021 7:14:54 PM com.sun.javafx.application.PlatformImpl startup WARNUNG: Unsupported JavaFX configuration: classes were loaded from 'module org.jabref.merged.module', isAutomatic: false, isOpen: true Error in glXCreateNewContext, remote GLX is likely disabled GLib-GIO-Message: 19:14:54.699: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. Aug. 23, 2021 7:14:54 PM java.util.prefs.FileSystemPreferences$6 run WARNUNG: Prefs file removed in background /home/rhurlin/.java/.userPrefs/org/jabref/prefs.xml # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000000000000, pid=89286, tid=191667 # # JRE version: OpenJDK Runtime Environment AdoptOpenJDK-16.0.1+9 (16.0.1+9) (build 16.0.1+9) # Java VM: OpenJDK 64-Bit Server VM AdoptOpenJDK-16.0.1+9 (16.0.1+9, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # C 0x0000000000000000 # # Core dump will be written. Default location: core.89286 (may not exist) # # An error report file with more information is saved as: # /usr/home/rhurlin/Downloads/JabRef/hs_err_pid89286.log Compiled method (c2) 1250 1033 4 java.util.HashMap::put (13 bytes) total in heap [0x000000081d363490,0x000000081d363830] = 928 relocation [0x000000081d3635f0,0x000000081d363618] = 40 main code [0x000000081d363620,0x000000081d363720] = 256 stub code [0x000000081d363720,0x000000081d363748] = 40 metadata [0x000000081d363748,0x000000081d363758] = 16 scopes data [0x000000081d363758,0x000000081d363798] = 64 scopes pcs [0x000000081d363798,0x000000081d3637e8] = 80 dependencies [0x000000081d3637e8,0x000000081d3637f0] = 8 handler table [0x000000081d3637f0,0x000000081d363820] = 48 nul chk table [0x000000081d363820,0x000000081d363830] = 16 # # If you would like to submit a bug report, please visit: # https://github.com/AdoptOpenJDK/openjdk-support/issues # Abbruch(core dumped) Errors with JavaFX, GLX and JDK16(?) are mentioned. It seems that a revived port would need some overhaul. HTH, Rainer -- You are receiving this mail because: You are the assignee for the bug.