Some Journal Jiles insufficent permissions

Ralf Thmas June 9, 2022

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.
June 9, 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

Ralf Thmas June 10, 2022

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

Ralf Thmas June 10, 2022

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.
June 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