-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialization of resource '*' failed #1064
Comments
|
We also had some troubles tonight. It seems that some external schema files were not available. |
|
Might it be related with Deegree3 external schema files or INSPIRE directive external schema files? |
|
We have the same problems with SQLFeatureStores but on top with the LayerStoreProvider. |
|
Yes, I have the same problem... f. e. ElevationVectorElements.xsd I download schema-files this way: `# gml 3.2.1 for i in |
|
Is there no other way to solve the problem without having an offline xml-schema? Shouldn't the link http://www.deegree.org/datasource/feature/sql/ be returning something other than 404? |
|
If the problem is related to INSPIRE schemas the issue could be that they are now no longer available directly via |
|
Yes, that's exactly the problem. |
|
Alexander Dömming from GDI-DE made the following proposal: |
|
@ettweina I am not aware if the XML-Catalog applies for XSD schema files too. The class responsible for resolving external files is Line 83 in 51cdd20
The implementation is using the Apache Xerxes 2.12.0 API. This may be a good starting point to apply a patch. The TMC will discuss this issue in the next TMC meeting, scheduled for Friday 2020-05-22. |
|
Mail to JRC:
answer from JRC-INSPIRE-SUPPORT@ec.europa.eu
|
|
The TMC members conclude that the issue reported was caused by a change of the server setup providing the INSPIRE schema files. Nevertheless deegree shall support a properly configured server-sided redirect and retrieve external resources using HTTPS. This needs to be tested. To extend deegree to use bundled local files instead of remote resources we have created a new issue #1066. |
|
Switch to HTTPS is planned for March 2021, see https://wiki.gdi-de.org/display/insp/2021/02/01/INSPIRE-Schemata+werden+von+HTTP+nach+HTTPS+migriert (German only) |
|
Users have reported issues starting and reloading deegree workspace with references to INSPIRE schema files after 1st of March. |
|
A temporary workaround is to use https instead of http in all local files that reference INSPIRE schema files, e.g .: Important: "https" only for the attribute "schemaLocation", not for the "namespace"! Or download all INSPIRE schema files from the JRC server at https://inspire.ec.europa.eu/schemas/ and adapt them so that all references are resolved locally, e.g. However, we see the need for deegree to be able to handle this protocol change. We are currently working on a pull request to resolve this issue. |
|
Bugfix version 3.4.16 contains the PR #1131. Download via GitHub and www.deegree.org available soon. |
|
Bug fix version ready to download from https://github.com/deegree/deegree3/releases and https://www.deegree.org/download/. |
Hello.
Im am using Deegree3 version 3.4.11 and today for a reason I cannot explain all my SQLFeatureStores started are giving the following error:
Initialization of resource 'Appurtenance_Avenca' failed: Unable to build resource FeatureStoreProvider:Appurtenance_Avenca: Error building GML application schema: Severe error in schema document (systemId: null, line: -1, column: -1) Premature end of file.
I haven't changed anything in my FeatureStores and yesterday was working fine.
Is anyone else experiencing the same issues?
It might be a broken link problem.
Kind Regards,
The text was updated successfully, but these errors were encountered: