intellij-dependency-analytics icon indicating copy to clipboard operation
intellij-dependency-analytics copied to clipboard

Permission denied

Open gzgccsu opened this issue 2 years ago • 6 comments

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

image

IntelliJ IDEA 2023.1 (Ultimate Edition) Dependency Analytics 0.5.0.53

gzgccsu avatar Apr 12 '23 06:04 gzgccsu

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.

TomerFi avatar Apr 12 '23 06:04 TomerFi

My OS is macOS big sur (11.5)

gzgccsu avatar Apr 13 '23 00:04 gzgccsu

Hey @gzgccsu Thank you for reporting.

I think this will be resolved when #107 get merged and released.

okay , thanks

gzgccsu avatar Apr 13 '23 00:04 gzgccsu

@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 ...).

TomerFi avatar May 10 '23 09:05 TomerFi

@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 ...).

hi, Unfortunately, the problem still exists,the folder crda had been chmoded a+x

zoluro avatar May 15 '23 02:05 zoluro

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.

TomerFi avatar May 15 '23 04:05 TomerFi