cptactionhank / docker-atlassian-jira-software

Atlassian JIRA Software wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira-software
MIT License
267 stars 165 forks source link

jira software 7.7 startup failed #35

Open dominik42 opened 6 years ago

dominik42 commented 6 years ago

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 1) docker run -d -p 5432:5432 -e 'POSTGRES_USER=postgres' -e 'POSTGRES_PASSWORD=admin1' --name some-postgres postgres 2) docker exec -it some-postgres bash 3) createdb -U postgres jira 4) docker run -d -p:8080:8080 --name some-jira --link some-postgres:postgres cptactionhank/atlassian-jira-software 5) docker exec -it jira bash 6) 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)

cptactionhank commented 6 years ago

It works good for me using latest JIRA 7.7.1 and Postgres 9.3

dominik42 commented 6 years ago

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 notifications@github.com:

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.

cptactionhank commented 6 years ago

You can lookup the source in this repository, an installation is performed by acceptance tests. Feel free to dig in spec/ directory