-
-
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
jabref not starting on Linux #7105
Comments
Same problem with .deb version https://builds.jabref.org/master/jabref_5.2-1_amd64.deb from 11/16/20 on Ubuntu 18.04. |
Hmm I did some changes yesterday, maybe need to revert some back. The script is normally auto-generated. |
Same here - does not start jabref-5.2.255-1.x86_64 |
Maybe I misunderstood - I edited |
Can you please test the version from here? I reverted some changes, so hopeuflly it works again: |
On Windows neither (no reaction at all). Neither with the actual master nor with the 7107 @Siedlerchr mentioned. |
Just tried https://builds.jabref.org/pull/7107/merge/ |
Same here using the rpm version on Fedora 33. Here is one hint, the automatically generated script contains the line: "$DIR/java" -p "$DIR/../app" -m org.jabref/org.jabref/org.jabref.gui.JabRefLauncher "$@" note the repeated org.jabref after -m. Replacing this with: "$DIR/java" -p "$DIR/../app" -m org.jabref/org.jabref.gui.JabRefLauncher "$@" works! |
@sambo57u Thanks for the hint! |
Ok, the .deb version from https://builds.jabref.org/pull/7107/merge/ works again on Ubuntu 20.04. Thanks. |
It is also working (rpm version) on Fedora 33. |
Working for Win10, too. Thanks a lot! |
Thanks for the quick feedback! I merged the fix now (currently building) , so all master versions will then work again. |
solved JabRef 5.2--2020-11-17--a335f0d |
@ilippert With this version, and under Linux, JabRef opens but the "group" and the "web search" interfaces do not open. An exception is raised. Exception details:
Caused by: java.lang.reflect.InvocationTargetException |
@mlep The group error is probably related to another issue which was fixed recently |
@Siedlerchr OK, thanks for the info. I will wait for the next build. |
at |
In JabRef 5.2--2020-11-18--6669a6e too, The group window does not open and an exception is raised. |
@Siedlerchr Does it require a new issue to be created? |
@mlep Does it work again in the latest master? |
Yes, it is working on the current master jabref-5.2.272 |
@Siedlerchr I still have the issue with the group panel with the version Some details:
Uncaught exception occurred in Thread[JavaFx Application Thread,5,main]
Caused by: java.lang.reflect.InvocationTargetException |
JabRef 5.2--2020-11-16--1dc91ca
Installed from rpm
Fedora Linux 33
After updating to the devel version of today the jabref fails to start with error message:
Error: Could not find or load main class org.jabref/org.jabref.gui.JabRefLauncher in module org.jabref
this is by executing /opt/jabref/bin/JabRef OR the script in /opt/jabref/lib/runtime/bin
Changing the srcript line to:
"$DIR/java" -p "$DIR/../../app" -m org.jabref/org.jabref.gui.JabRefLauncher "$@"
works.
The text was updated successfully, but these errors were encountered: