Open ksamag opened 4 years ago
"Could not find implementation class: org.janusgraph.diskstorage.inmemory.InMemoryStoreManager"
Perhaps you are missing a classpath entry?
EDITED TO ADD: This comment is probably not helpful at all. The classpath used would be built into the executable being run, not specified by the user.
I'm having the same issue. Has this been resolved?
I'm having the same issue
Same exact error message here. (Env: RHEL 7.3, TheHive 4.0.0-1, java-1.8.0-openjdk) No luck in getting the migration to work.
Hello, a newcomer in this discussion... I'm facing the exact same situation... TH4 started (everything in docker). I can use it, but the migration script does not work... :(
I am in the same boat.
I ran with elevated privileges (sudo) and it worked after getting this error. I'm assuming the error comes up because a regular user doesn't have permissions to the config files.
Hi,
I started a kubernetes pod with the docker image
thehiveproject/thehive4
and run the following in its command line:But it gives the following error to me:
After that, the running process still does not exit and I don't know whether it's working or not. Any ideas on that?