-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bad #uuid
json values found in indexes
#914
Comments
Could you share the un-truncated version of the json? |
And can you share what version you are using when you experience this error? |
Original broken JSON...
|
I'm running the last docker build for |
These are the tx's I found for this subject...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im finding some logs in my server lately along these lines (apologies for the verbose dump here), the json outlined here has been truncated to isolate the bad shape...
at fluree.server16:07:43.452 [async-dispatch-1325] ERROR fluree.db.util.json - "Exception JSON-parsing:
{
"children": [
{
"first": [
[103, "user-name-a3737326"],
[102, "id"],
"user-name-a3737326",
[2, "string"],
88,
true,
null
],
"id": #uuid "e6e71f19-04a2-419d-b3be-e54c3f6b055a", <-- This is the line that is causing the error
"leaf": true,
"leftmost?": false,
"rhs": [
[103, "foo-bar-a802121"],
[102, "children"],
"",
[2, "string"],
1274,
true,
null
],
"size": 1908224
}
]
}
16:07:43.452 [async-dispatch-1333] ERROR fluree.db.flake.index - Error resolving index node: {:id "fluree:ee.flur/main:file://icebreaker/userdata/index/spot/d230fb3e34c10b95fffa8236e7f6da7fb90c21c1a544c5d5bfb077df30bc0888.json", :ledger-alias "icebreaker/userdata"}
com.fasterxml.jackson.core.JsonParseException: Unexpected character ('#' (code 35)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 29323]
at com.fasterxml.jackson.core.JsonParser._constructReadException(JsonParser.java:2643)
...
...
The text was updated successfully, but these errors were encountered: