-
-
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
IllegalArgumentException: URI is not absolute #12186
Comments
It seems to be related to a value in the file field somewhere that cannot be parsed to an URL |
That makes sense, though, I haven't seen these exceptions before. Perhaps, the URI parser is now less relaxed? Ok, I'll try to check the file fields and see whether I can find something odd. |
Alright, I can replicate this exception with the following MWE:
It is derived from an entry existing in my DB, so not constructed. The repair amounts to adding a Alternatively, you can stimulate this exception with:
I suppose that the exception will pop up wherever the URL parser is used. I've had some incomplete URLs in my DB files, but JR 6 now complains. |
After #12156 is merged, we can work on this. |
/assign-me |
👋 Hey @yash-agrawal03, thank you for your interest in this issue! 🎉 We're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly. In case you encounter failing tests during development, please check our developer FAQs! Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback. Happy coding! 🚀 ⏳ Please note, you will be automatically unassigned if the issue isn't closed within 90 days (by 21 February 2025). A maintainer can also add the "📌 Pinned"" label to prevent automatic unassignment. |
@yash-agrawal03 I worked on it, it is merged now. |
Thank-You koppor, I will start working on this issue. |
/unassign @yash-agrawal03 |
👋 Hey @yash-agrawal03, you've been automatically unassigned from this issue due to inactivity. Note If you'd like to be re-assigned, just leave another comment or ask a maintainer to assign you again. |
JabRef version
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
JabRef 6.0--2024-11-05--4705977 Linux 6.1.0-26-amd64 amd64 Java 21.0.5 JavaFX 23.0.1+4
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
Unfortunately, I can't quite reproduce this issue, although I've had this exception a few times already. It appears to be related to when I use search, the entry list when a group is selected. Also, it seems to happen after JR has been running for a while.
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: