-
Notifications
You must be signed in to change notification settings - Fork 90
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
Thehive4 access denied error on default template #38
Comments
Checking the code here: https://github.com/TheHive-`Project/TheHive/blob/4777b29894cb2b320729aab38c4e963a1a1e4b24/docker.sbt` |
@nadouani my hunch was correct see quick fix below.
And the Dockerfile:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe there is an issue within the hive image.
For example take the : thehive4-berkleydb-cortex31 template.
Change the docker compose like so:
Notice how I commented out thehive volumes so that it should not have any local permission.
When you launch the composer file thehive image keep restarting (this was happening originally with the local volumes mounted).
Checking the logs gives:
Error injecting constructor, java.nio.file.AccessDeniedException: /opt/thp
So I am wondering whether the folder is not correct or there is an issue within the application.
@nadouani for visibility.
The text was updated successfully, but these errors were encountered: