Amazon Linux 2にArtifactoryをインストールしましたが、
http:// domain
:8081/artifactory/
ただ戻ってくる
HTTPステータス404 - 見つかりません
これは新しいインストールであり、設定を変更しませんでした。提供されたRPMを使用してインストールし、PostgreSQL RDSインスタンスに接続しました。
/opt/jfrog/artifactory/var/log/console.logには次の内容が含まれています。
2023-02-03T17:25:33.664Z [jfint] [INFO ] [54433008cb1b7bc1] [security_keys.go:163 ] [main ] - Master key is missing. Pending for 115 seconds with 2m0s timeout [startup]
2023-02-03T17:25:34.094Z [jfcon] [INFO ] [25766041ca3801f3] [security_keys.go:163 ] [main ] - Master key is missing. Pending for 115 seconds with 2m0s timeout [startup]
2023-02-03T17:25:36.687Z [jfrou] [FATAL] [695c435436df16dd] [bootstrap.go:99 ] [main ] [] - Failed resolving master key: failed resolving 'shared.security.masterKey' key; file does not exist: /opt/jfrog/artifactory/var/etc/security/master.key
2023-02-03T17:25:37.048Z [jfmd ] [ERROR] [ ] [keys.go:23 ] [main ] - Failed resolving master key: failed resolving 'shared.security.masterKey' key; file does not exist: /opt/jfrog/artifactory/var/etc/security/master.key
2023-02-03T17:26:38.891Z [jffe ] [INFO ] [ ] [ ] [main ] - pinging artifactory attempt number 180 failed with code : ECONNREFUSED
2023-02-03T17:26:39.893Z [jffe ] [ERROR] [ ] [ ] [main ] - Error starting application - Error: Failed pinging artifactory for 180connect ECONNREFUSED 127.0.0.1:8046
2023-02-03T17:26:39.894Z [jffe ] [INFO ] [ ] [ ] [main ] - exit detected
実行すると、systemctl artifactory status
以下が返されます。
● artifactory.service - Artifactory service
Loaded: loaded (/usr/lib/systemd/system/artifactory.service; disabled; vendor preset: disabled)
Active: active (running) since Fri 2023-02-03 17:23:39 UTC; 54min ago
Process: 7325 ExecStop=/opt/jfrog/artifactory/app/bin/artifactoryManage.sh stop (code=exited, status=0/SUCCESS)
Process: 7836 ExecStart=/opt/jfrog/artifactory/app/bin/artifactoryManage.sh start (code=exited, status=0/SUCCESS)
Main PID: 11148 (java)
CGroup: /system.slice/artifactory.service
‣ 11148 /opt/jfrog/artifactory/app/third-party/java/bin/java -Djava.util.logging.config.file=/opt/jfrog/artifactory/app/artifactory/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassL...
実行中は、systemctl restart artifactory
404が消えて交換され、ERR_EMPTY_RESPONSE
サービスの実行中に操作を試みていることを示します。
見た」HTTPステータス404 - 見つかりませんが表示されるのはなぜですか?「似ているようですが、参照しているファイルを見ることはできません。私が間違っているのでしょうか?