Hi folks. I have just cloned a fresh copy of data...
# troubleshoot
m
Hi folks. I have just cloned a fresh copy of datahub from master and I am trying to get it building locally in intellij but running into a strange issue i cant seem to figure out.
error reading /Users/*/Documents/code/datahub/metadata-auth/auth-api/build/libs/auth-api-0.9.4-SNAPSHOT.jar; zip END header not found
1
i am using java 11 with gradle wrapper 6.9.2. never seen this before
i dont know if it helps but i am on a macbook m1 (silicon)
a
Hi @miniature-ram-76637 have you reviewed our docs on local development here: https://datahubproject.io/docs/docker/development?
m
Yes cheers. I was just trying to run a simple gradle build but unfortunately I'm getting the above strange error with the compiling of the auth-api. It compiles without errors but is corrupt somehow when other classes are referencing it.
a
Hi Dean, when is your most recent pull from the project repo? I believe we pushed some changes for this problem a few days ago, you may need to sync your fork!
m
I did fresh git clone about 24 hours ago
a
Hmm ok, @big-carpet-38439 any thoughts on
zip END header not found
for
metadata-auth
?
@bulky-electrician-72362 can help you here!
b
This is an issue we fixed recently, if you check out now it should be working.