Modify ↓
Opened 11 years ago
Closed 11 years ago
#9648 closed defect (duplicate)
Problem with uploading attached changes to server
Reported by: | Lesath | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Load the attached set
- hit the upload-button
What happens instead?
A pesky NullPointerException. Also tried with Oracle Java 1.7.0_51 - same error here.
Please provide any additional information below. Attach a screenshot if
possible.
Build-Date: 2014-01-30 09:39:31 Revision: 6784 Is-Local-Build: true Identification: JOSM/1.5 (6784 SVN en) Mac OS X 10.9.1 Memory Usage: 81 MB / 507 MB (40 MB allocated, but free) Java version: 1.6.0_65, Apple Inc., Java HotSpot(TM) 64-Bit Server VM VM arguments: [-Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar, -Xmx512m, -Dapple.laf.useScreenMenuBar=true] Dataset consistency test: No problems found Plugin: OpeningHoursEditor (30117) Plugin: download_along (30017) Plugin: turnlanes (30043) Plugin: turnrestrictions (30237) java.lang.NullPointerException at org.openstreetmap.josm.data.validation.tests.TagChecker.check(TagChecker.java:360) at org.openstreetmap.josm.data.validation.Test$TagTest.visit(Test.java:123) at org.openstreetmap.josm.data.osm.Way.accept(Way.java:213) at org.openstreetmap.josm.data.validation.Test.visit(Test.java:200) at org.openstreetmap.josm.data.validation.tests.TagChecker.visit(TagChecker.java:464) at org.openstreetmap.josm.actions.upload.ValidateUploadHook.checkUpload(ValidateUploadHook.java:60) at org.openstreetmap.josm.actions.UploadAction.checkPreUploadConditions(UploadAction.java:199) at org.openstreetmap.josm.actions.UploadAction.uploadData(UploadAction.java:222) at org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:279) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272) at java.awt.Component.processMouseEvent(Component.java:6414) at javax.swing.JComponent.processMouseEvent(JComponent.java:3275) at java.awt.Component.processEvent(Component.java:6179) at java.awt.Container.processEvent(Container.java:2084) at java.awt.Component.dispatchEventImpl(Component.java:4776) at java.awt.Container.dispatchEventImpl(Container.java:2142) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4279) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4209) at java.awt.Container.dispatchEventImpl(Container.java:2128) at java.awt.Window.dispatchEventImpl(Window.java:2492) at java.awt.Component.dispatchEvent(Component.java:4604) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:717) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:676) at java.awt.EventQueue$2.run(EventQueue.java:674) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97) at java.awt.EventQueue$3.run(EventQueue.java:690) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.awt.EventQueue.dispatchEvent(EventQueue.java:687) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | test.osm.bz2 added |
---|
comment:1 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #9639.
Note:
See TracTickets
for help on using tickets.
The changes in this file could not be uploaded