Modify

Opened 18 years ago

Closed 18 years ago

#281 closed defect (worksforme)

Unknown error

Reported by: mgeiser Owned by: imi
Priority: major Milestone:
Component: unspecified Version: latest
Keywords: Cc:

Description

I just deleted a way and created a new way with the same name. Then I got this error:

Path: josm
URL: http://www.openstreetmap.de/svn/josm
Repository Root: http://www.openstreetmap.de/svn/josm
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 335
Node Kind: directory
Last Changed Author: gebner
Last Changed Rev: 335
Last Changed Date: 2007-09-30 01:44:08 +0200 (Sun, 30 Sep 2007)

java.lang.StackOverflowError

at java.util.Currency.getInstance(Currency.java:254)
at java.text.DecimalFormatSymbols.initialize(DecimalFormatSymbols.java:542)
at java.text.DecimalFormatSymbols.<init>(DecimalFormatSymbols.java:77)
at java.text.DecimalFormatSymbols.getInstance(DecimalFormatSymbols.java:140)
at java.text.NumberFormat.getInstance(NumberFormat.java:750)
at java.text.NumberFormat.getInstance(NumberFormat.java:376)
at java.text.MessageFormat.subformat(MessageFormat.java:1237)
at java.text.MessageFormat.format(MessageFormat.java:836)
at java.text.Format.format(Format.java:140)
at java.text.MessageFormat.format(MessageFormat.java:812)
at org.openstreetmap.josm.tools.I18n.tr(I18n.java:20)
at org.openstreetmap.josm.io.OsmServerWriter.uploadOsm(OsmServerWriter.java:72)
at org.openstreetmap.josm.actions.UploadAction$2.realRun(UploadAction.java:151)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:84)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)

Attachments (0)

Change History (2)

comment:1 by mgeiser, 18 years ago

The error occured when I tried to upload my changes.

I tried it again, and now the upload worked just fine.

comment:2 by Gabriel Ebner <ge@…>, 18 years ago

Resolution: worksforme
Status: newclosed

This looks like some weird java runtime bug. The code that triggered it is in since r153, and we didn't get any other reports on that issue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain imi.
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.