Cannot open DSS on macOS Catalina
When i try to open DSS i get the message
"DSS needs Java to be installed. Please go to http://java.com to install Java"
I installed Java and i keep getting the same message.
I tried following the steps on
https://community.dataiku.com/t5/Setup-Configuration/Cannot-install-DSS-on-macOS-Catalina/m-p/6767
But when i try to open it from /Applications/DataScienceStudio.app/Contents/MacOS/DataScienceStudio i get the same message. Also, there's no ~/Library/DataScienceStudio directory.
"
Answers
-
Have look at this post. I believe the problem was similar and a solution is listed https://community.dataiku.com/t5/Setup-Configuration/Cannot-install-DSS-on-macOS-Catalina/m-p/6767
Good luck!
Mark
-
It's just been pointed out that you said you'd already looked at that article. My apologies for not reading properly
Mark.
-
Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker
@LorenzoGReyes
Hi!I checked the code that looks for Java on Mac and can inform that there two places we look for it:
1) Native OSX installed Java.
2) JAVA_HOME in the users profile in case it was installed from a tarball or other similar way, but this will work only if you start DSS from CLI. If you start DSS from Launchpad, .profile (that you might have used to set $JAVA_HOME) is ignored.
How did you install Java to Mac?
-
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,598 Neuron
I'm wondering if you are trying to install on a clean osx Catalina installation. For new clean installations of OS X Apple has moved from Bash to Zshell.
I'm wondering if you have been updating Bash configuration files and need to actually update Zshell files instead of your implementation.
https://scriptingosx.com/2019/06/moving-to-zsh/
I have not moved to zsh and am using an older version of the OS right now so that is about all I know of this. I'm wondering if others are using zsh with dataiku dss.
The other way to try to fix this would be to move back to bash. See these instructions. https://support.apple.com/en-us/HT208050