【发布时间】:2020-04-06 11:09:47
【问题描述】:
我正在尝试将 JFrog artifactory 安装到我的 Ubuntu 18.04 LTS 系统中。 我跟着这个视频安装它JFrog Installation link 在这个视频中他的第四步,他在安装 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"]**
我是否给出了正确的命令?有人可以帮我安装吗?
【问题讨论】:
-
您是否尝试按照 JFrog 文档中的官方安装说明进行操作? jfrog.com/confluence/display/RTF/…
-
是的,我已经尝试过了,但仍然面临同样的问题。其单元配置。有关详细信息,请参阅“systemctl status artifactory.service”和“journalctl -xe”。当我使用这些命令时,我得到了这些输出
-
运行
sudo netstat -natp|grep :8081以查看 Artifactory 实例是否已经/仍在运行。检查 catalina*.log 中的错误消息。您使用了官方文档中的哪种安装方法?
标签: artifactory