docker-atlassian-jira-software icon indicating copy to clipboard operation
docker-atlassian-jira-software copied to clipboard

jira software 7.7 startup failed

Open dominik42 opened this issue 7 years ago • 3 comments

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)

dominik42 avatar Jan 30 '18 21:01 dominik42

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

cptactionhank avatar Feb 01 '18 22:02 cptactionhank

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.

dominik42 avatar Feb 02 '18 07:02 dominik42

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

cptactionhank avatar Feb 02 '18 08:02 cptactionhank