Modify ↓
Opened 11 years ago
Closed 11 years ago
#9017 closed defect (fixed)
NPE in AbstractUploadTask.handleUploadConflict()
Reported by: | Ihtisham ul haq | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2013-06-05 01:34:49 Last Changed Author: Don-vip Revision: 5990 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2013-06-05 00:52:58 +0200 (Wed, 05 Jun 2013) Last Changed Rev: 5990 Identification: JOSM/1.5 (5990 en) Windows 7 32-Bit Memory Usage: 166 MB / 247 MB (77 MB allocated, but free) Java version: 1.7.0_21, Oracle Corporation, Java HotSpot(TM) Client VM Dataset consistency test: No problems found java.lang.reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait(Unknown Source) at java.awt.EventQueue.invokeAndWait(Unknown Source) at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:87) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:145) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at java.util.regex.Matcher.getTextLength(Unknown Source) at java.util.regex.Matcher.reset(Unknown Source) at java.util.regex.Matcher.<init>(Unknown Source) at java.util.regex.Pattern.matcher(Unknown Source) at org.openstreetmap.josm.gui.io.AbstractUploadTask.handleUploadConflict(AbstractUploadTask.java:254) at org.openstreetmap.josm.gui.io.AbstractUploadTask.handleFailedUpload(AbstractUploadTask.java:325) at org.openstreetmap.josm.gui.io.UploadPrimitivesTask$2.run(UploadPrimitivesTask.java:357) at org.openstreetmap.josm.gui.util.GuiHelper.runInEDT(GuiHelper.java:65) at org.openstreetmap.josm.gui.io.UploadPrimitivesTask.finish(UploadPrimitivesTask.java:319) at org.openstreetmap.josm.gui.PleaseWaitRunnable$1.run(PleaseWaitRunnable.java:89) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(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$1.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.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.WaitDispatchSupport$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(Unknown Source) at java.awt.Dialog.show(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at java.awt.Window.setVisible(Unknown Source) at java.awt.Dialog.setVisible(Unknown Source) at org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor$4.run(PleaseWaitProgressMonitor.java:170) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(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$1.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 (10)
comment:1 by , 11 years ago
follow-up: 7 comment:2 by , 11 years ago
Description: | modified (diff) |
---|
Please, update your josm version. Current tested version is 6115 (tested).
comment:3 by , 11 years ago
Summary: | Error in JSOM → NPE in AbstractUploadTask.handleUploadConflict() |
---|
comment:5 by , 11 years ago
@Ihtisham ul haq:
Would it be possible to attach osm file that is causing it?
by , 11 years ago
Attachment: | Muzaffarabad.osm added |
---|
by , 11 years ago
Attachment: | Murree.osm added |
---|
comment:6 by , 11 years ago
Sorry for the duplicates. The same error is caused by the attached two files.
comment:7 by , 11 years ago
Replying to skyper:
Please, update your josm version. Current tested version is 6115 (tested).
Tested on Current version(6115). Still gives the same error. Ticket #9022
Note:
See TracTickets
for help on using tickets.
Ticket #9018 has been marked as a duplicate of this ticket.