Modify

Opened 7 years ago

Closed 6 years ago

#14721 closed defect (fixed)

NPE at LaunchAction.isRoad

Reported by: anonymous Owned by: Rub21
Priority: normal Milestone:
Component: Plugin turnlanes-tagging Version:
Keywords: template_report Cc:

Description (last modified by Don-vip)

What steps will reproduce the problem?

  1. No me funciona el complemento Import PDF.
  2. Luego de que el archivo este cargado y de haberle selecionado las esquinas inferior izquierda y superior derecha, al igua que darle sus correspondientes coordenadas geográficas
URL:http://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2017-04-02 01:45:00 +0200 (Sun, 02 Apr 2017)
Build-Date:2017-04-02 01:34:50
Revision:11826
Relative:URL: ^/trunk

Identification: JOSM/1.5 (11826 es) Windows 8 64-Bit
Memory Usage: 247 MB / 247 MB (22 MB allocated, but free)
Java version: 1.8.0_121-b13, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1920x1080
Maximum Screen Size: 1920x1080
VM arguments: [-Djava.security.manager, -Djava.security.policy=file:<java.home>\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=%UserProfile%\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-3b3aff05, -Djnlpx.remove=false, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.splashport=49191, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe]

Plugins:
+ CADTools (1007)
+ ColumbusCSV (32885)
+ DirectDownload (33160)
+ DxfImport (1008)
+ ImportImagePlugin (33028)
+ Mapillary (v1.4.2)
+ PicLayer (33148)
+ SimplifyArea (33004)
+ apache-commons (32994)
+ apache-http (32699)
+ dataimport (33024)
+ ejml (32680)
+ geotools (33042)
+ jts (32699)
+ livegps (33138)
+ log4j (32699)
+ opendata (33197)
+ osm-obj-info (1484152384)
+ pdfimport (33004)
+ pointInfo (33131)
+ splinex (33160)
+ tageditor (33021)
+ turnlanes-tagging (254)
+ turnrestrictions (33088)
+ utilsplugin2 (33182)


Last errors/warnings:
- E: Handled by bug report queue: java.lang.NullPointerException


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-2 (69) of javawsApplicationThreadGroup
java.lang.NullPointerException
	at org.openstreetmap.josm.plugins.turnlanestagging.LaunchAction.isRoad(LaunchAction.java:86)
	at org.openstreetmap.josm.plugins.turnlanestagging.LaunchAction.selectionChanged(LaunchAction.java:71)
	at org.openstreetmap.josm.data.osm.DataSet.fireSelectionChanged(DataSet.java:695)
	at org.openstreetmap.josm.data.osm.DataSet.clearSelection(DataSet.java:1012)
	at org.openstreetmap.josm.data.osm.DataSet.clear(DataSet.java:1408)
	at pdfimport.LoadPdfDialog.removeLayer(LoadPdfDialog.java:1049)
	at pdfimport.LoadPdfDialog.okPressed(LoadPdfDialog.java:612)
	at pdfimport.LoadPdfDialog.access$300(LoadPdfDialog.java:66)
	at pdfimport.LoadPdfDialog$4.actionPerformed(LoadPdfDialog.java:195)
	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.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)

LUEGO DE CARGAR EL PDF Y DE SELECIONAR LAS ESQUINAS INFERIOR IZQUIERDA Y SUPERIOR DERECHA, A LAS CUALES LES HE COLOCADO LAS RESPECTIVAS EQUIVALENCIA EN COORDENADAS GEOGRÁFICAS, ESTE Y NORTE, AL DARLE LA OPCION "LUGAR", SIEMPRE ME REPORTA UN ERROR.

Attachments (0)

Change History (4)

comment:1 by Don-vip, 7 years ago

Component: CorePlugin turnlanes-tagging
Description: modified (diff)
Owner: changed from team to Rub21
Reporter: changed from anonymousLuego de que el archivo este cargado y de haberle selecionado las esquinas inferior izquierda y superior derecha, al igua que darle sus correspondientes coordenadas geográficas to anonymous
Summary: No me funciona el complemento Import PDF.NPE at LaunchAction.isRoad

comment:2 by Don-vip, 6 years ago

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

comment:4 by Don-vip, 6 years ago

Resolution: fixed
Status: newclosed

Modify Ticket

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