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
From the file menu choose "import from external database"
Connect to a database server.
Choose a database to import from.
JabRef throws an exception. Here is the log:
20:40:18.796 [Spin-0] ERROR net.sf.jabref.sql.importer.DbImportAction - Error importing from database
java.lang.NullPointerException
at net.sf.jabref.sql.importer.DbImportAction.performImport(DbImportAction.java:161) [JabRef-3.4.jar:?]
at net.sf.jabref.sql.importer.DbImportAction.run(DbImportAction.java:125) [JabRef-3.4.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
at spin.Invocation.evaluate(Invocation.java:175) [JabRef-3.4.jar:?]
at spin.off.SpinOffEvaluator$1.run(SpinOffEvaluator.java:108) [JabRef-3.4.jar:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
If another database is open previous to trying to import, everything works as it is supposed to. I've only tested this against a PostgreSQL server.
Cheers,
Fred
The text was updated successfully, but these errors were encountered:
JabRef version 3.4 on x86_64 Linux
Steps to reproduce:
Start JabRef.
JabRef throws an exception. Here is the log:
20:40:18.796 [Spin-0] ERROR net.sf.jabref.sql.importer.DbImportAction - Error importing from database
java.lang.NullPointerException
at net.sf.jabref.sql.importer.DbImportAction.performImport(DbImportAction.java:161) [JabRef-3.4.jar:?]
at net.sf.jabref.sql.importer.DbImportAction.run(DbImportAction.java:125) [JabRef-3.4.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_92]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_92]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_92]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_92]
at spin.Invocation.evaluate(Invocation.java:175) [JabRef-3.4.jar:?]
at spin.off.SpinOffEvaluator$1.run(SpinOffEvaluator.java:108) [JabRef-3.4.jar:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
If another database is open previous to trying to import, everything works as it is supposed to. I've only tested this against a PostgreSQL server.
Cheers,
Fred
The text was updated successfully, but these errors were encountered: