error=1, Operation not permitted
Please help!
Starting yesterday I can no longer start my tomcat from intellij.
I get the error
Error running MediaPlanner:
Cannot run program "/Volumes/work/apache-tomcat-6.0.18/bin/catalina.sh" (in directory "/Volumes/work/apache-tomcat-6.0.18/bin"): error=1, Operation not permitted
The only thing that changed was that intellij asked me to upgrade to 11.4 and I did (from 11.3)
and on friday apple pushed out a java update.
I'm running 10.8.2 OSX
this setup has been stable for almost a year.
-Rob
请先登录再写评论。
Two common causes of that error (at least on *nix) is either a permissions problem or a corrupt file. Check the permissions on the things that were upgraded. If that fails to resolve it, try an uninstall reinstall of IDEA from a fresh download (and then possible java).
I've downloaded the same version from IntelliJ's site. same issue.
here is the file locally
549 32 -rwxrwxrwx@ 1 adamsrobw staff 12925 Feb 1 2011 catalina.sh
I've granted full access to all the files,
The issue was that my disk image file that contained all of these files was itself marked as quarantine
Nice! Glad you found the problem.