I keep getting 404 when I tried accessing the "http://localhost:8081/artifactory", does anyone else faced the same issue?
Logs shows:
Cluster join: Retry 405: Service registry ping failed, will retry. Error: I/O error on GET request for "http://localhost:8046/access/api/v1/system/ping": Connection refused
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.jfrog.access.server.db.util.AccessJdbcHelperImpl]: Constructor threw exception
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:222)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:145)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:318)
... 176 common frames omitted
Caused by: org.jfrog.storage.dbtype.DbTypeNotAllowedException: DB Type derby is not allowed: Cannot start the application with a database other than PostgreSQL. For more information, see JFrog documentation.
at org.jfrog.storage.util.DbUtils.assertAllowedDbType(DbUtils.java:884)
Which I installed and configured the PostgreSQL however, the logs keep showing the same things, which is very annoying... I must be missing something.
I've also tried installing on Ubuntu 22.04 using different Artifactory version just to test but still same errors. What am I missing?