jabref icon indicating copy to clipboard operation
jabref copied to clipboard

Uncaught exception occurred in Thread[JavaFX Application Thread,5,main] when trying the new tool Start new systematic bibliographic review

Open sdamour opened this issue 4 years ago • 3 comments

JabRef version

5.3 (latest release)

Operating system

mac OS

Details on version and operating system

BigSur version 11.5.2

Checked with the latest development build

  • [X] I made a backup of my libraries before testing the latest development version.
  • [X] I have tested the latest development version and the problem persists

Steps to reproduce the behaviour

  1. Tools --> Start new systematic literature review
  2. Fill in the info requested (Titles, authors, query, database, etc.) and then click Start Survey

Then, exception details error box pop: Uncaught exception occurred in Thread[JavaFX Application Thread,5,main]

Appendix

java.lang.IllegalStateException: Error during creation of repository structure.

at [email protected]/org.jabref.logic.crawler.StudyRepository.createBibFile(Unknown Source)
at [email protected]/org.jabref.logic.crawler.StudyRepository.createFetcherResultFile(Unknown Source)
at [email protected]/org.jabref.logic.crawler.StudyRepository.lambda$setUpRepositoryStructure$0(Unknown Source)
at java.base/java.util.ArrayList.forEach(Unknown Source)
at [email protected]/org.jabref.logic.crawler.StudyRepository.setUpRepositoryStructure(Unknown Source)
at [email protected]/org.jabref.logic.crawler.StudyRepository.<init>(Unknown Source)
at [email protected]/org.jabref.logic.crawler.Crawler.<init>(Unknown Source)
at [email protected]/org.jabref.gui.slr.ExistingStudySearchAction.crawl(Unknown Source)
at [email protected]/org.jabref.gui.slr.StartNewStudyAction.execute(Unknown Source)
at [email protected]/org.jabref.gui.actions.JabRefAction.lambda$new$3(Unknown Source)
at [email protected]/org.controlsfx.control.action.Action.handle(Unknown Source)
at [email protected]/org.controlsfx.control.action.Action.handle(Unknown Source)
at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at [email protected]/javafx.event.Event.fireEvent(Unknown Source)
at [email protected]/javafx.scene.control.MenuItem.fire(Unknown Source)
at [email protected]/com.sun.javafx.scene.control.GlobalMenuAdapter.lambda$bindMenuItemProperties$2(Unknown Source)
at [email protected]/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at [email protected]/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at [email protected]/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at [email protected]/javafx.event.Event.fireEvent(Unknown Source)
at [email protected]/javafx.scene.control.MenuItem.fire(Unknown Source)
at [email protected]/com.sun.javafx.tk.quantum.GlassSystemMenu$1.action(Unknown Source)

Caused by: java.nio.file.NoSuchFileException: /Users/sabrinadamour1/Documents/testsjab/-1393435121 - inferior longitudinal fascic OR ILF/Medline/PubMed.bib

at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(Unknown Source)
at java.base/java.nio.file.Files.newByteChannel(Unknown Source)
at java.base/java.nio.file.Files.createFile(Unknown Source)
... 32 more

sdamour avatar Sep 15 '21 16:09 sdamour

Please try the latest development version https://builds.jabref.org/main/ I cannot reproduce this

Siedlerchr avatar Sep 17 '21 17:09 Siedlerchr

@DominikVoigt Could you have a look?

koppor avatar Oct 07 '21 04:10 koppor

@Siedlerchr Sorry for the delay, I already tried the latest development version and it changed nothing

sdamour avatar Oct 08 '21 13:10 sdamour