Changes between Initial Version and Version 1 of Ticket #11951
- Timestamp:
- 2015-10-09T21:57:59+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11951 – Description
initial v1 4 4 I uploaded a change ... 5 5 6 6 {{{ 7 7 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create... 8 8 INFO: OK … … 11 11 INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/34531167/close... 12 12 INFO: OK 13 13 }}} 14 14 15 15 … … 17 17 18 18 19 19 {{{ 20 20 [INFO] ElementEventQueue - Element event queue destroyed: org.apache.commons.jcs 21 21 .engine.control.event.ElementEventQueue@10898c1 … … 23 23 [INFO] CompositeCache - In DISPOSE, [mapillary] auxiliary [mapillary] 24 24 [INFO] CompositeCache - In DISPOSE, [mapillary] put 0 into auxiliary mapillary 25 [INFO] AbstractDiskCache - No longer waiting for event queue to finish: Cache Ev 26 ent Queue 25 [INFO] AbstractDiskCache - No longer waiting for event queue to finish: Cache Event Queue 27 26 Working = true 28 27 Alive = false … … 30 29 Size = 0 31 30 [INFO] AbstractDiskCache - In dispose, destroying event queue. 32 [INFO] CacheEventQueue - Destroy was called after queue was destroyed. Doing no 33 thing. Stats = Cache Event Queue 31 [INFO] CacheEventQueue - Destroy was called after queue was destroyed. Doing nothing. Stats = Cache Event Queue 34 32 Working = true 35 33 Alive = false 36 34 Empty = true 37 35 Size = 0 38 [INFO] IndexedDiskCache - Region [mapillary] Saving keys to: mapillary, key coun 39 t: 80 36 [INFO] IndexedDiskCache - Region [mapillary] Saving keys to: mapillary, key count: 80 40 37 [INFO] IndexedDiskCache - Region [mapillary] Finished saving keys. 41 38 [INFO] IndexedDiskCache - Region [mapillary] Shutdown complete. … … 45 42 [INFO] CompositeCache - In DISPOSE, [TMS] auxiliary [TMS] 46 43 [INFO] CompositeCache - In DISPOSE, [TMS] put 0 into auxiliary TMS 47 [INFO] AbstractDiskCache - No longer waiting for event queue to finish: Cache Ev 48 ent Queue 44 [INFO] AbstractDiskCache - No longer waiting for event queue to finish: Cache Event Queue 49 45 Working = true 50 46 Alive = false … … 52 48 Size = 0 53 49 [INFO] AbstractDiskCache - In dispose, destroying event queue. 54 [INFO] CacheEventQueue - Destroy was called after queue was destroyed. Doing no 55 thing. Stats = Cache Event Queue 50 [INFO] CacheEventQueue - Destroy was called after queue was destroyed. Doing nothing. Stats = Cache Event Queue 56 51 Working = true 57 52 Alive = false … … 63 58 [INFO] CompositeCache - In DISPOSE, [TMS] disposing of memory cache. 64 59 [INFO] AbstractMemoryCache - Memory Cache dispose called. 65 66 60 }}} 67 61 68 62 This is where josm restarts. I receive the null pointer exception from https://josm.openstreetmap.de/ticket/11930 69 63 70 71 64 {{{ 72 65 ERROR: java.lang.NullPointerException 73 66 java.lang.NullPointerException 74 at org.openstreetmap.josm.plugins.rasterfilters.RasterFiltersPlugin.laye 75 rRemoved(RasterFiltersPlugin.java:125) 67 at org.openstreetmap.josm.plugins.rasterfilters.RasterFiltersPlugin.layerRemoved(RasterFiltersPlugin.java:125) 76 68 at org.openstreetmap.josm.gui.MapView.fireLayerRemoved(MapView.java:216) 77 69 … … 79 71 at org.openstreetmap.josm.Main.removeLayer(Main.java:522) 80 72 at org.openstreetmap.josm.Main.exitJosm(Main.java:1120) 81 at org.openstreetmap.josm.gui.MainApplication$1.windowClosing(MainApplic 82 ation.java:111) 73 at org.openstreetmap.josm.gui.MainApplication$1.windowClosing(MainApplication.java:111) 83 74 at java.awt.AWTEventMulticaster.windowClosing(Unknown Source) 84 75 at java.awt.Window.processWindowEvent(Unknown Source) … … 94 85 at java.awt.EventQueue$3.run(Unknown Source) 95 86 at java.security.AccessController.doPrivileged(Native Method) 96 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour 97 ce) 98 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour 99 ce) 87 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 88 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 100 89 at java.awt.EventQueue$4.run(Unknown Source) 101 90 at java.awt.EventQueue$4.run(Unknown Source) 102 91 at java.security.AccessController.doPrivileged(Native Method) 103 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour 104 ce) 92 at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) 105 93 at java.awt.EventQueue.dispatchEvent(Unknown Source) 106 94 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) … … 110 98 at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 111 99 at java.awt.EventDispatchThread.run(Unknown Source) 112 Oct 09, 2015 7:40:56 AM org.geotools.referencing.factory.DeferredAuthorityFactor 113 y disposeBackingStore 114 INFO: Disposing class org.geotools.referencing.factory.epsg.UnnamedExtension bac 115 king store 116 Oct 09, 2015 7:40:56 AM org.geotools.referencing.factory.DeferredAuthorityFactor 117 y disposeBackingStore 118 INFO: Disposing class org.geotools.referencing.factory.epsg.EsriExtension backin 119 g store 120 121 122 100 Oct 09, 2015 7:40:56 AM org.geotools.referencing.factory.DeferredAuthorityFactory disposeBackingStore 101 INFO: Disposing class org.geotools.referencing.factory.epsg.UnnamedExtension backing store 102 Oct 09, 2015 7:40:56 AM org.geotools.referencing.factory.DeferredAuthorityFactory disposeBackingStore 103 INFO: Disposing class org.geotools.referencing.factory.epsg.EsriExtension backing store 104 }}} 123 105 124 106 Here's the list of plugins from https://josm.openstreetmap.de/ticket/11930 125 107 108 {{{ 126 109 Revision: 8800 127 110 Repository Root: http://josm.openstreetmap.de/svn … … 206 189 - waydownloader (31241) 207 190 - wikipedia (31241) 191 }}}


