-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught exception occured in Thread [JavaFX Application Thread,5,main] #4633
Comments
This could be related that the SearchWorker is still implemented as SwingWorker and not properly as JavaFX Task. Related of #3861 |
Refers to #4694 |
This should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! Please remember to make a backup of your library before trying-out this version. |
I could reproduce a bug (but not with that easy)
Steps to reproduce the behavior:
Terminal Outputjkalliau@jkalliau-Z87M-D3H:~/prgm/JabRef$ java -jar -Djavafx.embed.singleThread=true JabRef--master--latest.jar %U
Ein unbekanntes Format importieren: %U
Fehler beim Öffnen der Datei '%U': Kein passendes Importer gefunden.
10:08:14.199 [JavaFX Application Thread] INFO org.jabref.logic.importer.OpenDatabase - Opening: /home/jkalliau/ownCloud/PhDJK/LaTeX/Style/LiteratureJK.bib
10:08:15.061 [JavaFX Application Thread] ERROR org.jabref.logic.citationstyle.CitationStyle - Can only load style files: Preview
10:08:22.775 [JavaFX Application Thread] ERROR org.jabref.FallbackExceptionHandler - Uncaught exception occurred in Thread[JavaFX Application Thread,5,main]
java.lang.NullPointerException: null
at java.awt.EventQueue$3$1.run(EventQueue.java:714) ~[?:1.8.0_201]
at com.sun.javafx.application.PlatformImpl.lambda$null$397(PlatformImpl.java:295) ~[jfxrt.jar:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_201]
at com.sun.javafx.application.PlatformImpl.lambda$runLater$398(PlatformImpl.java:294) ~[jfxrt.jar:?]
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) ~[jfxrt.jar:?]
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method) ~[jfxrt.jar:?]
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$203(GtkApplication.java:139) ~[jfxrt.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201]
Log Protocoll
|
Just for your information, you no longer need the -Djavafx.embed.singleThread=true switch as we now more or less completely removed the old swing stuff. There have been just some changes merged which could make this obsolete. But please wait until #4840 is resolved |
JabRef 5.1--2020-06-25--d364ffb I have just got this error while trying to paste a bib entry into the bib source field. The first time the error box came these were the details:
After I closed the error box it appeared again, with these details:
|
I had the same problem,
|
This seems to be related to the journal abbreviations |
@krantisaran Can you please test again with the latest master? Note that you can also directly paste the bibtex code on the main table. |
JabRef 5.1--2020-07-06--5e5c137 I don't get that particular error again. However the latest build has caused bug #4877 to come back again with endless cycles, and it did cause this error message which may be related to #4633:
|
@Siedlerchr Yes, it does have something to do with journal abbreviations. When I loaded a relatively large journal abbreviation table (the csv file has about 12M), the problem appeared, |
This issue will be closed in 7 days due to inactivity 💤 Please provide the requested information if the problem persists. |
Thanks issue is solved in:
|
JabRef 5.0-dev--snapshot--2019-02-04--master--a0c2e04ea
Linux 4.15.0-45-generic amd64
Java 1.8.0_201
JabRef version JabRef 5.0-dev--snapshot--2019-02-04--master--a0c2e04ea on Ubuntu 18.04, maybe related to #3431 or #4567
Steps to reproduce the behavior:
Terminal Output
Uncaught exception occured in Thread [JavaFX Application Thread,5,main]
Log Protocoll
The text was updated successfully, but these errors were encountered: