Modify

Opened 8 years ago

Closed 7 years ago

#13613 closed defect (fixed)

NPE in DetermineSdsModificationsUploadHook.checkUpload

Reported by: info@… Owned by: team
Priority: major Milestone:
Component: Plugin sds Version:
Keywords: template_report Cc: johan.emilsson@…, afisch, christiaanjoubert2@…

Description

What steps will reproduce the problem?

  1. Tried to upload after deleting a member of a multpolygon (IJsselmeer, 945096)

What is the expected result?

What happens instead?

This error message occured and I was supposed to send this message.

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: 2016-09-06 00:16:07 +0200 (Tue, 06 Sep 2016)
Build-Date:2016-09-05 22:21:00
Revision:10966
Relative:URL: ^/trunk

Identification: JOSM/1.5 (10966 de) Windows 7 64-Bit
Memory Usage: 138 MB / 247 MB (20 MB allocated, but free)
Java version: 1.8.0_101-b13, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1920x1080, \Display1 1280x1024, \Display2 1280x1024
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=%<user.name>Profile%\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-22c3ec53, -Djnlpx.remove=false, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.splashport=58695, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe, -Djnlpx.vmargs=LURqYXZhLnV0aWwuQXJyYXlzLnVzZUxlZ2FjeU1lcmdlU29ydD10cnVlAC1Eam5scC5hcHBsaWNhdGlvbi5ocmVmPWh0dHBzOi8vam9zbS5vcGVuc3RyZWV0bWFwLmRlL2Rvd25sb2FkL2pvc20uam5scAA=]
Dataset consistency test: No problems found

Plugins:
+ SeaChart (32699)
+ SeaMapEditor (32767)
+ osmarender (32699)
+ print (32699)
+ sds (32796)
+ turnrestrictions (32796)
+ walkingpapers (32796)

Tagging presets:
+ https://raw.githubusercontent.com/OpenSeaMap/josm/master/Presets_Hafen.xml
+ https://raw.githubusercontent.com/OpenSeaMap/josm/master/INT-1-preset.xml
+ https://josm.openstreetmap.de/josmfile?page=Presets/OpenSeaMap-PresetForSeamarks&zip=1
+ https://josm.openstreetmap.de/josmfile?page=Presets/hiking_routes_with_trail_marking&zip=1

Map paint styles:
+ https://raw.githubusercontent.com/OpenSeaMap/josm/master/seamark_styles.xml
- https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1

Last errors/warnings:
- E: Fehler beim Laden des Bildes 'presets/empty.png'
- W:  Minefield (N34): Could not get presets icon presets/empty.png
- E: Fehler beim Laden des Bildes 'presets/empty.png'
- W:  Spoil Ground (N62.*): Could not get presets icon presets/empty.png
- E: Fehler beim Laden des Bildes 'presets/empty.png'
- W:  Extraction area (N63): Could not get presets icon presets/empty.png
- E: Fehler beim Laden des Bildes 'presets/empty.png'
- W:  Supplimentary Information: Could not get presets icon presets/empty.png
- E: Fehler beim Laden des Bildes 'presets/empty.png'
- W:  FIXMEs: Could not get presets icon presets/empty.png


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

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-2 (38) of javawsApplicationThreadGroup
java.lang.NullPointerException
	at org.openstreetmap.hot.sds.DetermineSdsModificationsUploadHook.checkUpload(DetermineSdsModificationsUploadHook.java:67)
	at org.openstreetmap.josm.actions.UploadAction.checkPreUploadConditions(UploadAction.java:207)
	at org.openstreetmap.josm.actions.UploadAction.uploadData(UploadAction.java:231)
	at org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:271)
	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 (17)

comment:1 by Don-vip, 8 years ago

Component: CorePlugin

comment:2 by Don-vip, 8 years ago

Summary: FehlerberichtNPE in DetermineSdsModificationsUploadHook.checkUpload

comment:3 by Don-vip, 8 years ago

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

comment:4 by Klumbumbus, 8 years ago

Component: PluginPlugin sds

comment:5 by Klumbumbus, 8 years ago

Cc: johan.emilsson@… added

comment:6 by Klumbumbus, 8 years ago

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

comment:7 by Klumbumbus, 8 years ago

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

comment:8 by Klumbumbus, 8 years ago

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

comment:9 by Klumbumbus, 8 years ago

Cc: afisch added

comment:10 by Klumbumbus, 8 years ago

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

comment:11 by Klumbumbus, 8 years ago

Cc: christiaanjoubert2@… added

comment:12 by stoecker, 7 years ago

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

comment:13 by stoecker, 7 years ago

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

comment:14 by Don-vip, 7 years ago

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

comment:15 by Don-vip, 7 years ago

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

comment:16 by Don-vip, 7 years ago

Priority: normalmajor

comment:17 by Don-vip, 7 years ago

Resolution: fixed
Status: newclosed

Fixed in [o33224:33225].

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.