You can translate the question and the replies:

Denodo Express - Denodo Web Studio not opening

Hello, I installed Denodo Express on my Mac by following the instructions on https://community.denodo.com/tutorials/browse/basics/1install_index. From the Denodo platform control center, I managed to start the Virtual DataPort Server, but when I try to start the WebDesign Studio, nothing happens. I also tried to start the WebDesign Studio from command line, but the behaviour is the same: nothing happens, no app opens up, no errors returned. I searched for logs under my denodo installation directory, but I cannot find anything. Can you please help me with this ? Thank you.
user
28-04-2023 09:24:52 -0400
code

2 Answers

Hi, Mac is not officially supported. Although we only run our tests (and there for are officially supported) on Windows, Linux and Solaris, you should be able to run Denodo on MacOS without issues. Just follow these steps: 1. Download the Denodo installer without the JRE 2. Install java 1.6 or 1.7 in your MacOS 3. Set the JAVA_HOME: export JAVA_HOME=$(/user/libexec/java_home) 4. Run install.sh 5. Once the installation is complete, start the server with <DENODO>/bin/vqlserver_startup.sh 6. Launch the Admin Tool with <DENODO>/bin/vdpadmin.sh 7. You can stop the server with <DENODO>/bin/vqlserver_shutdown.sh Please note that the Denodo Control Center links to launch the apps does not work on MacOS, so you should use the shell scripts to start/stop the Denodo server and launch the Admin tool. Hope this helps!
Denodo Team
30-04-2023 20:23:16 -0400
code
Hi, Apologize for the mistake in my previous answer. To clarify, the appropriate JAVA version is JAVA 11, not Java 1.6 and 1.7 as previously mentioned. Hope this helps!
Denodo Team
30-04-2023 20:34:31 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here