I have this problem with both libreoffice and libreoffice-bin : when I create a new database or open an existing one (HSQLDB or Firebird, embedded or not), I can't go to the table tab.
I started libreoffice from a terminal but no error showed up when tring to access table tab.
So I started libreoffice from a terminal and, when creating a new database, I checked "Create tables using the table wizard" and this error occured in the terminal :
Code: Select all
janv. 20, 2026 11:55:25 AM com.sun.star.wizards.db.DBMetaData getConnection
GRAVE: null
com.sun.star.uno.RuntimeException: NSS_NoDB_Init failed with PR_CALL_ONCE_ERROR (-5925)
at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method)
at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:185)
at jdk.proxy1/jdk.proxy1.$Proxy28.getConnection(Unknown Source)
at com.sun.star.wizards.db.DBMetaData.getConnection(DBMetaData.java:630)
at com.sun.star.wizards.db.DBMetaData.getConnection(DBMetaData.java:597)
at com.sun.star.wizards.db.DBMetaData.getConnection(DBMetaData.java:575)
at com.sun.star.wizards.db.TableDescriptor.getConnection(TableDescriptor.java:101)
at com.sun.star.wizards.table.TableWizard.startTableWizard(TableWizard.java:344)
at com.sun.star.wizards.table.CallTableWizard$TableWizardImplementation.trigger(CallTableWizard.java:80)
I tried looking for problems with NSS (renaming thunderbird and firefox profile folders in order to prevent LibreOffice for searching certificates there), tried to modify /opt/openjdk-bin-21.0.8_p9/conf/security/java.security, tried different startup options for java into LibreOffice advanced options, nothing happened.
I am stuck so... could you help me ?


