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 , 18 years ago
comment:2 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
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.
The error occured when I tried to upload my changes.
I tried it again, and now the upload worked just fine.