Skip to content

"Empty reply from server" creating ledger in introduction #85

@SaulMoonves

Description

@SaulMoonves

Create:

docker run -d -p 58090:8090 --name fluree --mount type=bind,source=/var/lib/fluree/data,target=/opt/fluree-server/data fluree/server

Command:

curl --location 'http://localhost:58090/fluree/create' --header 'Content-Type: application/json' --data '{
  "ledger": "cryptids",
  "insert": {
    "@id": "my-first-cryptid",
    "name": "Freddy the Yeti"
  }
}'
curl: (52) Empty reply from server

Logs:

10:44:03.907 [async-dispatch-6] INFO  fluree.db.api - Creating ledger "cryptids"
10:44:03.935 [async-thread-macro-1] ERROR fluree.db.util.filesystem - "Unable to create storage directory: /opt/fluree-server/data/cryptids/commit/17cc9fb58069825ab841aae71ea8476699352a60f40448418323e0f7a85c21af.json with error: /opt/fluree-server/data/cryptids/commit/17cc9fb58069825ab841aae71ea8476699352a60f40448418323e0f7a85c21af.json (No such file or directory)."
10:44:03.936 [async-thread-macro-1] ERROR fluree.db.util.filesystem - "Fatal Error, shutting down!"

An attempt to do this with a previous version, as documented in #84 also failed, but in a different way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions