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

run after import #27

Open serbasii opened 5 years ago

serbasii commented 5 years ago

After doing export and import, occours following error :

docker run -d --name jasperserver -e DB_TYPE=mysql -e DB_HOST=database -e DB_PORT=3306 -e DB_USER=root -e DB_PASSWORD=1234 --link database -p 8080:8080 jasper-server/shoot /entrypoint.sh

wait-for-it.sh: waiting 30 seconds for database:3306 wait-for-it.sh: database:3306 is available after 0 seconds /entrypoint.sh: line 55: catalina.sh: command not found

grange74 commented 5 years ago

Hi @serbasii, sorry for the delayed response. Can you please tell me more about the "jasper-server/shoot" image? how it was created? particular what changes have been made from the "retriever/jasperserver" one Which jasper version are you using? From an initial look it seems something is quite wrong if it can't find catalina.sh as the "retriever/jasperserver" extends off the "tomcat:8.5.31-jre8" image which would provide this script.