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
running docker run -p 58090:8090 -v pwd/data:/opt/fluree-server/data fluree/server
gives me
`
[...]
Fluree HTTP API server running on port 8090
10:14:44.678 [async-dispatch-6] ERROR fluree.raft.log - Unable to create raft log file. Does the process have permission to file: #object[java.io.File 0x464172fe "./data/ip4/127.0.0.1/tcp/62071/raftlog/0.raft"] ?
10:14:44.678 [async-dispatch-6] ERROR fluree.raft.log - Fatal Error, exiting.
`
The text was updated successfully, but these errors were encountered:
running
docker run -p 58090:8090 -v
pwd/data:/opt/fluree-server/data fluree/server
gives me
`
[...]
Fluree HTTP API server running on port 8090
10:14:44.678 [async-dispatch-6] ERROR fluree.raft.log - Unable to create raft log file. Does the process have permission to file: #object[java.io.File 0x464172fe "./data/ip4/127.0.0.1/tcp/62071/raftlog/0.raft"] ?
10:14:44.678 [async-dispatch-6] ERROR fluree.raft.log - Fatal Error, exiting.
`
The text was updated successfully, but these errors were encountered: