Changes between Initial Version and Version 1 of Ticket #11951


Ignore:
Timestamp:
2015-10-09T21:57:59+02:00 (10 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11951 – Description

    initial v1  
    44I uploaded a change ...
    55
    6 
     6{{{
    77INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/create...
    88INFO: OK
     
    1111INFO: PUT https://api.openstreetmap.org/api/0.6/changeset/34531167/close...
    1212INFO: OK
    13 
     13}}}
    1414
    1515
     
    1717
    1818
    19 
     19{{{
    2020[INFO] ElementEventQueue - Element event queue destroyed: org.apache.commons.jcs
    2121.engine.control.event.ElementEventQueue@10898c1
     
    2323[INFO] CompositeCache - In DISPOSE, [mapillary] auxiliary [mapillary]
    2424[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
    2726Working = true
    2827Alive = false
     
    3029Size = 0
    3130[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
    3432Working = true
    3533Alive = false
    3634Empty = true
    3735Size = 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
    4037[INFO] IndexedDiskCache - Region [mapillary] Finished saving keys.
    4138[INFO] IndexedDiskCache - Region [mapillary] Shutdown complete.
     
    4542[INFO] CompositeCache - In DISPOSE, [TMS] auxiliary [TMS]
    4643[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
    4945Working = true
    5046Alive = false
     
    5248Size = 0
    5349[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
    5651Working = true
    5752Alive = false
     
    6358[INFO] CompositeCache - In DISPOSE, [TMS] disposing of memory cache.
    6459[INFO] AbstractMemoryCache - Memory Cache dispose called.
    65 
    66 
     60}}}
    6761
    6862This is where josm restarts.  I receive the null pointer exception from https://josm.openstreetmap.de/ticket/11930
    6963
    70 
    71 
     64{{{
    7265ERROR: java.lang.NullPointerException
    7366java.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)
    7668        at org.openstreetmap.josm.gui.MapView.fireLayerRemoved(MapView.java:216)
    7769
     
    7971        at org.openstreetmap.josm.Main.removeLayer(Main.java:522)
    8072        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)
    8374        at java.awt.AWTEventMulticaster.windowClosing(Unknown Source)
    8475        at java.awt.Window.processWindowEvent(Unknown Source)
     
    9485        at java.awt.EventQueue$3.run(Unknown Source)
    9586        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)
    10089        at java.awt.EventQueue$4.run(Unknown Source)
    10190        at java.awt.EventQueue$4.run(Unknown Source)
    10291        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)
    10593        at java.awt.EventQueue.dispatchEvent(Unknown Source)
    10694        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
     
    11098        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    11199        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 
     100Oct 09, 2015 7:40:56 AM org.geotools.referencing.factory.DeferredAuthorityFactory disposeBackingStore
     101INFO: Disposing class org.geotools.referencing.factory.epsg.UnnamedExtension backing store
     102Oct 09, 2015 7:40:56 AM org.geotools.referencing.factory.DeferredAuthorityFactory disposeBackingStore
     103INFO: Disposing class org.geotools.referencing.factory.epsg.EsriExtension backing store
     104}}}
    123105
    124106Here's the list of plugins from https://josm.openstreetmap.de/ticket/11930
    125107
     108{{{
    126109Revision: 8800
    127110Repository Root: http://josm.openstreetmap.de/svn
     
    206189- waydownloader (31241)
    207190- wikipedia (31241)
     191}}}