Johannes Weberhofer created SIS-588:
---------------------------------------
Summary: Problem integrating sis-embedded-data in conversion tool
Key: SIS-588
URL: https://issues.apache.org/jira/browse/SIS-588
Project: Spatial Information Systems
Issue Type: Bug
Affects Versions: 1.4
Reporter: Johannes Weberhofer
Thank you for this great library. I'm currently trying to upgrade an old
application of mine to Java 17 and therefor try to switch to Apache sis 1.4.
Unfortunately, it seems thatincluding the sis-embedded-data library does not
work for me. Accessing any data results in the following message:
{{ }}
{{WARNUNG: Cannot instantiate geodetic object for “EPSG:4326”.}}
{{Caused by UnavailableFactoryException: Cannot use the EPSG geodetic
parameters. Caused by: Failed to start database
'classpath:SIS_DATA/Databases/spatial-metadata' with class loader
jdk.internal.loader.ClassLoaders$AppClassLoader@251a69d7, see the next
exception for details.}}
{{Caused by SQLException: Catalogs at version level 'null' cannot be upgraded
to version level '10.14'.}}
I don't think, it's a issue with the derby version but a packaging problem.
Maven is not copying over the database and all it's segments to the target.
Shouldn't that simply work? Or did I forget something?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)