Bug#893208: dbus-java-bin: java.lang.ExceptionInInitializerError and hang when invoking ListDBus

2018-03-18 Thread tony mancill
On Sat, Mar 17, 2018 at 09:13:23AM +, Daniel Kahn Gillmor wrote:
> Package: dbus-java-bin
> Version: 2.8-8
> Severity: normal
> 
> 1 dkg@alice:~$ ListDBus 
>
> (snip)
>
> Exception in thread "main" java.lang.ExceptionInInitializerError
>   at 
> org.freedesktop.dbus.DBusConnection.disconnect(DBusConnection.java:759)
>   at org.freedesktop.dbus.bin.ListDBus.main(ListDBus.java:72)
> Caused by: java.util.MissingResourceException: Can't find bundle for base 
> name dbusjava_localized, locale en_US
> 
> (snip)
> 
> at this point, it hangs until i hit ctrl-C.
> 
> this is pretty opaque to me, but i can provide you with more
> information for debuggin if you tell me specifically what you're
> looking for.

Hi Daniel,

Thank you for reporting this issue.  There is a resources bundle that
was intended to contain translations, but only en_GB was ever included,
and so the translations were dropped in a previous upload.  However,
there is one piece of the code that is still trying to load them.

We'll get it fixed.

Cheers,
tony


signature.asc
Description: PGP signature
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#893208: dbus-java-bin: java.lang.ExceptionInInitializerError and hang when invoking ListDBus

2018-03-17 Thread Daniel Kahn Gillmor
Package: dbus-java-bin
Version: 2.8-8
Severity: normal

When i invoke ListDBus, i get:

1 dkg@alice:~$ ListDBus 
org.freedesktop.DBus
org.freedesktop.Notifications
:1.7
org.freedesktop.ReserveDevice1.Audio0
org.freedesktop.network-manager-applet
:1.8
:1.51
:1.391
org.freedesktop.systemd1
org.a11y.Bus
:1.392
:1.10
org.gnome.keyring
:1.11
:1.12
org.kde.marble
:1.13
:1.0
:1.14
org.PulseAudio1
org.pulseaudio.Server
:1.431
org.freedesktop.secrets
:1.17
:1.4
ca.desrt.dconf
:1.5
:1.6
Exception in thread "main" java.lang.ExceptionInInitializerError
at 
org.freedesktop.dbus.DBusConnection.disconnect(DBusConnection.java:759)
at org.freedesktop.dbus.bin.ListDBus.main(ListDBus.java:72)
Caused by: java.util.MissingResourceException: Can't find bundle for base name 
dbusjava_localized, locale en_US
at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:773)
at org.freedesktop.dbus.Gettext.(Gettext.java:26)
... 2 more


at this point, it hangs until i hit ctrl-C.

this is pretty opaque to me, but i can provide you with more
information for debuggin if you tell me specifically what you're
looking for.

thanks for maintaining dbus-java-bin in debian!

   --dkg


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

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

Versions of packages dbus-java-bin depends on:
ii  default-jre-headless [java7-runtime-headless]2:1.8-59
ii  libdbus-java 2.8-8
ii  openjdk-8-jre-headless [java7-runtime-headless]  8u151-b12-1

dbus-java-bin recommends no packages.

dbus-java-bin suggests no packages.

-- no debconf information

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.