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

File jaspersoft_webserviceds_v1.5.zip does not exist on cloudfround domain. #28

Closed georgezim85 closed 5 years ago

georgezim85 commented 5 years ago

jasperserver | --2019-01-05 19:12:14-- https://d2553lapexsdrl.cloudfront.net/sites/default/files/releases/jaspersoft_webserviceds_v1.5.zip jasperserver | Resolving d2553lapexsdrl.cloudfront.net (d2553lapexsdrl.cloudfront.net)... failed: Name or service not known. jasperserver | wget: unable to resolve host address ‘d2553lapexsdrl.cloudfront.net’

georgezim85 commented 5 years ago

I think the file url address on entrypoint.sh must me replaced.

grange74 commented 5 years ago

Thanks for reporting. TBH i can't remember why it was set to that URL in the first place. We can either change the URL to: https://community.jaspersoft.com/sites/default/files/releases/jaspersoft_webserviceds_v1.5.zip or to download the zip file, check-in to this repo and add to container at build time. Do you have a preference?

grange74 commented 5 years ago

I have seen this error message before. I don't think it is caused by your changes. According to this https://community.jaspersoft.com/questions/822153/error-closing-context it has been around for a long time. I don't believe that it actually stops anything meaningful. I have created #29 to track that known error message separately.

grange74 commented 5 years ago

So if you test further and everything seems to be working fine then please submit a PR. I would prefer this solution so we can avoid downloading things during the bootstrap process. Alternatively to checking-in to github we could also download during build process.

georgezim85 commented 5 years ago

It's working now after I updated my fork. Thank you very much.