Modify

Opened 5 years ago

Closed 5 years ago

#17007 closed defect (fixed)

NPE at CreateGridOfWaysAction.actionPerformed

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Plugin create_grid_of_ways Version:
Keywords: template_report Cc:

Description (last modified by Don-vip)

What steps will reproduce the problem?

  1. Error al ejecutar "crear rejilla de vias" en la ultima version de josm

What is the expected result?

What happens instead?

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: 2018-10-28 22:27:31 +0100 (Sun, 28 Oct 2018)
Build-Date:2018-10-28 21:33:32
Revision:14382
Relative:URL: ^/trunk

Identification: JOSM/1.5 (14382 es) Windows 10 64-Bit
OS Build number: Windows 10 Enterprise 1803 (17134)
Memory Usage: 392 MB / 989 MB (142 MB allocated, but free)
Java version: 1.8.0_191-b12, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1360x768
Maximum Screen Size: 1360x768
Dataset consistency test: No problems found

Plugins:
+ AddrInterpolation (34506)
+ CADTools (1008)
+ CommandLine (34574)
+ Create_grid_of_ways (34499)
+ PicLayer (34544)
+ apache-commons (34506)
+ apache-http (34632)
+ areaselector (349)
+ austriaaddresshelper (57)
+ buildings_tools (34724)
+ continuosDownload (82)
+ contourmerge (v0.1.3)
+ ejml (34389)
+ fieldpapers (v0.5.0)
+ geotools (34513)
+ jna (34633)
+ jts (34524)
+ log4j (34527)

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
- E: No se pudo localizar la imagen 'http://mapa.educacion.gob.ar/wp-content/themes/sitio_nuevo/img/men_icon.png'
- E: Handled by bug report queue: java.lang.NullPointerException
- W: Atención - <html>JOSM no ha podido encontrar información sobre los complementos siguientes:<ul><li>apache-commons</li><li>Create_grid_of_ways</li><li>geotools</li><li>jts</li><li>ejml</li><li>continuosDownload</li><li>CommandLine</li><li>CADTools</li><li>fieldpapers</li><li>AddrInterpolation</li><li>areaselector</li><li>buildings_tools</li><li>jna</li><li>austriaaddresshelper</li><li>PicLayer</li><li>apache-http</li><li>contourmerge</li><li>log4j</li></ul>Los complementos no serán cargados.</html>
- E: No se pudo localizar la imagen 'http://mapa.educacion.gob.ar/wp-content/themes/sitio_nuevo/img/men_icon.png'
- E: Handled by bug report queue: java.lang.NullPointerException
- W: Atención - <html>JOSM no ha podido encontrar información sobre los complementos siguientes:<ul><li>apache-commons</li><li>Create_grid_of_ways</li><li>geotools</li><li>jts</li><li>ejml</li><li>continuosDownload</li><li>CommandLine</li><li>CADTools</li><li>fieldpapers</li><li>AddrInterpolation</li><li>areaselector</li><li>buildings_tools</li><li>jna</li><li>austriaaddresshelper</li><li>PicLayer</li><li>apache-http</li><li>contourmerge</li><li>log4j</li></ul>Los complementos no serán cargados.</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.NullPointerException
	at CreateGridOfWaysPlugin.CreateGridOfWaysAction.actionPerformed(CreateGridOfWaysAction.java:81)
	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.AbstractButton.doClick(Unknown Source)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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, 5 years ago

Component: CorePlugin
Description: modified (diff)
Summary: Error al ejecutar "crear rejilla de vias" en la ultima version de josmNPE at CreateGridOfWaysAction.actionPerformed

comment:2 by Don-vip, 5 years ago

Component: PluginPlugin create_grid_of_ways

comment:3 by Don-vip, 5 years ago

Resolution: fixed
Status: newclosed

Fixed in [o34727:34728].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.