Modify ↓
Opened 8 years ago
Closed 8 years ago
#14276 closed defect (duplicate)
error after deleting layers
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin routes | Version: | |
Keywords: | template_report gsoc-core regression | Cc: |
Description
What steps will reproduce the problem?
- load a GPX file from local disk, load OSM data from server and bing background images for the area of the GPX. bus routes and cycle routes layers are created automatically by route plugin.
- do changes to OSM data and upload it
- select the layers OSM data, GPX file, bus routes and cycle routes (created by route plugin) by clicking the 1st, pressing SHIFT and clicking the lowest, then click button with dirt bin icon
What is the expected result?
no error ;-)
What happens instead?
error appears
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2017-01-02 00:53:29 +0100 (Mon, 02 Jan 2017) Build-Date:2017-01-02 02:33:21 Revision:11427 Relative:URL: ^/trunk Identification: JOSM/1.5 (11427 de) Windows 7 64-Bit Memory Usage: 247 MB / 247 MB (58 MB allocated, but free) Java version: 1.8.0_101-b13, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1920x1080 Maximum Screen Size: 1920x1080 VM arguments: [-Duser.home=%UserProfile%] Plugins: + OpeningHoursEditor (33004) + contourmerge (1030) + routes (33088) Tagging presets: + http://josm.openstreetmap.de/josmfile?page=Presets/OpenPisteMap&preset + http://somewhere.dk/email/josm/source.xml + http://josm.openstreetmap.de/josmfile?page=Presets/NewTags&zip=1 + <josm.pref>\presets-klettern.xml Map paint styles: - http://github.com/bastik/mapcss-tools/raw/osm/mapnik2mapcss/osm-results/mapnik.zip - http://josm.openstreetmap.de/josmfile?page=Styles/Osmc&style - http://josm.openstreetmap.de/josmfile?page=Styles/LessObtrusiveNodes&style - http://josm.openstreetmap.de/josmfile?page=Styles/Modified&style - http://josm.openstreetmap.de/josmfile?page=Styles/Fixme&style Last errors/warnings: - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: java.io.IOException: Attribution is not loaded yet - W: Gelöschte oder bewegte Objekte - <html>Es gibt 3.861 Objekte in Ihrem lokalen Datensatz, die möglicherweise am Server gelöscht sind.<br>Wenn Sie die Objekte löschen oder aktualisieren, wird der Server wahrscheinlich einen Konflikt melden.<br><strong>Auf dem Server überprüfen</strong> anklicken, um den Status dieser Objekte auf dem Server zu prüfen.<br><strong>Ignorieren</strong> zum Ignorieren anklicken.</html> - E: Handled by bug report queue: java.lang.IllegalArgumentException: RouteLayer [name=Busrouten (Routes-Plugins), associatedFile=null] is not managed by us. - E: Handled by bug report queue: java.lang.OutOfMemoryError: Java heap space - E: Handled by bug report queue: java.lang.IllegalArgumentException: RouteLayer [name=Busrouten (Routes-Plugins), associatedFile=null] is not managed by us. === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (18) of main java.lang.IllegalArgumentException: RouteLayer [name=Busrouten (Routes-Plugins), associatedFile=null] is not managed by us. at org.openstreetmap.josm.gui.layer.LayerManager.checkContainsLayer(LayerManager.java:339) at org.openstreetmap.josm.gui.layer.LayerManager.realRemoveLayer(LayerManager.java:226) at org.openstreetmap.josm.gui.layer.LayerManager.lambda$removeLayer$1(LayerManager.java:214) at org.openstreetmap.josm.gui.util.GuiHelper.runInEDTAndWaitWithException(GuiHelper.java:138) at org.openstreetmap.josm.gui.layer.LayerManager.removeLayer(LayerManager.java:214) at org.openstreetmap.josm.plugins.routes.RoutesPlugin$2.run(RoutesPlugin.java:105) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Change History (1)
comment:1 by , 8 years ago
Component: | Core → Plugin routes |
---|---|
Keywords: | gsoc-core regression added |
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #14268.