intellij-dependency-analytics
intellij-dependency-analytics copied to clipboard
Permission denied
hi, I encountered the following error:
Can't run report generation Cannot run program "/Users/zoro/Library/Application Support/JetBrains/IntelliJIdea2023.1/plugins/org.jboss.tools.intellij.analytics/crda" (in directory "/Users/zoro/Library/Application Support/JetBrains/IntelliJIdea2023.1/plugins/org.jboss.tools.intellij.analytics"): error=13, Permission denied
IntelliJ IDEA 2023.1 (Ultimate Edition) Dependency Analytics 0.5.0.53
Hey @gzgccsu Thank you for reporting.
I think this will be resolved when https://github.com/redhat-developer/intellij-dependency-analytics/pull/107 get merged and released.
My OS is macOS big sur (11.5)
Hey @gzgccsu Thank you for reporting.
I think this will be resolved when #107 get merged and released.
okay , thanks
@gzgccsu
A pre-release version is now available, hosting the latest snapshot. You can download and install it: https://github.com/redhat-developer/intellij-dependency-analytics/releases/tag/early-access
That being said, I wasn't able to reproduce your reported error with or without the snapshot version.
The permission-less file in question, is the Crda CLI executable being download by the extension and used for creating stack reports.
If the snapshot version won't help, can you please try to modify the crda file permission for allowing executions by all (chmod a+x ...).
@gzgccsu
A pre-release version is now available, hosting the latest snapshot. You can download and install it: https://github.com/redhat-developer/intellij-dependency-analytics/releases/tag/early-access
That being said, I wasn't able to reproduce your reported error with or without the snapshot version.
The permission-less file in question, is the Crda CLI executable being download by the extension and used for creating stack reports. If the snapshot version won't help, can you please try to modify the
crdafile permission for allowing executions by all (chmod a+x ...).
hi, Unfortunately, the problem still exists,the folder crda had been chmoded a+x
hi, Unfortunately, the problem still exists,the folder crda had been chmoded a+x
Just making sure, we're not talking about the .crda folder in the home folder, we're talking about the crda file in the plugin folder.