Cannot open DSS on macOS Catalina

LorenzoGReyes
Level 1
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.

"

0 Kudos
4 Replies
Mark_Treveil
Dataiker Alumni

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

0 Kudos
Mark_Treveil
Dataiker Alumni

It's just been pointed out that you said you'd already looked at that article.  My apologies for not reading properly

Mark.

0 Kudos
sergeyd
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? 

0 Kudos
tgb417

@LorenzoGReyes 

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

--Tom
0 Kudos