You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
when i start Jira i get message . Some Journal Files with no permission. How can i found which files ?
Greets
Ralf
This is actually a Linux configuration problem, it's nothing to do with Jira, beyond a misconfiguration that happens to affect Jira.
You need to check the permissions on all the directories Jira is installed in, using for data, and all the logs under /var/log/ that Jira might be trying to use.
journalctl may show you which files are a problem
Hello,
yes i do
sudo chown -R jira:jira /opt/atlassian
sudo chmod -R u=rwx,g=rx,o=rx /opt/atlassian
sudo chown -R jira:jira /var/atlassian
sudo chmod -R u=rwx,g=rx,o=rx /var/atlassian
Now it not appear
Greets
Ralf
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
journalctl is a part of the systemd sub-system on your Unix-like operating system.
If you're using a Linux system that uses systemd for handling services, then journalctl is usually in the default path, so you can run it from anywhere.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.