How do you try to access the log files (via scp ....)?
Do you use the right account to access these files?
Cheers
Kurt
I'm using root user to access the file i can access the file in terminal but i can't download it .
If i use Filezilla , i dont have the right to access that file, it says permission denied
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to what Kurt said, may I add that if all you need are the logs, why not just generate them directly from the troubleshooting and support page and you get the link to download it?
This avoids all permission related issues.
If however, you want to download directly from Ubuntu, then may I ask how you wanted to do this and did you check that the user you are using has the right permissions?
Also check you have the appropriate permission to write to where you want to copy to.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ismael Jimoh I want the log files because , able facing issue while installing JIRA.
So i have to download it through ubuntu and the permission for the files are given to user JIRA, this user is not been created by me . It's automatically created by jira and i dont know its username and password .
Can you please help me out with how to access that user and download the logs in local computer .
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't do this as I have no access to your instance nor do I know how it was setup.
As I mentioned, if you can access your JIRA Home directory, run the command I shared above to confirm who owns and what permissions they have.
Following this, we can then understand or narrow down what the issue itself is.
I just read you can access the file via root user (not best practice but ...)
scp root@<your-server>:/<path to JIRA HOME Log folder> /<folder in local machine to store the data>
The following should help you pull the information.
You will be prompted for credentials of root.
Alternatively, you can zip the folder, move it to a temporary directory that is owned by your actual local user /home/your-user/temp and change permission of the zip file so the owner is your user.
Then use scp to copy it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share the output of
ls -lisa on <JIRA-HOME>/log folder
as well a screenshot of your filezilla screen?
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.
I'm trying to access the server through EC2 Instance Connect Shell. It's a remote Server
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kurt Klinner @Ismael Jimoh I have copied the file to TEMP folder but , now I'm Not able to Download it in my Local System.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.