Modify

Opened 7 years ago

Closed 7 years ago

#15184 closed defect (fixed)

OsmDataLayer is not managed by us

Reported by: anonymous Owned by: Gnonthgol
Priority: normal Milestone:
Component: Plugin todo Version:
Keywords: template_report github Cc:

Description

What steps will reproduce the problem?

What is the expected result?

What happens instead?

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-07-31 01:02:55 +0200 (Mon, 31 Jul 2017)
Build-Date:2017-07-31 01:53:17
Revision:12545
Relative:URL: ^/trunk

Identification: JOSM/1.5 (12545 en) Windows 10 64-Bit
OS Build number: Windows 10 Pro 1607 (14393)
Memory Usage: 3310 MB / 7282 MB (162 MB allocated, but free)
Java version: 1.8.0_144-b01, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Screen: \Display0 1920x1080, \Display1 1920x1080
Maximum Screen Size: 1920x1080
Dataset consistency test: No problems found

Plugins:
+ ImportImagePlugin (33372)
+ ImproveOsm (116)
+ Mapillary (v1.5.5)
+ OpenStreetCam (100)
+ RoadSigns (33204)
+ apache-commons (32994)
+ apache-http (32699)
+ buildings_tools (33004)
+ download_along (32946)
+ ejml (32680)
+ geojson (52)
+ geotools (33380)
+ graphview (33004)
+ jna (32699)
+ jts (32699)
+ log4j (32699)
+ measurement (33088)
+ opendata (33438)
+ pbf (33241)
+ poly (33004)
+ reltoolbox (33311)
+ reverter (33088)
+ scripting (30768)
+ tageditor (33021)
+ todo (30300)
+ turnlanes (33294)
+ turnlanes-tagging (254)
+ turnrestrictions (33088)
+ utilsplugin2 (33328)
+ waydownloader (33167)

Tagging presets:
+ %UserProfile%\Documents\MapCSS\signpost.xml
+ %UserProfile%\Documents\MapCSS\statuspreset.xml
+ %UserProfile%\Documents\MapCSS\speedlimit.xml
+ %UserProfile%\Documents\MapCSS\TRpreset.xml

Map paint styles:
+ %UserProfile%\Documents\MapCSS\Detection_mapcss\FORD_SIGNS.mapcss
- %UserProfile%\Documents\MapCSS\josmfile2
- %UserProfile%\Documents\MapCSS\status.mapcss
- https://raw.githubusercontent.com/yopaseopor/traffic_signs_style_JOSM/master/Styles_Traffic_signs_AME.zip
- https://josm.openstreetmap.de/josmfile?page=Styles/Noname&zip=1
- %UserProfile%\Documents\MapCSS\turn_restrictions_v2.mapcss
- %UserProfile%\Documents\MapCSS\custom.mapcss
- %UserProfile%\Documents\MapCSS\elemstyles.mapcss
- %UserProfile%\Documents\MapCSS\turn_restrictions_v2.mapcss
- %UserProfile%\Documents\MapCSS\v4_Lane and road attributes.mapcss
- %UserProfile%\Documents\MapCSS\streets_has_no_name1
- %UserProfile%\Documents\MapCSS\V_user edits.mapcss
- %UserProfile%\Documents\MapCSS\tr_atlas\TR_atlas.mapcss
- %UserProfile%\Documents\MapCSS\TR_improveOSM\TR_improveOSM.mapcss
- %UserProfile%\Documents\MapCSS\maxspeed.mapcss
+ %UserProfile%\Documents\MapCSS\customFC.mapcss

Last errors/warnings:
- W: java.net.UnknownHostException: ecn.t3.tiles.virtualearth.net
- W: java.net.UnknownHostException: ecn.t1.tiles.virtualearth.net
- W: java.net.UnknownHostException: ecn.t1.tiles.virtualearth.net
- W: java.net.UnknownHostException: ecn.t1.tiles.virtualearth.net
- W: java.net.UnknownHostException: ecn.t3.tiles.virtualearth.net
- E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=400, Error Header=<You requested too many nodes (limit is 50000). Either request a smaller area, or use planet.osm>
- E: Bad Request - <html>The OSM server 'api.openstreetmap.org' reported a bad request.<br><br>The area you tried to download is too big or your request was too large.<br>Either request a smaller area or use an export file provided by the OSM community.</html>
- E: Handled by bug report queue: java.lang.IllegalArgumentException: OsmDataLayer [name=Data Layer 44, associatedFile=null] is not managed by us.
- E: Handled by bug report queue: java.lang.IllegalArgumentException: OsmDataLayer [name=Data Layer 44, associatedFile=null] is not managed by us.
- E: Handled by bug report queue: java.lang.IllegalArgumentException: OsmDataLayer [name=Data Layer 44, 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 (20) of main
java.lang.IllegalArgumentException: OsmDataLayer [name=Data Layer 44, associatedFile=null] is not managed by us.
	at org.openstreetmap.josm.gui.layer.LayerManager.checkContainsLayer(LayerManager.java:392)
	at org.openstreetmap.josm.gui.layer.MainLayerManager.realSetActiveLayer(MainLayerManager.java:219)
	at org.openstreetmap.josm.gui.layer.MainLayerManager.lambda$setActiveLayer$0(MainLayerManager.java:214)
	at org.openstreetmap.josm.gui.util.GuiHelper.runInEDTAndWaitWithException(GuiHelper.java:141)
	at org.openstreetmap.josm.gui.layer.MainLayerManager.setActiveLayer(MainLayerManager.java:214)
	at org.openstreetmap.josm.plugins.todo.TodoDialog.zoom(TodoDialog.java:112)
	at org.openstreetmap.josm.plugins.todo.TodoDialog.selectAndZoom(TodoDialog.java:121)
	at org.openstreetmap.josm.plugins.todo.TodoDialog$SelectAction.actionPerformed(TodoDialog.java:173)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.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 (3)

comment:1 by Don-vip, 7 years ago

Component: CorePlugin todo
Owner: changed from team to Gnonthgol
Summary: unexpected exception occurredOsmDataLayer is not managed by us

comment:2 by Don-vip, 7 years ago

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

comment:3 by Don-vip, 7 years ago

Keywords: github added
Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Gnonthgol.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.