agile-lab-dev / DataQuality

DataQuality for BigData
GNU Lesser General Public License v3.0
138 stars 50 forks source link

SERVER ERROR: Gateway Time-out #3

Open Fabryprog opened 5 years ago

Fabryprog commented 5 years ago

Hi emakhov, I am onto POC for using DQ tool for my organization. I am trying to setup DQ code base into my local machine/gcp, but I am stuck with following errors.

[error] SERVER ERROR: Gateway Time-out url=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.webjars.npm/graceful-fs/ [error] SERVER ERROR: Gateway Time-out url=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.webjars.npm/jsonfile/ [error] Server access Error: Operation timed out (Connection timed out) url=https://repo1.maven.org/maven2/org/webjars/npm/minimatch/maven-metadata.xml [error] Server access Error: Operation timed out (Connection timed out) url=https://repo1.maven.org/maven2/org/webjars/npm/semver/maven-metadata.xml [error] SERVER ERROR: Gateway Time-out url=https://repo.typesafe.com/typesafe/ivy-releases/org.webjars.npm/minimist/

[ERROR] [03/25/2019 15:53:32.052] [sbt-web-akka.actor.default-dispatcher-2] [akka://sbt-web/user/$a/process] null akka.actor.ActorInitializationException: exception during creation

Please let me know how to fix this issue?

Fabryprog commented 5 years ago

sudhakarp87

can you retry now? Can you explain how to reproduce it?

thanks

sudhakarp87 commented 5 years ago

Hi Fabryprog, Thanks for looking into the issue. I am following the steps to given in https://github.com/agile-lab-dev/DataQuality/blob/master/docs/installation/ui-setup.md to set-up ui for DQ. I copied the git code and while I try to execute the step "sbt "project ui" dist" execution stops with above issue.

Thanks, sudhakarp87

emakhov commented 5 years ago

Hi sudhakarp87, I've fixed the issue in the UI module. Can you try again? P.S. In order to run any module of DQ you'll need to set up a database to store configuration setup and results. Please, follow database-setup.md guide from the docs.