Test suite execution on ubuntu console mode failing with error 'could not find project file'

Hello,

I am trying to execute Katalon project on ubuntu console mode with command as below :

katalon-execute.sh -noSplash -retry=0 -projectPath=\root\ir-system-test.prj -testSuitePath=“Test Suites/UI/TenantLogin-Logout” -executionProfile=“default” -browserType=“Chrome”

It fails with error

Opening project file: /tmp/katalon_execute/project/ir-system-test.prj
/tmp/katalon_execute/project/bin/ir-system-test.prj
Invalid argument: Cannot find project ‘/tmp/katalon_execute/project/ir-system-test.prj
/tmp/katalon_execute/project/bin/ir-system-test.prj’.

I have also tried running the same with console.properties file but leads to same error.

console.properties

deviceId=
kobitonDeviceId=
remoteWebDriverType=Selenium
remoteWebDriverUrl=
browserType=Chrome
executionProfile=default
projectPath=/root/ir-system-test.prj
retry=0
testSuitePath=Test Suites/UI/TenantLogin-Logout
reportFolder=/katalon/katalon/source/rpt
reportFileName=report.html

error is

Opening project file: /tmp/katalon_execute/project/ir-system-test.prj
/tmp/katalon_execute/project/bin/ir-system-test.prj
Invalid argument: Cannot find project ‘/tmp/katalon_execute/project/ir-system-test.prj
/tmp/katalon_execute/project/bin/ir-system-test.prj’.

Has anyone faced similar issue ?

Regards
Rajeshri