URL

Options
Zakeria
Zakeria Registered Posts: 1 ✭✭✭

Dears,

I am new to Dataiku interface, I am running with an issue opening the default URL. Installed Virtualbox and imported DSS image successfully. Copied the URL from welcome banner http://127.0.0.1:10000 and tried to open in local browser but errors out with an message "Page cannot be reached".

Ran below troubleshooting steps to resolve issue

1. ./bin/dss status (all processes running)

2. curl http://127.0.0.1:DSS_PORT/ (Connection refused)

Kindly, assist to resolve connection issue.

Thanks in advance.

Answers

  • tgb417
    tgb417 Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 1,595 Neuron
    Options

    On a quick look: The curl error message you are showing is referencing port 80 not 10000. try:

    curl http://127.0.0.1:10000/

    What I also don't know from your description is are you trying to access the Data Science Studio URL from the virtual host command line. Or from the supporting host terminal. If you are trying to connect from the supporting host have you looked at your local firewall setup. The firewall might be getting in your way.

Setup Info
    Tags
      Help me…