Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,644,496
Community Members
 
Community Events
196
Community Groups

Some Journal Jiles insufficent permissions

Hello,

 

when i start Jira i get message . Some Journal Files with no permission. How can i found which files ?

Jira_LOGS_.JPG

Greets

Ralf

 

 

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 09, 2022

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

where is journalctl ?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jun 10, 2022

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.

Suggest an answer

Log in or Sign up to answer