Skip to content
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

Cannot generate bibliography in LO #8540

Closed
2 tasks done
Siedlerchr opened this issue Mar 3, 2022 · 0 comments · Fixed by #7795
Closed
2 tasks done

Cannot generate bibliography in LO #8540

Siedlerchr opened this issue Mar 3, 2022 · 0 comments · Fixed by #7795
Labels
bug Confirmed bugs or reports that are very likely to be bugs openoffice/libreoffice

Comments

@Siedlerchr
Copy link
Member

Siedlerchr commented Mar 3, 2022

JabRef version

Latest development branch build (please note build date below)

Operating system

macOS

Details on version and operating system

mac os BigSur

Checked with the latest development build

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

Steps to reproduce the behaviour

  1. Create a new empty LO Writer document
  2. Write asdfasd
  3. Cite an entry
  4. Exception is logged

Version is
Version: 7.3.1.3 / LibreOffice Community
Build ID: a69ca51ded25f3eefd52d7bf9a5fad8c90b87951
CPU threads: 12; OS: Mac OS X 10.16; UI render: default; VCL: osx
Locale: de-DE (de_DE.UTF-8); UI: en-US
Calc: threaded

Debugging shows that it's looking for a section JR_BIB and tries to access it


2022-03-03 20:04:25 [JavaFX Application Thread] org.jabref.gui.openoffice.OpenOfficePanel.pushEntries()
WARN: Could not insert entry: com.sun.star.container.NoSuchElementException: 
	at org.libreoffice.uno/com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedException(Job.java:158)
	at org.libreoffice.uno/com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:122)
	at org.libreoffice.uno/com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:312)
	at org.libreoffice.uno/com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:281)
	at org.libreoffice.uno/com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:81)
	at org.libreoffice.uno/com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:619)
	at org.libreoffice.uno/com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:145)
	at org.libreoffice.uno/com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:129)
	at jdk.proxy2/jdk.proxy2.$Proxy32.getByName(Unknown Source)
	at org.jabref/org.jabref.gui.openoffice.OOBibBase.clearBibTextSectionContent2(OOBibBase.java:1032)
	at org.jabref/org.jabref.gui.openoffice.OOBibBase.rebuildBibTextSection(OOBibBase.java:802)
	at org.jabref/org.jabref.gui.openoffice.OOBibBase.insertEntry(OOBibBase.java:370)
	at org.jabref/org.jabref.gui.openoffice.OpenOfficePanel.pushEntries(OpenOfficePanel.java:514)
	at org.jabref/org.jabref.gui.openoffice.OpenOfficePanel.lambda$5(OpenOfficePanel.java:188)

Appendix

...

Log File
Paste an excerpt of your log file here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs openoffice/libreoffice
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant