Changes between Initial Version and Version 4 of Ticket #4093


Ignore:
Timestamp:
2011-12-15T19:36:02+01:00 (14 years ago)
Author:
skyper
Comment:

inserted log from tar.bz2

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4093

    • Property Status newreopened
    • Property Type defectenhancement
    • Property Summary missing id in error messageParse 412 error messages from API and offer corrective action
    • Property Keywords 412 added
  • Ticket #4093 – Description

    initial v4  
    1212
    1313
    14 version 2574
     14{{{
     15
     16Using /usr/lib/jvm/java-5-openjdk/bin/java to execute josm.
     17Repository Root: http://josm.openstreetmap.de/svn
     18Build-Date: 2009-12-05 02:31:54
     19Last Changed Author: stoecker
     20Revision: 2574
     21Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
     22URL: http://josm.openstreetmap.de/svn/trunk
     23Last Changed Date: 2009-12-04 19:11:45 +0100 (Fri, 04 Dec 2009)
     24Last Changed Rev: 2574
     25
     26Error parsing gtk-icon-sizes string: ''
     27loading ColumbusCSV
     28loading buildings_tools
     29loading editgpx
     30loading osmarender
     31loading utilsplugin
     32loading validator
     33loading waydownloader
     34loading wmsplugin
     35
     36.......
     37
     38GET http://www.openstreetmap.org/api/0.6/nodes?nodes=27279987
     39PUT http://www.openstreetmap.org/api/0.6/changeset/3295058... OK
     40PUT http://www.openstreetmap.org/api/0.6/way/create... Precondition Failed
     41Error header: Precondition failed: Way  requires the nodes with id in (556645598), which either do not exist, or are not visible.
     4205.12.2009 14:47:00 org.openstreetmap.josm.actions.UploadAction handlePreconditionFailed
     43WARNUNG: Warnung: die Fehlermeldung 'Precondition failed: Way  requires the nodes with id in (556645598), which either do not exist, or are not visible.' stimmt nicht mit einem erwarteten Muster überein
     44org.openstreetmap.josm.io.OsmApiException: ResponseCode=412, Error Header=<Precondition failed: Way  requires the nodes with id in (556645598), which either do not exist, or are not visible.>
     45        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:561)
     46        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:448)
     47        at org.openstreetmap.josm.io.OsmApi.createPrimitive(OsmApi.java:240)
     48        at org.openstreetmap.josm.io.OsmServerWriter.makeApiRequest(OsmServerWriter.java:222)
     49        at org.openstreetmap.josm.io.OsmServerWriter.uploadChangesIndividually(OsmServerWriter.java:98)
     50        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:202)
     51        at org.openstreetmap.josm.actions.UploadAction$UploadPrimitivesTask.realRun(UploadAction.java:631)
     52        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:63)
     53        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:105)
     54        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
     55        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
     56        at java.lang.Thread.run(Thread.java:636)
     57}}}