Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied #109

Open
gzgccsu opened this issue Apr 12, 2023 · 6 comments
Open

Permission denied #109

gzgccsu opened this issue Apr 12, 2023 · 6 comments
Assignees

Comments

@gzgccsu
Copy link

gzgccsu commented Apr 12, 2023

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

@TomerFi TomerFi self-assigned this Apr 12, 2023
@TomerFi
Copy link
Collaborator

TomerFi commented Apr 12, 2023

Hey @gzgccsu
Thank you for reporting.

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

@gzgccsu
Copy link
Author

gzgccsu commented Apr 13, 2023

My OS is macOS big sur (11.5)

@gzgccsu
Copy link
Author

gzgccsu commented Apr 13, 2023

Hey @gzgccsu Thank you for reporting.

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

okay , thanks

@TomerFi
Copy link
Collaborator

TomerFi commented May 10, 2023

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

@zoluro
Copy link

zoluro commented May 15, 2023

@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

@TomerFi
Copy link
Collaborator

TomerFi commented May 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants