Coder Social home page Coder Social logo

Comments (11)

NyakudyaA avatar NyakudyaA commented on June 29, 2024 1

@jorgejesus @israelshp I have pushed a new image 2.15.0 to docker hub.
I did test it locally after pulling

pull

Password specified in env
compose

Docker-compose using 2.15.0
compose-file

Logged in with the new admin password
logged-in

Thanks for testing and your contributions

from docker-geoserver.

NyakudyaA avatar NyakudyaA commented on June 29, 2024

@jorgejesus Is this not related to #61

from docker-geoserver.

israelshp avatar israelshp commented on June 29, 2024

@NyakudyaA I experience the same issue even when building the image by myself from the master branch.

from docker-geoserver.

jorgejesus avatar jorgejesus commented on June 29, 2024

@NyakudyaA @israelshp even without setting the password I am getting the same error

from docker-geoserver.

jorgejesus avatar jorgejesus commented on June 29, 2024

The issue was caused by a volume that was used between different GS versions and it caused the problem
@NyakudyaA could you check that there is no volume content contamination on your side, I will then close the issue. Thank you all for the support

from docker-geoserver.

NyakudyaA avatar NyakudyaA commented on June 29, 2024

@jorgejesus cc @israelshp I will close this. I have tested this and it works on my side. I always use docker-compose to spin up my images and I use volumes. Perhaps you should try using the docker-compose file that comes in with the repository

from docker-geoserver.

israelshp avatar israelshp commented on June 29, 2024

@NyakudyaA In my case, the problem was that the update_passwords.sh script failed to find the right path to the jasypt jar file.
This regex ".*jasypt-[0-9]\.[0-9]\.[0-9].*jar" here doesn't work for jasypt-1.8.jar, which is the version shipped with GeoServer 2.13.
Changing it to ".*jasypt-[0-9]\.[0-9]\.[0-9]?.*jar" solved the problem for me.

from docker-geoserver.

NyakudyaA avatar NyakudyaA commented on June 29, 2024

@NyakudyaA In my case, the problem was that the update_passwords.sh script failed to find the right path to the jasypt jar file.
This regex ".*jasypt-[0-9]\.[0-9]\.[0-9].*jar" here doesn't work for jasypt-1.8.jar, which is the version shipped with GeoServer 2.13.
Changing it to ".*jasypt-[0-9]\.[0-9]\.[0-9]?.*jar" solved the problem for me.

@israelshp have you tested this with the other versions like 2.14 and see if your regex will apply. I did test with 2.15.0 which I aim to make a new release today and it worked. So I can add that change in the 13 branch

from docker-geoserver.

israelshp avatar israelshp commented on June 29, 2024

Yes, tested with 2.13 and 2.14

from docker-geoserver.

NyakudyaA avatar NyakudyaA commented on June 29, 2024

@israelshp can you please test the develop branch

from docker-geoserver.

NyakudyaA avatar NyakudyaA commented on June 29, 2024

Thanks for testing

from docker-geoserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.