Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#5516 closed defect (duplicate)

JAVA error when uploading (V3514)

Reported by: chris66 Owned by: team
Priority: normal Component: Core
Version: tested Keywords:
Cc:

Description

GET http://api.openstreetmap.org/api/0.6/user/details
GET http://api.openstreetmap.org/api/0.6/changesets?user=43972&open=true
PUT http://api.openstreetmap.org/api/0.6/changeset/5910304... Conflict
Error header: The changeset 5910304 was closed at 2010-09-29 11:24:18 UTC
Die Zeichenkette '2010-09-29 11:24:18 UTC' konnte nicht in ein Datum umgewandelt
 werden.
java.text.ParseException: Unparseable date: "2010-09-29 11:24:18 UTC"
        at java.text.DateFormat.parse(Unknown Source)
        at org.openstreetmap.josm.io.ChangesetClosedException.parseErrorHeader(C
hangesetClosedException.java:81)
        at org.openstreetmap.josm.io.ChangesetClosedException.<init>(ChangesetCl
osedException.java:111)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:586)
        at org.openstreetmap.josm.io.OsmApi.sendRequest(OsmApi.java:477)
        at org.openstreetmap.josm.io.OsmApi.updateChangeset(OsmApi.java:352)
        at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.j
ava:194)
        at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.realRun(UploadPrim
itivesTask.java:236)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRun
nable.java:83)
        at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.
java:129)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)

Attachments (0)

Change History (3)

comment:1 Changed 3 years ago by anonymous

  • Summary changed from JAVA error when uploading to JAVA error when uploading (V3514)
  • Version set to tested

comment:2 Changed 3 years ago by bastiK

  • Resolution set to duplicate
  • Status changed from new to closed

comment:3 Changed 3 years ago by anonymous

Closed as duplicate of #5417.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.