Hi! I am getting `An unknown error occurred. (code...
# troubleshoot
c
Hi! I am getting
An unknown error occurred. (code 500)
error message from the UI after ingesting Looker dashboards in DataHub v0.8.14 using
acryl-datahub 0.8.14.2
. Dashboard elements are not displaying either with the same error message.
g
what happens when you run
datahub docker check
?
Is this only when you search for looker dashboards?
Or do other searches have a similar issue?
c
datahub docker check
returns
No issues detected
. This is on a fresh install with no other datasets ingested.
The log message when looking at a dashboard element:
Copy code
datahub-gms               | 16:28:17.059 [ForkJoinPool.commonPool-worker-3] ERROR c.d.m.graphql.GraphQLController - Errors while executing graphQL query: "query getChart($urn: String!) {\n  chart(urn: $urn) {...
g
hmmmm- is it possible there is a stack trace
either before or after that error?
I would expect to see a full stack trace being printed out- that would help debug!
b
@curved-sandwich-81699 Can you extract the logs from the datahub-gms & datahub frontend container and send them to help us diagnose this further? https://datahubproject.io/docs/how/extract-container-logs/
c
Sent by DM
I think I figured what happens: the new version of the looker connector ingest explores (the previous one did not, hence no issues), and we have at least 1 explore with ~80 downstream charts which triggers this issue: https://github.com/linkedin/datahub/issues/3106