IntelliJ IDEA 14.1.1 on Mac OSX: Log path '/Users/<username>/Library/Logs/IdeaIC14' is inaccessible.

I haven't had any problem with previous versions, until now. It says:


Log path '/Users/<username>/Library/Logs/IdeaIC14' is inaccessible.

If you have modified the 'idea.log.path' property please make sure it is correct,

otherwise please re-install the IDE.

I keep both new and old versions and it seems only 14.1.1 complains about the 'idea.log.path'. Any advice?

0
8 comments

Check folder permissions, it may be owned by admin for some reason. Try removing this folder so that IDEA creates it again.

Run disk tool with permissions fix.

0
Avatar
Permanently deleted user

Thank you for your reply, but there's no such folder. I also ran disk permissions repair and it's still the same...

0

What if you create it manually?

Provide stat output for the manually create folder if it still doesn't work.

0
Avatar
Permanently deleted user

You're right. The folder ~/Library/Logs/ was created by another program with owner root:staff. After fixing this, IntelliJ no longer complains.
Thank you, Serge

0
Avatar
Permanently deleted user

How did you fix it? I can't find that file.

0
Avatar
Permanently deleted user

Try "rm -f idea.log" and its solved.

0
Avatar
Permanently deleted user
  1. [This is a case]
    When I had zero space on the hard drive, the system threw me that error. I released space and the error disappeared.
1
Avatar
Permanently deleted user

I faced the same problem in my PC with Ubuntu 14.04 system. I have solved it.

 

The error reason was the hard disk memory was full. I emptied my trash and free up the storage space, then error was disappeared.

0

Please sign in to leave a comment.