HazyResearch / deepdive

DeepDive
deepdive.stanford.edu
1.95k stars 539 forks source link

sbt_launcher.jar is broken #624

Closed cognitronz closed 7 years ago

cognitronz commented 7 years ago

I think the sbt_launcher.jar in udf/bazaar/parser/sbt is broken.

when i ran sbt/sbt on a ubuntu os, i got this.

image

cognitronz commented 7 years ago

after some googling, found this thread on stackoverflow. http://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty

for me, i had to do the following, hope it helps others who have come across this problem.

sudo update-ca-certificates -f