Bug#804072: Cannot upload changesets

2015-11-05 Thread Yuri D'Elia
On 04/11/15 20:10, Sebastiaan Couwenberg wrote: > josm (0.0.svn8969+dfsg-3~exp1) was just accepted into experimental, > please test this revision if it fixes your OAuth issue after its hits > the mirrors. It works correctly with OAuth now. Thanks.

Bug#804072: Cannot upload changesets

2015-11-04 Thread Sebastiaan Couwenberg
On 04-11-15 19:34, Sebastiaan Couwenberg wrote: > On 04-11-15 19:25, Yuri D'Elia wrote: >> On 04/11/15 19:12, Sebastiaan Couwenberg wrote: Some hints on what could trigger this? >>> >>> You may get some hints from the JOSM debug output, start josm with >>> --debug and redirect the output to a

Bug#804072: Cannot upload changesets

2015-11-04 Thread Sebastiaan Couwenberg
Control: tags -1 unreproducible Hi Yuri, On 04-11-15 17:47, Yuri D'Elia wrote: > INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create... > ERROR: java.lang.NoClassDefFoundError: > org/apache/commons/codec/binary/Base64. Cause: > java.lang.ClassNotFoundException:

Bug#804072: Cannot upload changesets

2015-11-04 Thread Yuri D'Elia
Package: josm Version: 0.0.svn8969+dfsg-2 Severity: important The following exception is generated when I try to upload a changeset: INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create... ERROR: java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64. Cause:

Bug#804072: Cannot upload changesets

2015-11-04 Thread Yuri D'Elia
On 04/11/15 18:11, Sebastiaan Couwenberg wrote: > On 04-11-15 17:47, Yuri D'Elia wrote: >> INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create... >> ERROR: java.lang.NoClassDefFoundError: >> org/apache/commons/codec/binary/Base64. Cause: >> java.lang.ClassNotFoundException:

Bug#804072: Cannot upload changesets

2015-11-04 Thread Yuri D'Elia
On 04/11/15 18:32, Yuri D'Elia wrote: >> How can I reproduce your issue? > > Somehow this is generated on a lower level by liboauth-signpost-java > (which *does* depend on libcommons-codec-java - which is also installed > correctly). And as an obvious point, I'm using oauth authentication.

Bug#804072: Cannot upload changesets

2015-11-04 Thread Yuri D'Elia
On 04/11/15 19:12, Sebastiaan Couwenberg wrote: >> Some hints on what could trigger this? > > You may get some hints from the JOSM debug output, start josm with > --debug and redirect the output to a log file: > > josm --debug > /tmp/josm.log 2>&1 I do not see anything more related to the

Bug#804072: Cannot upload changesets

2015-11-04 Thread Sebastiaan Couwenberg
On 04-11-15 19:25, Yuri D'Elia wrote: > On 04/11/15 19:12, Sebastiaan Couwenberg wrote: >>> Some hints on what could trigger this? >> >> You may get some hints from the JOSM debug output, start josm with >> --debug and redirect the output to a log file: >> >> josm --debug > /tmp/josm.log 2>&1 >

Bug#804072: Cannot upload changesets

2015-11-04 Thread Sebastiaan Couwenberg
On 04-11-15 18:32, Yuri D'Elia wrote: > On 04/11/15 18:11, Sebastiaan Couwenberg wrote: >> On 04-11-15 17:47, Yuri D'Elia wrote: >>> INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create... >>> ERROR: java.lang.NoClassDefFoundError: >>> org/apache/commons/codec/binary/Base64. Cause: