Hi, I'm running a Jira data center instance through redhat. I'm trying to configure the UPM stuff but its telling me that my upm.properties and truststore are not readonly. This is what its outputting when I check to make sure the permissions are set correctly -r--r--r--. Not sure what else it could mean by read only? I attempted to disable the UPM check with "--Datlassian.upm.signature.check.disabled=true
" so I can do what I need to do, but adding that line just caused my instance to not start up. Not sure what else to do.
For those of you having a similar issue the solution is to make upm.properties and truststore immutable with sudo chattr +i <file-name>. Why they only say to make the files read only is beyond me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.