Hi Niels,
 
I tried to build the metadata community extension myself since there is no zip-file available as described here:
https://docs.geoserver.org/latest/en/user/community/metadata/configuration.html#installation
 
I used OpenJDK11 and skipped the tests during maven build. Afterwards I tried to run it on Tomcat 8.5. As soon as I copy the gs-metadata-2.17-SNAPSHOT.jar in the geoserver\WEB-INF\lib folder and restart geoserver, geoserver is not starting again while logging a bunch of errors.
 
So I activated the tests while compiling the metadata extension in case there is an error already while compiling:
 
 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.geoserver.metadata.data.model.ComplexMetaDataMapTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.geoserver.metadata.data.model.ComplexMetaDataMapTest
[INFO] Running org.geoserver.metadata.data.service.ComplexMetadataServiceTest
Jän. 18, 2020 9:28:20 NACHM. org.geoserver.metadata.data.service.impl.ConfigurationServiceImpl readConfiguration
SEVERE: Cannot construct instance of `org.geoserver.metadata.data.dto.impl.MetadataConfigurationImpl` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('klopt-niets-van')
 at [Source: (org.geoserver.platform.resource.FileSystemResourceStore$FileSystemResource$1); line: 1, column: 1]
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `org.geoserver.metadata.data.dto.impl.MetadataConfigurationImpl` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('klopt-niets-van')
 
 
Any suggestions how I could proceed?
 
Greetings
Kerstin
 
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to