-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
I upgraded my OS from Windows 7 to Windows 10 recently, and the JabRef does not allow me to add new entries or even edit existing entries. Whenever I tried to add new entry or tried to edit an existing entries, there popped out an "error: added_entry". The error console told me the following. See if anyone knows how to fix it:
_Log_
Sep 09, 2015 9:54:23 AM net.sf.jabref.plugin.PluginCore initialize
INFO: Found 8 plugin(s):
- adssearch (jar:file:/C:/Users/qxd/.jabref/plugins/ADSsearch-0.1.jar!/plugin.xml)
- net.sf.jabref.core (jar:file:/E:/Applications/Study/JabRef/JabRef-2.10.jar!/plugins/net.sf.jabref.core/plugin.xml)
- INSPIREfetcher (jar:file:/C:/Users/qxd/.jabref/plugins/INSPIREfetcher-0.3.jar!/plugin.xml)
- adsfetcher (jar:file:/C:/Users/qxd/.jabref/plugins/ADSFetcher-0.4.jar!/plugin.xml)
- arxivrss (jar:file:/C:/Users/qxd/.jabref/plugins/arxivrss-0.5.jar!/plugin.xml)
- org.bibsonomy.plugin.jabref (jar:file:/C:/Users/qxd/.jabref/plugins/jabref-bibsonomy-plugin-2.5.2-bin.jar!/plugin.xml)
- net.sf.jabrefprrvp (jar:file:/C:/Users/qxd/.jabref/plugins/net.sf.jabrefprrvp.jar!/plugin.xml)
- net.sf.jabref.export.misq (jar:file:/E:/Applications/Study/JabRef/JabRef-2.10.jar!/plugins/net.sf.jabref.export.misq/plugin.xml)
Sep 09, 2015 9:54:25 AM net.sf.jabref.Globals logger
INFO: Opening: F:\References\Archive\Archive.bib
Sep 09, 2015 9:54:30 AM net.sf.jabref.Globals logger
INFO: Could not get key binding for "Open folder"
Sep 09, 2015 9:54:36 AM org.bibsonomy.rest.RestProperties getInstance
WARNING: unable to initialize jndi context
Sep 09, 2015 9:54:36 AM org.bibsonomy.rest.RestProperties getInstance
INFO: reading config file 'RestConfig.cfg' from classloader -> nowhere (not found)
_Output_
Found 8 plugin(s):
- adssearch (jar:file:/C:/Users/qxd/.jabref/plugins/ADSsearch-0.1.jar!/plugin.xml)
- net.sf.jabref.core (jar:file:/E:/Applications/Study/JabRef/JabRef-2.10.jar!/plugins/net.sf.jabref.core/plugin.xml)
- INSPIREfetcher (jar:file:/C:/Users/qxd/.jabref/plugins/INSPIREfetcher-0.3.jar!/plugin.xml)
- adsfetcher (jar:file:/C:/Users/qxd/.jabref/plugins/ADSFetcher-0.4.jar!/plugin.xml)
- arxivrss (jar:file:/C:/Users/qxd/.jabref/plugins/arxivrss-0.5.jar!/plugin.xml)
- org.bibsonomy.plugin.jabref (jar:file:/C:/Users/qxd/.jabref/plugins/jabref-bibsonomy-plugin-2.5.2-bin.jar!/plugin.xml)
- net.sf.jabrefprrvp (jar:file:/C:/Users/qxd/.jabref/plugins/net.sf.jabrefprrvp.jar!/plugin.xml)
- net.sf.jabref.export.misq (jar:file:/E:/Applications/Study/JabRef/JabRef-2.10.jar!/plugins/net.sf.jabref.export.misq/plugin.xml)
Opening: F:\References\Archive\Archive.bib
Could not get key binding for "Open folder"
unable to initialize jndi context
reading config file 'RestConfig.cfg' from classloader -> nowhere (not found)
_Exceptions_
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchFieldError: ADDED_ENTRY
at org.bibsonomy.plugin.jabref.listener.PluginDataBaseChangeListener.databaseChanged(PluginDataBaseChangeListener.java:57)
at net.sf.jabref.BibtexDatabase.fireDatabaseChanged(BibtexDatabase.java:591)
at net.sf.jabref.BibtexDatabase.insertEntry(BibtexDatabase.java:234)
at net.sf.jabref.BasePanel.newEntry(BasePanel.java:1802)
at net.sf.jabref.JabRefFrame$NewEntryAction.actionPerformed(JabRefFrame.java:1220)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$300(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
error setting key: java.lang.NoSuchFieldError: ADDED_ENTRY
error setting key: java.lang.NoSuchFieldError: ADDED_ENTRY
error setting key: java.lang.NoSuchFieldError: ADDED_ENTRY
Metadata
Metadata
Assignees
Labels
No labels