Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#10768 closed defect (othersoftware)

Reverter plugin can't revert a certain changeset

Reported by: ViriatoLusitano Owned by: Upliner
Priority: normal Milestone:
Component: Plugin reverter Version: latest
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Open reverter plugin
  2. Insert changeset 26757923
  3. Wait some minutes since there is a lot of data

What is the expected result?

Should successfully download past changeset data without warning messages.

What happens instead?

A warning message appears asking to update the reverter module, use the current version or remove the plugin.

If any option is chosen an error message appears stating it's not possible to complete the request.

Please provide any additional information below. Attach a screenshot if possible.

Revision: 7723
Repository Root: http://josm.openstreetmap.de/svn
Relative URL: ^/trunk
Last Changed Author: Klumbumbus
Last Changed Date: 2014-11-12 22:45:27 +0100 (Wed, 12 Nov 2014)
Build-Date: 2014-11-13 02:34:10
URL: http://josm.openstreetmap.de/svn/trunk
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last Changed Rev: 7723

Identification: JOSM/1.5 (7723 pt) Windows 7 64-Bit
Memory Usage: 491 MB / 1820 MB (178 MB allocated, but free)
Java version: 1.8.0_25, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Dataset consistency test: No problems found

Plugins:
- FastDraw (30762)
- OpeningHoursEditor (30737)
- PicLayer (30762)
- RoadSigns (30788)
- alignways (30695)
- buildings_tools (30762)
- download_along (30762)
- geotools (30762)
- imagery_offset_db (30808)
- jts (30762)
- measurement (30737)
- opendata (30806)
- public_transport (30762)
- reverter (30737)
- routes (30762)
- undelete (30762)
- utilsplugin2 (30762)

Last errors/warnings:
- E: Modelo de etiquetas com erros "place-Localidade" - o número de itens em 'display_values' tem de ser igual ao número de 'values'
- E: Modelo de etiquetas com erros "note-Tipo de povoado" - o número de itens em 'display_values' tem de ser igual ao número de 'values'
- E: org.openstreetmap.josm.io.OsmTransferException: org.openstreetmap.josm.io.OsmApiException: ResponseCode=500, Error Body=<<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- E: org.openstreetmap.josm.io.OsmTransferException: org.openstreetmap.josm.io.OsmApiException: ResponseCode=500, Error Body=<<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

org.openstreetmap.josm.io.OsmTransferException: org.openstreetmap.josm.io.OsmApiException: ResponseCode=500, Error Body=<<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 webmaster@openstreetmap.org to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at api.openstreetmap.org Port 443</address>
</body></html>>
	at reverter.OsmServerMultiObjectReader.readObject(OsmServerMultiObjectReader.java:34)
	at reverter.OsmServerMultiObjectReader.readObject(OsmServerMultiObjectReader.java:20)
	at reverter.ChangesetReverter.readObjectVersion(ChangesetReverter.java:190)
	at reverter.ChangesetReverter.downloadObjectsHistory(ChangesetReverter.java:223)
	at reverter.RevertChangesetTask.realRun(RevertChangesetTask.java:100)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:93)
	at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:161)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.openstreetmap.josm.io.OsmApiException: ResponseCode=500, Error Body=<<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 webmaster@openstreetmap.org to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at api.openstreetmap.org Port 443</address>
</body></html>>
	at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:194)
	at org.openstreetmap.josm.io.OsmServerReader.getInputStreamRaw(OsmServerReader.java:104)
	at org.openstreetmap.josm.io.OsmServerReader.getInputStream(OsmServerReader.java:68)
	at org.openstreetmap.josm.io.OsmServerReader.getInputStream(OsmServerReader.java:51)
	at reverter.OsmServerMultiObjectReader.readObject(OsmServerMultiObjectReader.java:31)
	... 11 more

Attachments (0)

Change History (5)

comment:1 by ViriatoLusitano, 10 years ago

Actually to sucessfully replicate you must first download the .osm file attached.

comment:2 by anonymous, 10 years ago

Have done some more attempts, sometimes they succeed sometimes they don't. I believe this has something to do with the api server.

in reply to:  2 comment:3 by ViriatoLusitano, 10 years ago

Replying to anonymous:

Have done some more attempts, sometimes they succeed sometimes they don't. I believe this has something to do with the api server.

Forgot to register my name.

comment:4 by Don-vip, 10 years ago

Resolution: othersoftware
Status: newclosed

It's an internal error of the OSM API, as shown in exception details:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@openstreetmap.org to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Please report it here.

Last edited 10 years ago by Don-vip (previous) (diff)

comment:5 by ViriatoLusitano, 10 years ago

Thank you Don-vip, submitted a ticket.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Upliner.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.