Test failure in libsis-base-java 18.08.0 (Was: Bug#842815: Help needed for HDF5 1.10 transition of libsis-jhdf5-java)

2018-08-21 Thread Andreas Tille
Hi Bernd, On Sun, Aug 19, 2018 at 03:25:46PM +0200, Bernd Rinn wrote: > Yes, sis-base needs to be updated to 18.08.0. This library is in the GIT > repository in directory > > https://sissource.ethz.ch/sispub/jhdf5/tree/master/libs/prod > > You can find the version also at: > > https://sissource

Re: Test failure in libsis-base-java 18.08.0 (Was: Bug#842815: Help needed for HDF5 1.10 transition of libsis-jhdf5-java)

2018-08-21 Thread Bernd Rinn
Hi Andreas, On 08/21/2018 10:11 AM, Andreas Tille wrote: > Hi Bernd, > > On Sun, Aug 19, 2018 at 03:25:46PM +0200, Bernd Rinn wrote: >> Yes, sis-base needs to be updated to 18.08.0. This library is in the GIT >> repository in directory >> >> https://sissource.ethz.ch/sispub/jhdf5/tree/master/libs

Re: Test failure in libsis-base-java 18.08.0 (Was: Bug#842815: Help needed for HDF5 1.10 transition of libsis-jhdf5-java)

2018-08-21 Thread Bernd Rinn
Hi Andreas, I figured it out: JRE 10.0 last modified time with milli-second resolution while JRE 8.0 and earlier provide it with second resolution (though it provides it in milli-seconds). I can confirm that the change fixes the test with JRE 10.0. All the best, Bernd On 08/21/2018 03:23 PM, Ber

"AtkWrapper not found" error impacting JOSM on Ubuntu/Mint

2018-08-21 Thread Vincent Privat
Hello, Since today we are spammed by bug reports from Linux Mint and Ubuntu when people try to launch JOSM with the latest Java update (10.0.2+13-Ubuntu-1ubuntu0.18.04.1): https://josm.openstreetmap.de/ticket/1 The error is "ClassNotFoundException: org.GNOME.Accessibility.AtkWrapper". Is it

Re: "AtkWrapper not found" error impacting JOSM on Ubuntu/Mint

2018-08-21 Thread Vincent Privat
I found this bug: https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1788250 Vincent Le mar. 21 août 2018 à 23:27, Vincent Privat a écrit : > Hello, > Since today we are spammed by bug reports from Linux Mint and Ubuntu when > people try to launch JOSM with the latest Java update > (10.0

Re: "AtkWrapper not found" error impacting JOSM on Ubuntu/Mint

2018-08-21 Thread Samuel Thibault
Vincent Privat, le mar. 21 août 2018 23:27:42 +0200, a ecrit: > The error is "ClassNotFoundException: org.GNOME.Accessibility.AtkWrapper". > > Is it a known issue? This is #900912 Samuel

Re: "AtkWrapper not found" error impacting JOSM on Ubuntu/Mint

2018-08-21 Thread Kevin Kenny
On Tue, Aug 21, 2018 at 5:48 PM Vincent Privat wrote: > > I found this bug: > https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1788250 > Vincent > > Le mar. 21 août 2018 à 23:27, Vincent Privat > a écrit : > > > Hello, > > Since today we are spammed by bug reports from Linux Mint and Ub

Re: "AtkWrapper not found" error impacting JOSM on Ubuntu/Mint

2018-08-21 Thread Vincent Privat
I remember too, it was indeed a nightmare and I don't want to live that again. It took me a while but I found a workaround that doesn't need any user action nor any adherence to ATK wrapper. We can just catch the AWTError and try again to re-create our MainFrame. As the ATK initialization fails onl