Skip to content
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

Pyramid plugin extension for coverage store in geoserver-cloud #359

Closed
shomy4 opened this issue Sep 20, 2023 · 3 comments
Closed

Pyramid plugin extension for coverage store in geoserver-cloud #359

shomy4 opened this issue Sep 20, 2023 · 3 comments

Comments

@shomy4
Copy link

shomy4 commented Sep 20, 2023

Hi, i would like the possibility to use pyramid plugin extension in geoserver cloud.
Could you give me the directions on how to implement it?
Is there some plugin which you incorporated in geoserver-cloud for which steps are similar, so i can use it as a blueprint.

@shomy4
Copy link
Author

shomy4 commented Nov 1, 2023

Im trying to add pyramid plugin into geoserver-cloud project and installed all project dependencies as specified in the README:

OS: Ubuntu 22.04

openjdk 19.0.2 2023-01-17
javac 19.0.2
Apache Maven 3.6.3
Docker version 24.0.5
docker-compose version 1.29.2

yet when i run:
make install
I get the following build error:
[ERROR] Failed to execute goal on project gs-cloud-starter-vector-formats: Could not resolve dependencies for project org.geoserver.cloud:gs-cloud-starter-vector-formats:jar:1.5-SNAPSHOT: Could not find artifact org.geoserver.extension:gs-feature-pregeneralized:jar:2.24.0-CLOUD in osgeo-releases (https://repo.osgeo.org/repository/release/) -> [Help 1] [ERROR] Failed to execute goal on project gs-cloud-catalog-plugin: Could not resolve dependencies for project org.geoserver.cloud.catalog:gs-cloud-catalog-plugin:jar:1.5-SNAPSHOT: The following artifacts could not be resolved: org.geoserver:gs-main:jar:2.24.0-CLOUD, org.geoserver:gs-main:jar:tests:2.24.0-CLOUD, org.geoserver:gs-wms:jar:2.24.0-CLOUD, org.geoserver:gs-wfs:jar:2.24.0-CLOUD, org.geoserver:gs-wcs:jar:2.24.0-CLOUD, org.geoserver:gs-gwc:jar:2.24.0-CLOUD, org.geoserver.extension:gs-wps-core:jar:2.24.0-CLOUD: Could not find artifact org.geoserver:gs-main:jar:2.24.0-CLOUD in osgeo-releases (https://repo.osgeo.org/repository/release/) -> [Help 1] [ERROR] Failed to execute goal on project gs-cloud-starter-raster-formats: Could not resolve dependencies for project org.geoserver.cloud:gs-cloud-starter-raster-formats:jar:1.5-SNAPSHOT: The following artifacts could not be resolved: org.geoserver.community:gs-pgraster:jar:2.24.0-CLOUD, org.geoserver.community:gs-cog:jar:2.24.0-CLOUD, org.geoserver.web:gs-web-core:jar:2.24.0-CLOUD: Could not find artifact org.geoserver.community:gs-pgraster:jar:2.24.0-CLOUD in osgeo-releases (https://repo.osgeo.org/repository/release/) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :gs-cloud-starter-vector-formats make: *** [Makefile:16: install] Error 1

Is there an issue with geoserver-cloud related mvn repository?

@groldan
Copy link
Member

groldan commented Nov 27, 2023

Did you run make or make deps before make install?

@groldan
Copy link
Member

groldan commented Nov 29, 2023

Well this was a particularly easy one to integrate as we only needed to add the geotools dependency. See #379
For the record, if you follow the instructions on the README, you'll see you need to run make deps before make install. Or run make with no arguments to build it all, including tests and the docker images.

Please try out 2.0-SNAPSHOT to verify the ImagePyramid extension is working. Make sure you set up the appropriate volume mounts for the containers to see your data.

@groldan groldan closed this as completed Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants