Opened 16 years ago
Closed 16 years ago
#4265 closed defect (fixed)
Runtimeexception when trying to load gpx trace file
| Reported by: | hjart | Owned by: | hjart |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description
java.lang.RuntimeException
at org.openstreetmap.josm.actions.OpenFileAction$OpenFileTask.realRun(OpenFileAction.java:140)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:81)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:123)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Attachments (0)
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|
comment:3 by , 16 years ago
| Owner: | changed from to |
|---|
I cannot reproduce and I have no clue where this error could come from.
Maybe someone else have a look.
comment:4 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → needinfo |
I can not reproduce neither.
Hjart, please attach an example file.
comment:5 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | needinfo → closed |
Differences in build. Fixed with next latest. Reopen if not.
comment:6 by , 16 years ago
| Priority: | critical → normal |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
I have the same problems with latest (2877), but on each startup of josm (twice):
java.lang.RuntimeException
at org.openstreetmap.josm.actions.OpenFileAction$OpenFileTask.realRun(OpenFileAction.java:141)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:81)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:123)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
System:
Linux paris 2.6.22.19-0.4-bigsmp #1 SMP 2009-08-14 02:09:16 +0200 i686 i686 i386 GNU/Linux
openSUSE 10.3 (i586)
comment:7 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Guess I have to swim back. The problem came from my start script.... Sorry for bugging you.



Ticket #4266 has been marked as a duplicate of this ticket.