[RTFACT-21709] Artifactory Tomcat UI started returning 404 errors Created: 06/Apr/20 Updated: 06/Jan/21 |
|
Status: | Open |
Project: | Artifactory Binary Repository |
Component/s: | Web UI |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Aitzol CASADO | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 1 |
Labels: | None |
Severity: | Medium |
Description |
Hello, Our Artifactory UI has been down for a while (The back end and repository appear to work as normal). If we attempt to hit the web root or /UI we get the following Apache tomcat error rather than the expected login screen:
HTTP Status 404 - Not Found
Type Status Report
Message /ui/
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Nothing is logged to <artifactory-home>/log/tomcat/tomcat-localhost* or <artifactory-home>/log/tomcat/tomcat-catalina* when we attempt to hit the UI.
Any pointers to relevant logs would be appreciated? I note that the following folder in our install is currently empty: <artifactory-home>/etc/artifactory/ui Kind regards, Aitzol CASADO |
Comments |
Comment by Georg Abenthung [ 09/May/20 ] |
Same problem here. I'm using the official Docker image for running our instance of Artifactory OSS (Docker image: docker.bintray.io/jfrog/artifactory-oss:latest). https://arti.example.com/ I'm getting redirected to https://arti.example.com/ui/ which throws an 404 error. (Tomcat error-page is shown).
@Aitzol CASADO: Have you already found a solution for this problem?
|
Comment by Aitzol CASADO [ 12/May/20 ] |
Hi @Georg Abenthung, |
Comment by Georg Abenthung [ 20/May/20 ] |
Hello, thanks @Aitzol CASADO . It seems artifactory changed some configuration recently. I had to update our Apache Webserver's Proxy settings: https://www.jfrog.com/confluence/display/JFROG/Configuring+Apache
|