Skip to content

Instantly share code, notes, and snippets.

@kafran
Created May 13, 2017 09:02
Show Gist options
  • Save kafran/c6dc9ab84bb3a25b24b908b42d406d67 to your computer and use it in GitHub Desktop.
Save kafran/c6dc9ab84bb3a25b24b908b42d406d67 to your computer and use it in GitHub Desktop.
<details>
<summary>Detail information:</summary>
```
Opening: /home/kafran/Dropbox/PPGP/Docear/projects/PPGP/_data/15A06A9812F266QCVN96A7OXRBJEXYVIJOMS/default_files/PPGP.bib
Uncaught exception Occurred in Thread[AWT-EventQueue-0,6,main]
com.google.common.util.concurrent.UncheckedExecutionException: java.time.format.DateTimeParseException: Text 'D:20170512224019-03'00'' could not be parsed at index 0
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
at org.jabref.logic.pdf.FileAnnotationCache.getFromCache(FileAnnotationCache.java:43)
at org.jabref.gui.entryeditor.FileAnnotationTab.addAnnotations(FileAnnotationTab.java:110)
at org.jabref.gui.entryeditor.FileAnnotationTab.initializeTab(FileAnnotationTab.java:89)
at org.jabref.gui.entryeditor.EntryEditor$TabListener.lambda$stateChanged$0(EntryEditor.java:1163)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.time.format.DateTimeParseException: Text 'D:20170512224019-03'00'' could not be parsed at index 0
at java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
at java.time.LocalDateTime.parse(LocalDateTime.java:492)
at org.jabref.model.pdf.FileAnnotation.extractModifiedTime(FileAnnotation.java:87)
at org.jabref.logic.pdf.PdfAnnotationImporter.createMarkedAnnotations(PdfAnnotationImporter.java:87)
at org.jabref.logic.pdf.PdfAnnotationImporter.importAnnotations(PdfAnnotationImporter.java:59)
at org.jabref.logic.pdf.EntryAnnotationImporter.lambda$importAnnotationsFromFiles$2(EntryAnnotationImporter.java:60)
at java.util.Optional.ifPresent(Optional.java:159)
at org.jabref.logic.pdf.EntryAnnotationImporter.importAnnotationsFromFiles(EntryAnnotationImporter.java:60)
at org.jabref.logic.pdf.FileAnnotationCache$1.load(FileAnnotationCache.java:30)
at org.jabref.logic.pdf.FileAnnotationCache$1.load(FileAnnotationCache.java:27)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
... 22 more
```
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment