0
-1
-2

Hello,

While deploying Joget on Openshift. I am stuck on the last step with the following error. Any advice?

C:\Joget-v5>apache-ant-1.7.1\bin\ant setup -Dprofile.name=default -Ddb.name=jwdb -Ddb.host=%OPENSHIFT_MYSQL_DB_HOST% -Ddb.port=3306 -Ddb.user=%OPENSHIFT_MY

SQL_DB_USERNAME% -Ddb.password=%OPENSHIFT_MYSQL_DB_PASSWORD%;\
Buildfile: build.xml

setup-db:
[input] skipping input as property db.host has already been set.
[input] skipping input as property db.port has already been set.
[input] skipping input as property db.name has already been set.
[input] skipping input as property db.user has already been set.
[input] skipping input as property db.password has already been set.
[input] skipping input as property profile.name has already been set.

create-db:
[echo] Creating database, please wait...

BUILD FAILED
C:\Joget-v5\build.xml:40: Execute failed: java.io.IOException: Cannot run program "mysql": CreateProcess error=2, The system cannot find the file specified


Total time: 0 seconds
C:\Joget-v5>

 

Thanks in advance


    CommentAdd your comment...

    2 answers