Hi all,

I am currently trying to install Joget v3 community edition on a linux box, I am following the instructions given on http://dev.joget.org/community/display/KB/Linux+Bundle but with one difference.
The MySQL instance is not located on the same server as where I am deploying Joget so I skipped steps 4 and 5 but I have restored the jwdb-empty.sql script on my remote database server.

When I run the sh /opt/joget/joget-linux-3.0.0/setup.sh command I enter the remote database hostname and port, the database name is the same and then I enter the MySQL username and password.
I get the following error.

BUILD FAILED

/opt/joget/joget-linux-3.0.0/build.xml:39: Execute failed: java.io.IOException: Cannot run program "mysql": java.io.IOException: error=2, No such file or directory

Do I need to have the MySQL instance on the same server? Can I not have Joget point directly to the remote database server?

Thanks in advance.

1 Comment

  1. Skip setup.sh also, this is part of step 4 and 5. Set up the datasource profile to your remote db yourself.