Changes between Initial Version and Version 1 of Ticket #21803, comment 9


Ignore:
Timestamp:
2022-01-27T14:31:14+01:00 (4 years ago)
Author:
SanderH

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21803, comment 9

    initial v1  
    41412022-01-27 08:47:43.265 SEVERE: geotools: error in EPSG database initialization. NoSuchAuthorityCodeException: No code "EPSG:4326" from authority "European Petroleum Survey Group" found for object of type "IdentifiedObject".
    4242}}}
     432022-01-27 14:27:40.585 INFO: loading plugin 'opendataservices' (version 0.6.20)
     442022-01-27 14:27:42.919 INFO: GET https://josm.openstreetmap.de/mapkey/Maxar-Premium -> HTTP/1.1 200 (160 ms; 37 B)
     452022-01-27 14:27:44.029 INFO: loading plugin 'ods-bag' (version 0.6.20)
     462022-01-27 14:27:44.078 SEVERE: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin ods-bag. Cause: java.lang.reflect.InvocationTargetException. Cause: java.lang.ExceptionInInitializerError. Cause: java.lang.RuntimeException: org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:4326" from authority "European Petroleum Survey Group" found for object of type "IdentifiedObject".. Cause: org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:4326" from authority "European Petroleum Survey Group" found for object of type "IdentifiedObject".
     47org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin ods-bag
     48        at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:388)
     49        at org.openstreetmap.josm.plugins.PluginHandler.loadPlugin(PluginHandler.java:812)
     50        at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandler.java:897)
     51        at org.openstreetmap.josm.plugins.PluginHandler.loadLatePlugins(PluginHandler.java:949)
     52        at org.openstreetmap.josm.gui.MainApplication.loadLatePlugins(MainApplication.java:1224)
     53        at org.openstreetmap.josm.gui.MainApplication.mainJOSM(MainApplication.java:954)
     54        at org.openstreetmap.josm.gui.MainApplication$3.processArguments(MainApplication.java:281)
     55        at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:739)
     56Caused by: java.lang.reflect.InvocationTargetException
     57        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     58        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
     59        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
     60        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
     61        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
     62        at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:383)
     63        ... 7 more
     64Caused by: java.lang.ExceptionInInitializerError
     65        at org.openstreetmap.josm.plugins.ods.bag.BagImportModule.<init>(BagImportModule.java:50)
     66        at org.openstreetmap.josm.plugins.ods.bag.BagImportPlugin.<init>(BagImportPlugin.java:8)
     67        ... 13 more
     68Caused by: java.lang.RuntimeException: org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:4326" from authority "European Petroleum Survey Group" found for object of type "IdentifiedObject".
     69        at org.openstreetmap.josm.plugins.ods.crs.CRSUtil.<clinit>(CRSUtil.java:36)
     70        ... 15 more
     71Caused by: org.opengis.referencing.NoSuchAuthorityCodeException: No code "EPSG:4326" from authority "European Petroleum Survey Group" found for object of type "IdentifiedObject".
     72        at org.geotools.referencing.factory.AbstractAuthorityFactory.noSuchAuthorityCode(AbstractAuthorityFactory.java:908)
     73        at org.geotools.referencing.factory.PropertyAuthorityFactory.getWKT(PropertyAuthorityFactory.java:294)
     74        at org.geotools.referencing.factory.PropertyAuthorityFactory.createCoordinateReferenceSystem(PropertyAuthorityFactory.java:364)
     75        at org.geotools.referencing.factory.BufferedAuthorityFactory.createCoordinateReferenceSystem(BufferedAuthorityFactory.java:761)
     76        at org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:811)
     77        at org.geotools.referencing.factory.FallbackAuthorityFactory.createCoordinateReferenceSystem(FallbackAuthorityFactory.java:652)
     78        at org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:811)
     79        at org.geotools.referencing.factory.ThreadedAuthorityFactory.createCoordinateReferenceSystem(ThreadedAuthorityFactory.java:667)
     80        at org.geotools.referencing.DefaultAuthorityFactory.createCoordinateReferenceSystem(DefaultAuthorityFactory.java:172)
     81        at org.geotools.referencing.CRS.decode(CRS.java:507)
     82        at org.geotools.referencing.CRS.decode(CRS.java:428)
     83        at org.openstreetmap.josm.plugins.ods.crs.CRSUtil.<clinit>(CRSUtil.java:34)
     84        ... 15 more