Good day I had the local version of datahub up an...
# getting-started
f
Good day I had the local version of datahub up and running, but deleted it to try to restart. But now I'm getting this error:
Copy code
datahub-graphql-core:compileJava FAILED
or this
Copy code
failed to create parent directory
Has anyone ever had this error before? Could it be linked to my jdk?
e
Hi @few-rainbow-57094 just to check, is there a reason you're building DataHub from source rather than using the prebuilt docker images?
f
Not really, I was just following the development guide because I was possibly thinking of changing some ports when doing local development
I'm getting this error when running
bash docker/dev.sh
and have no idea what to make of it:
Copy code
ERROR: for datahub-frontend-react  Cannot start service datahub-frontend-react: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "datahub-frontend/bin/datahub-frontend": stat datahub-frontend/bin/datahub-frontend: no such file or directory: unknown
e
I wouldn’t recommend running that script either actually. If you’re just looking to get started with DataHub, I would recommend using our docker quickstart! Here’s the guide https://datahubproject.io/docs/quickstart/
f
Thanks!