Changes between Initial Version and Version 1 of Ticket #11973, comment 2


Ignore:
Timestamp:
2015-10-18T23:25:53+02:00 (10 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11973, comment 2

    initial v1  
    11I am unable to get a java console to appear after repeatedly trying the instructions on the Sun website.  I am running from a batch file (so to be sure and invoke the correct version of Java), and here is the output to the Windows Console:
    2 
    3 C:\windows\system32>"c:\Program Files\Java\jre1.8.0_51\bin\java.exe" -jar C:\MyP
    4 rograms\josm-tested.jar
     2{{{
     3C:\windows\system32>"c:\Program Files\Java\jre1.8.0_51\bin\java.exe" -jar C:\MyPrograms\josm-tested.jar
    54INFO: loading plugin 'proj4j' (version 31353)
    6 WARNING: Failed to read MOTD. Exception was: javax.net.ssl.SSLHandshakeException
    7 : java.security.cert.CertificateException: No name matching josm.openstreetmap.d
    8 e found
    9 ERROR: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateExcept
    10 ion: No name matching josm.openstreetmap.de found. Cause: java.security.cert.Cer
    11 tificateException: No name matching josm.openstreetmap.de found
     5WARNING: Failed to read MOTD. Exception was: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching josm.openstreetmap.de found
     6ERROR: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching josm.openstreetmap.de found. Cause: java.security.cert.CertificateException: No name matching josm.openstreetmap.de found
    127INFO: loading plugin 'commons-imaging' (version 31241)
    138INFO: loading plugin 'jts' (version 31126)
     
    1813INFO: loading plugin 'Mapillary' (version 31331)
    1914[INFO] CompositeCacheManager - Instance is null, returning unconfigured instance
    20 
    21 [INFO] ThreadPoolManager - thread_pool.default PoolConfiguration = useBoundary =
    22  [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keep
    23 AliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
     15[INFO] ThreadPoolManager - thread_pool.default PoolConfiguration = useBoundary = [true] boundarySize = [2000] maximumPoolSize = [150] minimumPoolSize = [4] keepAliveTime = [300000] whenBlockedPolicy = [RUN] startUpSize = [4]
    2416[INFO] CompositeCacheConfigurator - Setting default auxiliaries to null
    25 [INFO] CompositeCacheConfigurator - setting defaultCompositeCacheAttributes to [
    26  useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPe
    27 rRun = -1, diskUsagePattern = UPDATE, spoolChunkSize = 2 ]
    28 [INFO] CompositeCacheConfigurator - setting defaultElementAttributes to [ IS_LAT
    29 ERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = false, MaxLifeSecon
    30 ds = 9223372036854775807, IdleTime = 9223372036854775807, CreateTime = 144503984
    31 6908, LastAccessTime = 1445039846908, getTimeToLiveSeconds() = -1, createTime =
    32 1445039846908 ]
     17[INFO] CompositeCacheConfigurator - setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 1000, maxSpoolPerRun = -1, diskUsagePattern = UPDATE, spoolChunkSize = 2 ]
     18[INFO] CompositeCacheConfigurator - setting defaultElementAttributes to [ IS_LATERAL = true, IS_SPOOL = true, IS_REMOTE = true, IS_ETERNAL = false, MaxLifeSeconds = 9223372036854775807, IdleTime = 9223372036854775807, CreateTime = 1445039846908, LastAccessTime = 1445039846908, getTimeToLiveSeconds() = -1, createTime =1445039846908 ]
    3319[INFO] CompositeCacheConfigurator - Parsed regions []
    3420[INFO] CompositeCacheConfigurator - Finished configuration in 16 ms.
    35 [INFO] CompositeCacheConfigurator - No special ElementAttribute class defined fo
    36 r key [jcs.region.mapillary.elementattributes], using default class.
    37 [INFO] AbstractDoubleLinkedListMemoryCache - initialized MemoryCache for mapilla
    38 ry
    39 [INFO] CompositeCache - Constructed cache with name [mapillary] and cache attrib
    40 utes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 10, maxSpo
    41 olPerRun = -1, diskUsagePattern = UPDATE, spoolChunkSize = 2 ]
    42 [INFO] IndexedDiskCache - Region [mapillary] Cache file root directory: C:\Users
    43 \michaelthompson\AppData\Roaming\JOSM\plugins\Mapillary\cache
     21[INFO] CompositeCacheConfigurator - No special ElementAttribute class defined for key [jcs.region.mapillary.elementattributes], using default class.
     22[INFO] AbstractDoubleLinkedListMemoryCache - initialized MemoryCache for mapillary
     23[INFO] CompositeCache - Constructed cache with name [mapillary] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 10, maxSpoolPerRun = -1, diskUsagePattern = UPDATE, spoolChunkSize = 2 ]
     24[INFO] IndexedDiskCache - Region [mapillary] Cache file root directory: C:\Users\michaelthompson\AppData\Roaming\JOSM\plugins\Mapillary\cache
    4425[INFO] IndexedDiskCache - Region [mapillary] Set maxKeySize to: '10000'
    45 [INFO] IndexedDiskCache - Region [mapillary] Loaded keys from [mapillary], key c
    46 ount: 67; up to 10000 will be available.
    47 [INFO] IndexedDiskCache - Region [mapillary] Finished inital consistency check,
    48 isOk = true in 1ms.
     26[INFO] IndexedDiskCache - Region [mapillary] Loaded keys from [mapillary], key count: 67; up to 10000 will be available.
     27[INFO] IndexedDiskCache - Region [mapillary] Finished inital consistency check,isOk = true in 1ms.
    4928[INFO] IndexedDiskCache - Region [mapillary] Indexed Disk Cache is alive.
    5029INFO: loading plugin 'undelete' (version 31241)
     
    5433INFO: RemoteControl::Accepting remote connections on /127.0.0.1:8111
    5534INFO: RemoteControl::Accepting remote connections on /0:0:0:0:0:0:0:1:8111
     35}}}