Coder Social home page Coder Social logo

Comments (7)

errcode1202 avatar errcode1202 commented on July 21, 2024

Hi @ondrejbilcik,

From the info you have supplied I cannot see anything immediately obvious that would cause this. For some more detail would it be possible to supply the configured values.yaml you are using for this deployment?

from data-center-helm-charts.

bianchi2 avatar bianchi2 commented on July 21, 2024

@ondrejbilcik also a more detailed log will help, I wonder if jdbc url is picked up.

from data-center-helm-charts.

errcode1202 avatar errcode1202 commented on July 21, 2024

@ondrejbilcik also a more detailed log will help, I wonder if jdbc url is picked up.

Yes this was my thought too, is it possible the url is malformed.

from data-center-helm-charts.

ondrejbilcik avatar ondrejbilcik commented on July 21, 2024

Hi,
Sorry, somehow missed the notifications about your replies.
Attaching the values.file and a bigger log dump. Thanks
values.txt
logs.txt

from data-center-helm-charts.

bianchi2 avatar bianchi2 commented on July 21, 2024

@ondrejbilcik thanks for sharing the files. What I noticed in the logs is:

INFO:root:/var/atlassian/application-data/jira/dbconfig.xml exists; skipping.

This is how Jira entrypoint works - if the dbconfig.xml exists, it's not overwritten. Perhaps, you passed some malformed value the first time you installed the Helm chart?

I'd suggest delete helm release, make sure PVCs are deleted as well.

OR you can exec into jira container and remove /var/atlassian/application-data/jira/dbconfig.xml file, kill jira pod and let the entrypoint re-generate the file. It'd be great if you can cat this file and share it as well (we may see what's wrong there)

@errcode1202 may have more info on whether or not overwriting dbconfig.xml is possible in the latest versions - we did have a discussion around that recently.

from data-center-helm-charts.

ondrejbilcik avatar ondrejbilcik commented on July 21, 2024

@bianchi2 removing the file and killing the pod worked. Thanks a bunch.
dbconfig.txt

from data-center-helm-charts.

bianchi2 avatar bianchi2 commented on July 21, 2024

@ondrejbilcik awesome! Yes, currently, if you install the chart and pass malformed db related values, dbconfig.xml is messed and not overwritten when you run helm upgrade. This will be fixed as far as I know.

from data-center-helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.