You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When killing the postgre instance (needed, otherwise my laptop will die), I'm getting about 10-15 of such exceptions thrown:
2024-11-14 13:47:06 [pool-2-thread-2] org.jabref.logic.search.retrieval.BibFieldsSearcher.search()
ERROR: Error during bib fields search execution: org.postgresql.util.PSQLException: This connection has been closed.
at [email protected]/org.postgresql.jdbc.PgConnection.checkClosed(Unknown Source)
at [email protected]/org.postgresql.jdbc.PgConnection.prepareStatement(Unknown Source)
at [email protected]/org.postgresql.jdbc.PgConnection.prepareStatement(Unknown Source)
at [email protected]/org.jabref.logic.search.retrieval.BibFieldsSearcher.search(Unknown Source)
at [email protected]/org.jabref.logic.search.retrieval.BibFieldsSearcher.isMatched(Unknown Source)
at [email protected]/org.jabref.logic.search.IndexManager.isEntryMatched(Unknown Source)
at [email protected]/org.jabref.gui.groups.GroupNodeViewModel$SearchIndexListener.lambda$listen$1(Unknown Source)
at [email protected]/org.jabref.logic.util.BackgroundTask$2.call(Unknown Source)
at [email protected]/org.jabref.logic.util.BackgroundTask$2.call(Unknown Source)
at [email protected]/org.jabref.gui.util.UiTaskExecutor$1.call(Unknown Source)
at [email protected]/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
I don't know why such a comprehensive search is triggered when just editing some entry fields... I've not been using search, but I realise that my global search is non-empty. Apparently, it seems to be the search update is again triggered to often. I realise that there is a related issue with JR5, right?
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-13--5f1dd59 Linux 6.1.0-26-amd64 amd64 Java 23.0.1 JavaFX 23.0.1+4
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
I can't exactly replicate this issue, it occurs a few times a day. The following steps might increase the likelihood to stimulate the issue:
I'm using
top
to see that there is a postgre instance spun off and to check its CPU load. This issue has not occurred under JR5.x.Appendix
Log File
The text was updated successfully, but these errors were encountered: