#14768 closed defect (duplicate)
freezes with "Postprocessing uploaded data"
Reported by: | Polarbear-j | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Happened twice today. first case was harmless since all <100 objects were uploaded already.
Second case was >100 objects (which is my chunk size). Seems to be JOSM- and not API-related since no http request remained open.
Progress window stuck with message:
"Postprocessing uploaded data ... (1/2) Uploading 100 objects ...[cancel]"
pressing cancel does nothing. Application becomes unresponsive
The changeset shows 9 ways + 91 nodes uploaded (i.e. my first chunk of 100).
Had to press ctrl-c in the controlling terminal, which caused the shutdown.
Remaining 66 uploads were in the recovery file, so it could be repaired with solving some conflicts.
Log extract:
version info: Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2017-05-08 22:03:16 +0200 (Mon, 08 May 2017) Build-Date:2017-05-09 01:33:49 Revision:12090 Relative:URL: ^/trunk Identification: JOSM/1.5 (12090 en) Mac OS X 10.11.6 Java version: 1.8.0_131-b11, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
last log messages: 2017-05-10 19:55:04.220 INFO: Message notifier inactive 2017-05-10 19:55:04.220 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create (520 B) ... 2017-05-10 19:55:05.016 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create -> 200 (8 B) 2017-05-10 19:55:05.016 INFO: OK 2017-05-10 19:55:05.121 INFO: POST https://api.openstreetmap.org/api/0.6/changeset/48569527/upload (11.5 kB) ... 2017-05-10 19:55:07.656 INFO: POST https://api.openstreetmap.org/api/0.6/changeset/48569527/upload -> 200 (1.04 kB) 2017-05-10 19:55:07.656 INFO: OK (The changeset shows 9 ways and 91 nodes uploaded) (stuck here until ctrl-c) ^C[INFO] CompositeCacheManager - Shutdown hook activated. Shutdown was not called. Shutting down JCS. (shutdown messages following)
Attachments (0)
Change History (6)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #14765.
comment:3 by , 8 years ago
Ok, sorry for the dup. I had been searching for 'postprocessing', while #14764 used 'post-processing' and 'uplift' and #14765 'uploading'.
Meanwhile I went for visualvm.github.io, when running it told me that my JRE is not enough, so I got the JDK, which includes jvisualvm and jstack already. So we are prepared ;-)
Apparently I have to wait for the next nightly, as the fix is in 12101 and downloads still has 12092?
comment:4 by , 8 years ago
It's no problem to post this, it is often hard to see which ones are the duplicates.
Yes, you need to wait until the next nightly comes. As a workaround until then, you can disable the authors panel on the right (just hide it).
follow-up: 6 comment:5 by , 8 years ago
I have still the same bug: ""Postprocessing uploaded data" freeze
version 12450
comment:6 by , 8 years ago
Replying to anonymous:
I have still the same bug: ""Postprocessing uploaded data" freeze
version 12450
Did you have a chance to run jvisualvm and get a stack trace?
If this happens again, can you use visualvm (should be included in your java distribution) to get a stack dump?