usc-isi-i2 / dig-etl-engine

Download DIG to run on your laptop or server.
http://usc-isi-i2.github.io/dig/
MIT License
101 stars 39 forks source link

Unable to add project #264

Closed srravula1 closed 6 years ago

srravula1 commented 6 years ago

In dig ui, when I enter a new project name and click save, nothing happens. image

Below is the Docker containers status. Kafka is exiting quickly. image

saggu commented 6 years ago
  1. Which OS are you using?
  2. There are couple of OS specific instructions, please make sure you follow that religiously.
  3. How much memory is available to docker?
srravula1 commented 6 years ago

OS: Windows. Using Docker tools. I followed the instructions as per the documentation. Memory Available for Docker: 6 GB RAM

Any help would be appreciated..

saggu commented 6 years ago

There are couple of things to try,

  1. Is 6 GB memory actually available? Try closing some high memory consuming processes/applications.
  2. Run these commands to make sure kafka is not the issue:
    ./engine.sh down
    ./engine.sh up kafka

    And check if kafka is running. If it does then it definitely is a memory issue.

srravula1 commented 6 years ago

1) 6 GB is available.. 2) Tried the steps suggested in 2. Same issue. Looks like a Kafka/ Windows issue. Any suggestions? I am going over Kafka forums, but could not find a solution yet. image

srravula1 commented 6 years ago

I moved to Linux to overcome the same.