Your message dated Mon, 13 Apr 2020 16:50:17 +0000
with message-id <e1jo2hp-000apy...@fasolo.debian.org>
and subject line Bug#956574: fixed in josm 0.0.svn16239+dfsg-2
has caused the Debian Bug report #956574,
regarding josm: exception when attempting to upload "Can't find bundle for base 
name ch.poole.openinghoursparser.Messages"
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.)


-- 
956574: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956574
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: josm
Version: 0.0.svn16239+dfsg-1
Severity: important

Dear Maintainer,

Attempting to upload when having set opening_hours tags gave me the Java
Exception error below which preventing the upload from working. Not sure if
this is upstream issue or not.

2020-04-13 18:28:23.125 SEVERE: Handled by bug report queue:
java.lang.ExceptionInInitializerError. Cause:
java.util.MissingResourceException: Can't find bundle for base name
ch.poole.openinghoursparser.Messages, locale
java.lang.ExceptionInInitializerError
        at
org.openstreetmap.josm.data.validation.tests.OpeningHourTest.checkOpeningHourSyntax(OpeningHourTest.java:89)
        at
org.openstreetmap.josm.data.validation.tests.OpeningHourTest.check(OpeningHourTest.java:114)
        at
org.openstreetmap.josm.data.validation.Test$TagTest.visit(Test.java:128)
        at org.openstreetmap.josm.data.osm.Node.accept(Node.java:214)
        at org.openstreetmap.josm.data.validation.Test.visit(Test.java:215)
        at
org.openstreetmap.josm.actions.upload.ValidateUploadHook.checkUpload(ValidateUploadHook.java:66)
        at
org.openstreetmap.josm.actions.UploadAction.checkPreUploadConditions(UploadAction.java:219)
        at
org.openstreetmap.josm.actions.UploadAction.uploadData(UploadAction.java:238)
        at
org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:294)
        at
java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
        at
java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
        at
java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
        at
java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
        at
java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
        at
java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
        at
java.desktop/java.awt.Component.processMouseEvent(Component.java:6631)
        at
java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
        at java.desktop/java.awt.Component.processEvent(Component.java:6396)
        at java.desktop/java.awt.Container.processEvent(Container.java:2263)
        at
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5007)
        at
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
        at
java.desktop/java.awt.Component.dispatchEvent(Component.java:4839)
        at
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
        at
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
        at
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
        at
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
        at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
        at
java.desktop/java.awt.Component.dispatchEvent(Component.java:4839)
        at
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native
Method)
        at
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
        at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
        at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
        at java.base/java.security.AccessController.doPrivileged(Native
Method)
        at
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at
java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
        at
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.util.MissingResourceException: Can't find bundle for base
name
ch.poole.openinghoursparser.Messages, locale
        at
java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2055)
        at
java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1689)
        at
java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1593)
        at
java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1556)
        at
java.base/java.util.ResourceBundle.getBundle(ResourceBundle.java:932)
        at ch.poole.openinghoursparser.I18n.setLocale(I18n.java:25)
        at ch.poole.openinghoursparser.I18n.<clinit>(I18n.java:16)
        ... 45 more



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

Kernel: Linux 4.19.0-8-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8),
LANGUAGE=en_AU:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages josm depends on:
ii  default-jre [java9-runtime]     2:1.11-72
ii  fonts-noto                      20200323-1
ii  jmapviewer                      2.13+dfsg-1
ii  libcommons-compress-java        1.20-1
ii  libcommons-logging-java         1.2-2
ii  libgettext-commons-java         0.9.6-6
ii  liboauth-signpost-java          1.2.1.2-3
ii  openjdk-11-jre [java9-runtime]  11.0.7+9-1
ii  openjfx                         11.0.2+1-2
ii  proj-data                       7.0.0-2

Versions of packages josm recommends:
ii  josm-l10n  0.0.svn16239+dfsg-1

josm suggests no packages.

-- Configuration Files:
/etc/default/josm changed [not included]

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: josm
Source-Version: 0.0.svn16239+dfsg-2
Done: Bas Couwenberg <sebas...@debian.org>

We believe that the bug you reported is fixed in the latest version of
josm, 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 956...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@debian.org> (supplier of updated josm 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: Mon, 13 Apr 2020 18:27:01 +0200
Source: josm
Architecture: source
Version: 0.0.svn16239+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@debian.org>
Closes: 956574
Changes:
 josm (0.0.svn16239+dfsg-2) unstable; urgency=medium
 .
   * Add missing OpeningHoursParser resources.
     (closes: #956574)
   * Disable OpenJFX support, uninstallable in unstable, see: #956585.
Checksums-Sha1:
 62e69dd7b2138c8a1849264fa9eed4469883c80b 2355 josm_0.0.svn16239+dfsg-2.dsc
 6fb8be16adafc3310f2158d2d9bd886abe0a28c8 103596 
josm_0.0.svn16239+dfsg-2.debian.tar.xz
 bc249d004d18348808a5986b8b8b9def66eabc87 9495 
josm_0.0.svn16239+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 9c7fe2bcf4248aa584f1dab38f1fc5f49a337fdbd333f3d10239da6a0b4d2c7e 2355 
josm_0.0.svn16239+dfsg-2.dsc
 ac9d5240bb967bef9f2b5c53d80b8e755f1a5c7aabad06359a77e18618172927 103596 
josm_0.0.svn16239+dfsg-2.debian.tar.xz
 adf580c2cf68a1dfd72e4fa671df7b93bba894492061c483cbdfdcad0fd90331 9495 
josm_0.0.svn16239+dfsg-2_amd64.buildinfo
Files:
 9658786ec096ff888c93bbaedb9e7285 2355 utils optional 
josm_0.0.svn16239+dfsg-2.dsc
 86bbe37998f250aa49b9264b47ef7d18 103596 utils optional 
josm_0.0.svn16239+dfsg-2.debian.tar.xz
 d1d74ed4fc5503d1575b947bfb618afa 9495 utils optional 
josm_0.0.svn16239+dfsg-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAl6UlPEACgkQZ1DxCuiN
SvGnrxAAp/reuq4B4jUQEgUHf9k1WWnkIJ77WeBpLQa2j19QlY+iumZfgc5l1aXP
K6yZhfqEfa+0zBqcntLtZnh2PvgyOKBJYUGZyRKqmnt59ydvrUOFrtQQcHKJOf5W
LAgjwKH2qZvbZqrHzZ5RW3eMOapzJRz3VJg8UB14E4oyKj90K4xaEzpN+Z2xm3l4
jKANSyGrwLnJn8/H4ouJZWPjegp6COUwsLc4auKWrwg3tUQeWui+x9go3tfbthl4
oXsfs5Cxec54Z9Hy6dF7KmjOEZPbOtP37PSQu2AHCzDlPWAJHQFSlVlu+7wswMv3
0Rr4NtMUcv/VLFco3goqxzizD/Cq5HjviqRkW1gwFCUjNv9jqvxHtxyEPD97cnNg
RiigkobQSeQnArsIje4kExIvQmvMF03QaO1jCEaYIT3+CR3ZrmJslfbJmYbzjwKr
p0CKfksqx8ivYgjL5iGDYdqjHfyB/cJEEJE0w/pO4RxCzgD7eSa451NfPlCI5U9Y
FlUMClawKAA3qEWvfIy8bWmopRM5upzzBu/7uM5rpihiGGSKmJYR83eUC5MW2hKf
uiJU7LRTFDrqOdRKDJR0q0TM7l45JTTapeH796UE2t5fCW8X3zRRu+Kl1OiDQLph
vSTfuMN3bo9ENpj+YdcqYawaXYmakyBKmZp5rtf+fMsUczezF2g=
=tU3z
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to