Skip to content

Getting FileSystemNotFoundException #5798

@johann-petrak

Description

@johann-petrak

I have been using the version 5 nightlies and beta on linux (Ubuntu 18.04) and found a method to make this work: using OpenJDK 11 with basically the following command to run:
${OJDK11}/bin/java -Xmx5G -p ${JABREF_HOME}/lib/app/mods -m org.jabref/org.jabref.JabRefLauncher

This stopped to work now though and I get this when I try to use OpenJDK 11:

Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: /home/johann/software/jabref/JabRef/lib/app/mods/java-string-similarity-1.2.1.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Unsupported major.minor version 57.0

When I use OpenJDK 13 instead, I get this:

ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
ERROR JabRefMain Unexpected exception
 java.nio.file.FileSystemNotFoundException
	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getFileSystem(ZipFileSystemProvider.java:172)
	at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getPath(ZipFileSystemProvider.java:158)
	at java.base/java.nio.file.Path.of(Path.java:208)
	at java.base/java.nio.file.Paths.get(Paths.java:98)
	at org.jabref/org.jabref.gui.util.ThemeLoader.addAndWatchForChanges(ThemeLoader.java:96)
	at org.jabref/org.jabref.gui.util.ThemeLoader.installCss(ThemeLoader.java:81)
	at org.jabref/org.jabref.JabRefGUI.openWindow(JabRefGUI.java:90)
	at org.jabref/org.jabref.JabRefGUI.<init>(JabRefGUI.java:54)
	at org.jabref/org.jabref.JabRefMain.start(JabRefMain.java:76)
	at org.jabref.merged.module/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:846)
	at org.jabref.merged.module/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:455)
	at org.jabref.merged.module/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at org.jabref.merged.module/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
	at org.jabref.merged.module/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
	at org.jabref.merged.module/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
	at org.jabref.merged.module/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
	at java.base/java.lang.Thread.run(Thread.java:830)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions