There is a NetBeans Bug Report related to your issue: "Bug 269339 - Infinite pop ups: Cannot create folder s38 in folder /Users/33070/Library/Caches/NetBeans/8.0.2/index"
Based on comments in that bug report, the easiest approach to solving your problem is:
- Check whether your directory
/Users/kabir/Library/Caches/NetBeans/8.2/index
exists, because if it doesn't that would explain the error messages.
- If it doesn't exist then manually create that directory to see if that resolves the issue.
If that doesn't work, or the directory already existed, then try deleting/recreating your cache directory. To do that:
- Determine you cache directory. You can get its full path by selecting
Help > About
, then looking for the Cache directory entry in the About window.
- Close NetBeans, delete that directory, then restart NetBeans.
If you are still stuck after that:
- Build your project to reproduce the problem.
- Open the NetBeans log file:
View > IDE Log
.
- Update your question by copying/pasting the recent content of that log file.