Your message dated Fri, 09 Dec 2016 04:33:23 +0000
with message-id <e1cfcs7-0009wg...@fasolo.debian.org>
and subject line Bug#846918: fixed in jabref 3.6+ds-1
has caused the Debian Bug report #846918,
regarding interface opens, but no menus and no action on button clicks
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
846918: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846918
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jabref
Version: 2.10+ds-7
Severity: grave

Hello!

Wow, so long time no filing bugs to Debian, seems like a whole new experience :)

Ok, here's the fact: opening a freshly installed jabref, the splash screen
starts fine, the interface opens and everything is visible, but as soon as I
click on _any_ menu item or button in the toolbar, nothing happens (except
stacktraces in console).

Here you are:

/--
| $ DEBUG_WRAPPER=1 jabref
| [debug] /usr/bin/jabref: Found JAVA_HOME = '/usr/lib/jvm/java-8-openjdk-amd64'
| [debug] /usr/bin/jabref: Found JAVA_CMD = 
'/usr/lib/jvm/java-8-openjdk-amd64/bin/java'
| [debug] /usr/bin/jabref: Environment variable CLASSPATH is ''
| [debug] /usr/bin/jabref: Runnning /usr/lib/jvm/java-8-openjdk-amd64/bin/java  
-classpath 
/usr/share/java/jabref.jar:/usr/share/java/JPFCodeGenerator-rt.jar:/usr/share/java/antlr.jar:/usr/share/java/antlr3.jar:/usr/share/java/commons-logging.jar:/usr/share/java/glazedlists.jar:/usr/share/java/jempbox.jar:/usr/share/java/jgoodies-common.jar:/usr/share/java/jgoodies-forms.jar:/usr/share/java/jgoodies-looks.jar:/usr/share/java/jpf.jar:/usr/share/java/jpf-boot.jar:/usr/share/java/microba.jar:/usr/share/java/mysql-connector-java.jar:/usr/share/java/pdfbox.jar:/usr/share/java/postgresql.jar:/usr/share/java/spin.jar
 net.sf.jabref.JabRefMain
| Found 2 plugin(s):
|  - net.sf.jabref.export.misq 
(jar:file:/usr/share/jabref/JabRef-2.10.jar!/plugins/net.sf.jabref.export.misq/plugin.xml)
|  - net.sf.jabref.core 
(jar:file:/usr/share/jabref/JabRef-2.10.jar!/plugins/net.sf.jabref.core/plugin.xml)
| 
| Could not get key binding for "Open folder"
\-

So far, looks good.

As soon as I click a menu item:

---8<---
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
        at com.jgoodies.looks.common.ShadowPopup.<clinit>(ShadowPopup.java:84)
        at com.jgoodies.looks.Options.isPopupDropShadowActive(Options.java:639)
        at 
com.jgoodies.looks.common.ShadowPopupFactory.getPopup(ShadowPopupFactory.java:177)
        at javax.swing.plaf.PopupMenuUI.getPopup(PopupMenuUI.java:61)
        at javax.swing.JPopupMenu.showPopup(JPopupMenu.java:837)
        at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:790)
        at javax.swing.JPopupMenu.show(JPopupMenu.java:965)
        at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:345)
        at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1478)
        at 
javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:125)
        at javax.swing.plaf.basic.BasicMenuUI.appendPath(BasicMenuUI.java:222)
        at javax.swing.plaf.basic.BasicMenuUI.access$200(BasicMenuUI.java:49)
        at 
javax.swing.plaf.basic.BasicMenuUI$Handler.mousePressed(BasicMenuUI.java:461)
        at 
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
        at java.awt.Component.processMouseEvent(Component.java:6530)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
        at java.awt.Component.processEvent(Component.java:6298)
        at java.awt.Container.processEvent(Container.java:2236)
        at java.awt.Component.dispatchEventImpl(Component.java:4889)
        at java.awt.Container.dispatchEventImpl(Container.java:2294)
        at java.awt.Component.dispatchEvent(Component.java:4711)
        at 
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4522)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
        at java.awt.Container.dispatchEventImpl(Container.java:2280)
        at java.awt.Window.dispatchEventImpl(Window.java:2746)
        at java.awt.Component.dispatchEvent(Component.java:4711)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
        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:76)
        at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
        at java.awt.EventQueue$4.run(EventQueue.java:731)
        at java.awt.EventQueue$4.run(EventQueue.java:729)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
        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.lang.NullPointerException
        at javax.swing.ImageIcon.<init>(ImageIcon.java:217)
        at 
com.jgoodies.looks.common.ShadowPopupBorder.<clinit>(ShadowPopupBorder.java:69)
        ... 45 more
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could 
not initialize class com.jgoodies.looks.common.ShadowPopup
        at com.jgoodies.looks.Options.isPopupDropShadowActive(Options.java:639)
        at 
com.jgoodies.looks.common.ShadowPopupFactory.getPopup(ShadowPopupFactory.java:177)
        at javax.swing.plaf.PopupMenuUI.getPopup(PopupMenuUI.java:61)
        at javax.swing.JPopupMenu.showPopup(JPopupMenu.java:837)
        at javax.swing.JPopupMenu.setVisible(JPopupMenu.java:790)
        at javax.swing.JPopupMenu.show(JPopupMenu.java:965)
        at javax.swing.JMenu.setPopupMenuVisible(JMenu.java:345)
        at javax.swing.JPopupMenu.menuSelectionChanged(JPopupMenu.java:1478)
        at 
javax.swing.MenuSelectionManager.setSelectedPath(MenuSelectionManager.java:125)
        at javax.swing.plaf.basic.BasicMenuUI.appendPath(BasicMenuUI.java:222)
        at javax.swing.plaf.basic.BasicMenuUI.access$200(BasicMenuUI.java:49)
        at 
javax.swing.plaf.basic.BasicMenuUI$Handler.mousePressed(BasicMenuUI.java:461)
        at 
java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279)
        at java.awt.Component.processMouseEvent(Component.java:6530)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
        at java.awt.Component.processEvent(Component.java:6298)
        at java.awt.Container.processEvent(Container.java:2236)
        at java.awt.Component.dispatchEventImpl(Component.java:4889)
        at java.awt.Container.dispatchEventImpl(Container.java:2294)
        at java.awt.Component.dispatchEvent(Component.java:4711)
        at 
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4522)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466)
        at java.awt.Container.dispatchEventImpl(Container.java:2280)
        at java.awt.Window.dispatchEventImpl(Window.java:2746)
        at java.awt.Component.dispatchEvent(Component.java:4711)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
        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:76)
        at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
        at java.awt.EventQueue$4.run(EventQueue.java:731)
        at java.awt.EventQueue$4.run(EventQueue.java:729)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
        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)
--->8---

Tried with OpenJDK{6,7,8}, all with same results.

Thanks!
David

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages jabref depends on:
ii  antlr                             2.7.7+dfsg-7
ii  antlr3                            3.5.2-6
ii  default-jre [java6-runtime]       2:1.8-57
ii  java-wrappers                     0.1.28
ii  libcommons-logging-java           1.2-1
ii  libglazedlists-java               1.9.1-2
ii  libjempbox-java                   1:1.8.12-1
ii  libjgoodies-common-java           1.8.1-2
ii  libjgoodies-forms-java            1.9.0-3
ii  libjgoodies-looks-java            2.7.0-2
ii  libjpf-java                       1.5.1+dfsg-4
ii  libjpfcodegen-java                0.4+dfsg1-1
ii  libmicroba-java                   1:0.4.4.3-5
ii  libmysql-java                     5.1.40-1
ii  libpdfbox-java                    1:1.8.12-1
ii  libpostgresql-jdbc-java           9.2-1002-1
ii  libspin-java                      1.5+dfsg-8
ii  openjdk-6-jre [java6-runtime]     6b39-1.13.11-1
ii  openjdk-7-jre [java6-runtime]     7u111-2.6.7-1
ii  openjdk-8-jre [java6-runtime]     8u111-b14-3
ii  openjdk-9-jre [java6-runtime]     9~b133-2
ii  oracle-java7-jdk [java6-runtime]  7u79
ii  oracle-java7-jre [java6-runtime]  7u79
ii  oracle-java8-jdk [java6-runtime]  8u102
ii  oracle-java8-jre [java6-runtime]  8u102
ii  velocity                          1.7-5

Versions of packages jabref recommends:
ii  libreoffice-java-common  1:5.2.3-2
ii  libreoffice-writer       1:5.2.3-2
ii  xdg-utils                1.1.1-1

Versions of packages jabref suggests:
ii  evince [postscript-viewer]       3.22.1-2
ii  ghostscript [postscript-viewer]  9.20~dfsg-1
pn  xpdf-reader | pdf-viewer         <none>

-- no debconf information

Attachment: pgpTu94EUblxG.pgp
Description: Firma digitale OpenPGP


--- End Message ---
--- Begin Message ---
Source: jabref
Source-Version: 3.6+ds-1

We believe that the bug you reported is fixed in the latest version of
jabref, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 846...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
tony mancill <tmanc...@debian.org> (supplier of updated jabref package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 08 Dec 2016 20:04:34 -0800
Source: jabref
Binary: jabref jabref-plugin-oo
Architecture: source all
Version: 3.6+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: tony mancill <tmanc...@debian.org>
Description:
 jabref     - graphical frontend to manage BibTeX databases
 jabref-plugin-oo - LibreOffice plugin for JabRef (transitional dummy package)
Closes: 563649 627857 727114 810725 814901 846918
Changes:
 jabref (3.6+ds-1) unstable; urgency=medium
 .
   * New upstream version. Fixes the following bugs:
     - "New version and new web address" (Closes: #810725)
     - "interface opens, but no menus and no action" (Closes: #846918)
     - "arXiv.org: Search only works using the paper ID." (Closes: #627857)
     - "Unusable after 'missing comma between two fields'" (Closes: #727114)
     - "problems with openjdk-8, awt, and threads" (Closes: #814901)
     - "Jabref duplicated file ?" (Closes: #563649)
     - "jabref not performing online search" (LP: #1449414)
     - "trying to do searches online" (LP: #1641602)
     - "Jabref hangs after Java upgrade" (LP: #1520294)
     - "Jabref fails to open" (LP: #1570068)
   * Build system is now gradle-based and leverages gradle-debian-helper.
     Build-deps, debian/rules, wrapper script, and patches have been
     completely reworked.
   * Notable new patches:
     - Disable "Lookup DOI" feature, which was causing JabRef to hang.
     - Diff-highlighting during "Merge Entries" is disabled due to license
       issues that prevent the distribution of the java-diff-tools library.
   * Update debian/copyright for upstream license changes.
   * Drop lintian overrides (duplicate-word).
   * Update documentation (debian/README.Debian, debian/README.source,
     debian/jabref.1, debian/jabref.bug-presubj) to match new release and
     drop outdated bits.
   * Use debhelper compatibility level 10.
Checksums-Sha1:
 847e0c5bd147bd662f6c0d3049fcf4183e717777 2655 jabref_3.6+ds-1.dsc
 e41c2b468db2537614ec16ab47fb18cb3db73785 2773493 jabref_3.6+ds.orig.tar.gz
 8c6d033b469e2e68081aaba610a92bc4a28dade5 27420 jabref_3.6+ds-1.debian.tar.xz
 c7076ce9c3e1388a0592790a82f89b40ebefd423 32706 
jabref-plugin-oo_3.6+ds-1_all.deb
 104b51660d6e14001ec7f58e3907c4d6c096c36e 3588540 jabref_3.6+ds-1_all.deb
 029fb20acfceff0b9680551198361a7fba26dc3c 15313 jabref_3.6+ds-1_amd64.buildinfo
Checksums-Sha256:
 1027cc57bbf7c2a3db557d9a8e0ffbaf8f31befe7054f6ce0b8d56f02baeb8cd 2655 
jabref_3.6+ds-1.dsc
 eddc57f282b0741ec1fa7d12e67b17b99df2fe34d806e2bb46877f54d93c5ae5 2773493 
jabref_3.6+ds.orig.tar.gz
 078515e5226c85abc6953770bfdcd290f2fbbc5330a55c2f1dc419c4298c346b 27420 
jabref_3.6+ds-1.debian.tar.xz
 ac8f9bee01f7bd771c2839e5b8b119f63d423cf9613e36952d2e0e26ce062c1c 32706 
jabref-plugin-oo_3.6+ds-1_all.deb
 2cc50c36d1f4974e3e982b37a47722027e41aca621d46d363cba9e45642b3cde 3588540 
jabref_3.6+ds-1_all.deb
 c1c092ce6efea062d3754305f2bcc7a1f3d841352fd6877df5c86a84d08ad1be 15313 
jabref_3.6+ds-1_amd64.buildinfo
Files:
 5a09459f292927a321b3fecf8304f1c9 2655 tex optional jabref_3.6+ds-1.dsc
 83f5ef5055ad4a9b460d72e4ab9ff3bd 2773493 tex optional jabref_3.6+ds.orig.tar.gz
 7d27246e6ad8166037a218f23a95f5ff 27420 tex optional 
jabref_3.6+ds-1.debian.tar.xz
 ff3d8b66a61b5894085e9b96f91c41c7 32706 oldlibs optional 
jabref-plugin-oo_3.6+ds-1_all.deb
 015e3738f2c302afaa4247b0239a54b8 3588540 tex optional jabref_3.6+ds-1_all.deb
 9affcd89be3fe9110469dd2db35c32b3 15313 tex optional 
jabref_3.6+ds-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAlhKMMoACgkQIdIFiZdL
PpbSHA//Q8nlsEm80LYU/YZjzzoiieLEcIWcCBeV6W6NiG92nH6mm3mHMDkNVRi6
8h01lSUQPbMJqZH8SSl3XSa7ZhsdOgnTcZGu64VojyAEZ0hph1B2jhnq0zlcghz8
ofm29EDXnQEcOBCvMkWzMch2kcDDlOBrDJuM8sYh3uq8pKn8cVHTMG9HnD0xaGCj
0dOEUTw4j2GiOyatHq8IDOwv8TZblEvmLiBzm5/bzNCZWbD2HuEuwBf8AnitK2TG
ySCptyePXSHCFUVH32OdaYvFGme8fLWS5sKBGJqqyWTHzYnISoap+Ymsol70H7Uf
aRR4edX6lCyu6Glbq2alu8pl7pMHpJQwQNgQUrHOyjVTZP9u3Oa7KMILeaCNBZcq
foKY8gCH7UCFJ7Xb6kBoXPhmQMNwBv1KMbLbx6luMPJBLTgRkqsy6UWLsvB88tUH
n7DjBMAjdwK0TbPkDNc/CPwzVryAYb7iy4lJeD+jkSlnj2tRMsJNQ0BDq2lQ3SoL
Oy/ejTkCbpii9KPpIPixXW9FXOcnNmheXB5hjjzE6djLqcFatfqznPH4JxHvZY57
DK7U59zBSStE+t6Aq83U1W59NfsIbPgltyQGQEVTav4lZ8hR7lE+z9OFFwvScoRQ
f4pvk4DU8x5OqPCU6XjamA8t9W1bs+hIW7rX8k8CkDdpD5g3vNg=
=fkID
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to