Stuck at starting

ana_frompersonal
ana_frompersonal Registered Posts: 1

My Dataiku is stuck in 'Starting Dataiku DSS...' for hours when I first start Dataiku, but it was working fine just yesterday. It's running on Windows, haven't had problems so far.

Operating system used: Windows

Answers

  • Yasmine_T
    Yasmine_T Dataiker, Registered, Moderator Posts: 100 Dataiker

    Hi @ana_frompersonal ,

    I hope that you are doing well.

    I was wondering if any changes was made on your end (DSS upgrades, system upgrade etc..)?

    In general it is important to note that use of DSS on windows is experimental and only for testing. It is not officially supported see: https://www.dataiku.com/product/get-started/windows/

    Best,

    Yasmine

  • Cristinel
    Cristinel Registered Posts: 8 ✭✭

    This is how you fix it:

    Go to:

    C:\Users\<Your User Name>\AppData\Local\Dataiku\DataScienceStudio\kits\dataiku-dss-14.3.1-win\scripts\linked

    Edit dss.ps1 file

    Find the function: function wait_backend_start()

    In the line that says:

    Invoke-WebRequest -URI "http://localhost:$env:DKU_BACKEND_PORT/dip/api/ping" -ErrorAction Stop *> $null

    add -UseBasicParsing between DKU_BACKEND_PORT/dip/api/ping" and -ErrorAction

    So it should look like this:

    Invoke-WebRequest -URI "http://localhost:$env:DKU_BACKEND_PORT/dip/api/ping" -UseBasicParsing -ErrorAction Stop *> $null

    It took me hours of talking to ChatGPT to figure it out. It's not Dataiku, it's Windows.

Setup Info
    Tags
      Help me…