retrievercommunications / docker-jasperserver

Docker image for the community edition of JasperReports® Server.
https://hub.docker.com/r/retriever/jasperserver/
MIT License
46 stars 50 forks source link

Invalid credentials supplied could not login jasperreports #44

Open irparajababu opened 2 years ago

irparajababu commented 2 years ago

Whenever I install the jasper reports first time in as a k8s pod, I am able to login but after restart/re-create the pod I am unable to login throwing below error. invalid credentials supplied could not login jasper reports.

I am using the below image and jasper version 7.5.0 and PostgreSQL version is 14, Can you please suggest me what I missed in the installation process and I am not getting any errors related to login issue. I am struggling with this issue. retriever/jasperserver:latest

grange74 commented 2 years ago

This issue is likely the same as https://github.com/retrievercommunications/docker-jasperserver/issues/38. See https://github.com/retrievercommunications/docker-jasperserver/issues/38#issuecomment-897496591. To fix the issue you need to persist the file path where Jasper stores it's encryption keys.

irparajababu commented 2 years ago

resolved the above issue after mount the persistent volumes.

thanks @grange74 for your quick response.

tarakanov-d commented 4 weeks ago

@irparajababu @grange74 I have the same problem. Can you explain which path, to which file I need to mount the volume. where is this key stored? ps: it on /root directory .. resolved it