I am trying to develop a Jira plug-in, so for that, I installed and started my own Jira software in my localhost server then I tried changing my Jira database to an SQL server database and saved then it showed like it's not getting the password from XML, and to decrypt it.
here are those log files,
2023-06-14 18:43:28,241+0530 main INFO [c.a.j.config.database.DatabaseConfigHandler] Trying to get encrypted password from xml and decrypt it
2023-06-14 18:43:28,241+0530 main INFO [c.a.j.config.database.DatabaseConfigHandler] Database password decryption not performed.
can anyone please explain this to me.
thanks in advance
Welcome to the Atlassian Community!
This means that either your config file is damaged, unreadable, or contains an incorrect value for the database user and/or password.
Check the content and properties of <jira home>/dbconfig.xml and that the user that Jira runs as has full read/write access to it.
If the file looks fine to you, and Jira has full access to it, then you may have to re-initialise Jira to create a new one with the right password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.