Adnan Sohail
Adnan Sohail

Reputation: 1

Failed to start JFrog Open Source artifactory on Mac OS

I am trying to set-up JFrog OSS on mac-os. I followed all the instructions listed on the below installation page:

https://www.jfrog.com/confluence/display/JFROG/Installing+Artifactory#InstallingArtifactory-Mac(Darwin)Installation

But on starting Artifactory using the command $JFROG_HOME/artifactory/app/bin/artifactoryctl as mentioned in Step 5 of above link, the below error is appearing. Any clue of the fix?

$ $JFROG_HOME/artifactory/app/bin/artifactoryctl
/opt/jfrog/artifactory/app/bin/installerCommon.sh: line 2850: syntax error near unexpected token `>'
/opt/jfrog/artifactory/app/bin/installerCommon.sh: line 2850: `    JF_PRODUCT_HOME=${homeDir} ${VALIDATE_BINARY} run ${DIAGNOSTICSYAMLFILEPATH} &>>$SYSTEM_DIAGNOSTICS_LOG_FILE'
[ERROR] Unable to source /opt/jfrog/artifactory/app/bin/installerCommon.sh, please check if the adnansohail user has permissions to perform this action

Upvotes: 0

Views: 808

Answers (1)

Prasanna Raghavendra
Prasanna Raghavendra

Reputation: 765

Thanks for raising this. This is found and fixed in Artifactory 7.12. Please upgrade the version and try out.

Upvotes: 2

Related Questions