Modify ↓
Opened 6 years ago
Closed 6 years ago
#17349 closed defect (fixed)
IAE: "Parameter 'data' must not be null" at Address.addStreetNameOrRelation
Reported by: | leni | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin cadastre-fr | Version: | |
Keywords: | template_report address street | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- open 31Aussonne.osm with "imagerie" cadastre and pluging using add:street
- select street "Rue Emile Zola" and number 2
- create a node addr:
What is the expected result?
addr:housenumber created
What happens instead?
IllegalArgumentException: Parameter 'data' must not be null
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2019-02-02 21:01:18 +0100 (Sat, 02 Feb 2019) Build-Date:2019-02-04 21:50:11 Revision:14760 Relative:URL: ^/trunk Identification: JOSM/1.5 (14760 fr) Windows 10 64-Bit OS Build number: Windows 10 Home 1803 (17134) Memory Usage: 247 MB / 247 MB (63 MB allocated, but free) Java version: 1.8.0_181-b13, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1280x1024 Maximum Screen Size: 1280x1024 Dataset consistency test: No problems found Plugins: + Mapillary (v1.5.17) + apache-commons (34506) + apache-http (34632) + cadastre-fr (34801) + changeset-viewer (22) + conflation (0.6.2) + ejml (34389) + geotools (34513) + jaxb (34678) + jna (34867) + jts (34524) + opendata (34867) + pt_assistant (2.1.10) + reverter (34867) + rex (49) + tageditor (34867) + todo (30306) + turnlanes-tagging (280) + utilsplugin2 (34867) Map paint styles: - https://josm.openstreetmap.de/josmfile?page=Styles/Lane_features&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Lane_features_ryg&zip=1 + https://josm.openstreetmap.de/josmfile?page=Styles/Maxspeed&zip=1 + https://josm.openstreetmap.de/josmfile?page=Styles/PTStops&zip=1 + https://josm.openstreetmap.de/josmfile?page=Styles/PublicTransport&zip=1 Validator rules: + https://raw.githubusercontent.com/nlehuby/transport_mapcss/master/transport.validator.mapcss Last errors/warnings: - W: No configuration settings found. Using hardcoded default values for all pools. - W: Avertissement: le scan du fichier 'fr.toulouse.jar' pour le module d'information a échoué. Action ignorée. - E: Handled by bug report queue: java.lang.IllegalArgumentException: Parameter 'data' must not be null - W: Avertissement - <html>JOSM ne parvient pas à trouver d’information sur les greffons suivants :<ul><li>apache-commons</li><li>rex</li><li>conflation</li><li>geotools</li><li>tageditor</li><li>opendata</li><li>jts</li><li>Mapillary</li><li>changeset-viewer</li><li>ejml</li><li>cadastre-fr</li><li>reverter</li><li>jaxb</li><li>pt_assistant</li><li>todo</li><li>turnlanes-tagging</li><li>utilsplugin2</li><li>jna</li><li>apache-http</li></ul>Les greffons ne seront pas chargés.</html> === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (15) of main java.lang.IllegalArgumentException: Parameter 'data' must not be null at org.openstreetmap.josm.tools.CheckParameterUtil.ensureParameterNotNull(CheckParameterUtil.java:69) at org.openstreetmap.josm.command.Command.<init>(Command.java:138) at org.openstreetmap.josm.command.ChangePropertyCommand.<init>(ChangePropertyCommand.java:108) at org.openstreetmap.josm.command.ChangePropertyCommand.<init>(ChangePropertyCommand.java:123) at org.openstreetmap.josm.plugins.fr.cadastre.actions.mapmode.Address.addStreetNameOrRelation(Address.java:281) at org.openstreetmap.josm.plugins.fr.cadastre.actions.mapmode.Address.addAddrToPrimitive(Address.java:258) at org.openstreetmap.josm.plugins.fr.cadastre.actions.mapmode.Address.mousePressed(Address.java:216) at java.awt.AWTEventMulticaster.mousePressed(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 (2)
Change History (6)
by , 6 years ago
Attachment: | 31Aussonne.osm added |
---|
comment:1 by , 6 years ago
Component: | Core → Plugin cadastre-fr |
---|---|
Keywords: | address street added |
Owner: | changed from | to
Summary: | plugin cadastre.fr error → IAE: "Parameter 'data' must not be null" at Address.addStreetNameOrRelation |
comment:2 by , 6 years ago
Description: | modified (diff) |
---|
comment:3 by , 6 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
file osm