calm-sunset-28996
02/09/2021, 12:08 PMdocker pull linkedin/datahub-frontend
and then run:
docker run -it --env DATAHUB_SECRET=test --env DATAHUB_PLAY_MEM_BUFFER_SIZE=10mb --env DATAHUB_APP_VERSION=1.0 <http://docker.io/linkedin/datahub-frontend:latest|docker.io/linkedin/datahub-frontend:latest>
I’m getting the following error:
4) Error injecting constructor, java.lang.NumberFormatException: null
at controllers.api.v1.Dataset.<init>(Dataset.java:19)
while locating controllers.api.v1.Dataset
...
Caused by: java.lang.NumberFormatException: null
Is this normal? (Due to the fact that I haven’t set up the GMS connection yet?)
Just to be sure that I’m not debugging this for nothing 🙂some-crayon-90964
02/09/2021, 1:59 PMcalm-sunset-28996
02/09/2021, 2:53 PM