Skip to content

Unable to start up Jabref #4438

@skanskan

Description

@skanskan

When I run JabRef_windows-x64_5_0-dev--snapshot--2018-10-30--master--274fed486.exe nothing happens.
The program appears on Windows task manager but there is no usable Window.
I have the same problem with several older Jabref 5.0 versions I've tried.
Version 4 was working well.

Then I have tried to run it from the command line with
java -jar JabRefxxxx.jar and I get this error messages:

C:\Program Files\JabRef>java -jar JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar
20:12:24.051 [JavaFX Application Thread] INFO  org.jabref.logic.importer.OpenDatabase - Opening: C:\Personal\women\person-years.bib
20:12:25.617 [JavaFX Application Thread] ERROR org.jabref.logic.citationstyle.CitationStyle - Could not find file: /ieee.csl
java.nio.file.NoSuchFileException: \ieee.csl
        at sun.nio.fs.WindowsException.translateToIOException(Unknown Source) ~[?:1.8.0_191]
        at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) ~[?:1.8.0_191]
        at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) ~[?:1.8.0_191]
        at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source) ~[?:1.8.0_191]
        at java.nio.file.Files.newByteChannel(Unknown Source) ~[?:1.8.0_191]
        at java.nio.file.Files.newByteChannel(Unknown Source) ~[?:1.8.0_191]
        at java.nio.file.Files.readAllBytes(Unknown Source) ~[?:1.8.0_191]
        at org.jabref.logic.citationstyle.CitationStyle.createCitationStyleFromFile(CitationStyle.java:110) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.logic.citationstyle.CitationStyle.getDefault(CitationStyle.java:127) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.logic.citationstyle.CitationStyleCache.<init>(CitationStyleCache.java:29) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.gui.BasePanel.<init>(BasePanel.java:177) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.gui.JabRefFrame.addTab(JabRefFrame.java:1211) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.gui.JabRefFrame.addParserResult(JabRefFrame.java:1010) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.JabRefGUI.openWindow(JabRefGUI.java:123) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.JabRefGUI.<init>(JabRefGUI.java:62) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.JabRefMain.start(JabRefMain.java:77) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863) ~[jfxrt.jar:?]
        at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326) ~[jfxrt.jar:?]
        at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) ~[jfxrt.jar:?]
        at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_191]
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) ~[jfxrt.jar:?]
        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) ~[jfxrt.jar:?]
        at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[jfxrt.jar:?]
        at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177) ~[jfxrt.jar:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
20:12:26.171 [JavaFX Application Thread] ERROR org.jabref.JabRefMain - Unexpected exception
java.nio.file.FileSystemNotFoundException: null
        at com.sun.nio.zipfs.ZipFileSystemProvider.getFileSystem(ZipFileSystemProvider.java:171) ~[zipfs.jar:1.8.0_191]
        at com.sun.nio.zipfs.ZipFileSystemProvider.getPath(ZipFileSystemProvider.java:157) ~[zipfs.jar:1.8.0_191]
        at java.nio.file.Paths.get(Unknown Source) ~[?:1.8.0_191]
        at org.jabref.gui.util.ThemeLoader.addAndWatchForChanges(ThemeLoader.java:93) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.gui.util.ThemeLoader.installCss(ThemeLoader.java:82) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.JabRefGUI.openWindow(JabRefGUI.java:153) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.JabRefGUI.<init>(JabRefGUI.java:62) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at org.jabref.JabRefMain.start(JabRefMain.java:77) ~[JabRef-5.0-dev--snapshot--2018-10-29--master--11a62dd5e.jar:?]
        at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$161(LauncherImpl.java:863) ~[jfxrt.jar:?]
        at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326) ~[jfxrt.jar:?]
        at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) ~[jfxrt.jar:?]
        at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_191]
        at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) ~[jfxrt.jar:?]
        at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) ~[jfxrt.jar:?]
        at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[jfxrt.jar:?]
        at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177) ~[jfxrt.jar:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]

In order to try it I've added antivirus and firewall exceptions (and also tried disabling them).
I'm using Windows 10 x64 and Java(TM) SE Runtime Environment (build 1.8.0_191-b12).
I can't add a screenshot nor excerpt of log (available in the error console) because I can't even start the program.

Metadata

Metadata

Assignees

No one assigned

    Labels

    [outdated] type: bugConfirmed bugs or reports that are very likely to be bugs

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions