Opened 4 years ago
Closed 4 years ago
#3260 closed defect (fixed)
remotecontrol: NPE without datalayer
| Reported by: | uboot | Owned by: | uboot |
|---|---|---|---|
| Priority: | minor | Component: | Plugin |
| Version: | latest | Keywords: | remote |
| Cc: |
Description
If no data layer is opened in JOSM the remote plugin can't be used because of a NPE.
Browser: "HTTP Error 500: Internal Server Error"
Comandline:
RemoteControl received: GET /load_and_zoom?left=10.2606313&right=10.2806313&top=48.0232585&bottom=48.0032585&select=way37764043,way37764040 HTTP/1.1
RemoteControl: Error parsing load_and_zoom remote control request:
java.lang.NullPointerException
at org.openstreetmap.josm.plugins.remotecontrol.RequestProcessor.run(RequestProcessor.java:150)
Attachments (0)
Change History (2)
comment:1 follow-up: ↓ 2 Changed 4 years ago by stoecker
- Owner changed from team to uboot
- Status changed from new to needinfo
comment:2 in reply to: ↑ 1 Changed 4 years ago by Markus Stürmer <m@…>
- Resolution set to fixed
- Status changed from needinfo to closed
Replying to stoecker:
This should already be fixed. Do you have current version installed?
I had JOSM 1974 and remoteplugin 16965 but after deactivating and activating it is ok now.



This should already be fixed. Do you have current version installed?