首页 > 解决方案 > 无法启动 JFrog Artifactory

问题描述

我正在尝试将 JFrog artifactory 安装到我的 Ubuntu 18.04 LTS 系统中。我按照这个视频安装它JFrog 安装链接 在这个视频中他的第四步,他在安装 Artifactory 后给出了以下命令。

1. nohup sh artifactory.sh &
 after running the command i got the following output 
     ignoring input and appending output to 'nohup.out'

2. tail -f nohup.out the output of the given command 

INFO: Deployment of web application directory 
[/home/Downloads/JFrof/artifactory-oss-6.8.3/tomcat/webapps/ROOT] has finished in [28] ms
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8040"]
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-nio-8019"]**

我给出了正确的命令吗?有人可以帮我安装吗?

标签: artifactory

解决方案


找到以下路径并运行它

$JFROG_HOME/artifactory/app/bin/artifactoryctl start

否则找到 bin/artifactoryctl

如果你做 cd 你应该看到 bin (确保 artifactoryctl 以前存在于 bin 中)并运行以下命令

bin/artifactoryctl 开始


推荐阅读