You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Starting BioGrakn on the command line fails with the following error: Process exited with code '1': ''
The logs point to the following exception:
2020-02-18 11:57:33,417 [main] ERROR grakn.core.daemon.GraknDaemon - An error has occurred during boot-up. Please run 'grakn server status' or check the logs located under the 'logs' directory.
grakn.core.daemon.exception.GraknDaemonException: Process exited with code '1': ''
at grakn.core.daemon.executor.Storage.start(Storage.java:222)
at grakn.core.daemon.executor.Storage.startIfNotRunning(Storage.java:147)
at grakn.core.daemon.GraknDaemon.serverStart(GraknDaemon.java:184)
at grakn.core.daemon.GraknDaemon.run(GraknDaemon.java:136)
at grakn.core.daemon.GraknDaemon.main(GraknDaemon.java:72)
Environment
OS (where Grakn server runs): MacOS 10.15.3
Grakn version (and platform): Grakn Core 1.5.7
Other environment details:
Reproducible Steps
Steps to create the smallest reproducible scenario:
Just following the steps on the README file
The text was updated successfully, but these errors were encountered:
Description
Starting BioGrakn on the command line fails with the following error:
Process exited with code '1': ''
The logs point to the following exception:
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Just following the steps on the README file
The text was updated successfully, but these errors were encountered: