docker-atlassian-jira-software
docker-atlassian-jira-software copied to clipboard
jira software 7.7 startup failed
Hi,
after several tests I can confirm, that the startup of jira-software 7.7 failed with
BundleException: No plugin key in (possibly malformed) bundle jar
Steps to reproduce
- docker run -d -p 5432:5432 -e 'POSTGRES_USER=postgres' -e 'POSTGRES_PASSWORD=admin1' --name some-postgres postgres
- docker exec -it some-postgres bash
- createdb -U postgres jira
- docker run -d -p:8080:8080 --name some-jira --link some-postgres:postgres cptactionhank/atlassian-jira-software
- docker exec -it jira bash
- tail -f log/atlassian-jira.log
I've tried also the recommended parameter -Datlassian.plugins.enable.wait=300
without any success. After all, I've tried a previous version, 7.6.3 and voila, works at expected.
My environment: MacOS X / High Sierra 10.13.2 / Docker CE Version 17.12.0-ce-mac49 (21995)
It works good for me using latest JIRA 7.7.1 and Postgres 9.3
are those docker images (or at least the corresponding docker files) available @ docker hub ? If not, can your please share those files here ?
Am 01.02.2018 um 23:15 schrieb Martin Aksel Jensen [email protected]:
It works good for me using latest JIRA 7.7.1 and Postgres 9.3
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cptactionhank/docker-atlassian-jira-software/issues/35#issuecomment-362420357, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7LiLwtoWuOQJ-a1DTyCog9B_Fn-SxQks5tQjeEgaJpZM4RzCEp.
You can lookup the source in this repository, an installation is performed by acceptance tests. Feel free to dig in spec/ directory