change permissions of the Java build directory to avoid permission denied error#2698
Conversation
|
To add: I hit the same problem on our GPFS file system and that change fixed it for me as well. |
bartoldeman
left a comment
There was a problem hiding this comment.
I'm just curious how to reproduce this, with which Java version, and what files are problematic.
Perhaps this is something that can be fixed more generally in the framework?
I've seen the problem this fixes with |
|
@sassy-crick can you please provide that logfile then? |
|
Merging this as-is should be fine, I don't see how it could cause trouble, but getting more info on the problem would indeed be nice, I don't remember anyone reporting this up until now... |
|
@bartoldeman Here are the two log files from the |
|
Test report by @boegel Overview of tested easyconfigs (in order)
Build succeeded for 12 out of 12 (6 easyconfigs in total) |
(created using
eb --new-pr)I've hit a
permission deniederror when installing Java. Making this permission change fixed it for me.