Opened 3 years ago
Closed 3 years ago
#4265 closed defect (fixed)
Runtimeexception when trying to load gpx trace file
| Reported by: | Hjart | Owned by: | Hjart |
|---|---|---|---|
| Priority: | normal | 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 Changed 3 years ago by stoecker
comment:2 Changed 3 years ago by stoecker
- Owner changed from team to bastiK
comment:3 Changed 3 years ago by bastiK
- Owner changed from bastiK to team
I cannot reproduce and I have no clue where this error could come from.
Maybe someone else have a look.
comment:4 Changed 3 years ago by mjulius
- Owner changed from team to Hjart
- Status changed from new to needinfo
I can not reproduce neither.
Hjart, please attach an example file.
comment:5 Changed 3 years ago by stoecker
- Resolution set to fixed
- Status changed from needinfo to closed
Differences in build. Fixed with next latest. Reopen if not.
comment:6 Changed 3 years ago by alex-osm@…
- Priority changed from critical to normal
- Resolution fixed deleted
- Status changed from closed to 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 Changed 3 years ago by anonymous
- Resolution set to fixed
- Status changed from reopened to 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.