Closed lakshmanavinod closed 4 years ago
I am facing the below issue , while installing artifactory pro with version 7.2.1 with postgresql db version 9.6.11
artifactory | 2020-03-10T12:34:22.059Z [jfac ] [ERROR] [d68bda19187bd72 ] [o.j.s.u.DbStatementUtils:66 ] [ocalhost-startStop-1] - ****Failed to execute query: TYPE 'BYTEA' does not exist.:**** artifactory | CREATE TABLE access_permissions_custom_data ( artifactory | perm_id BIGINT NOT NULL, artifactory | data BYTEA NOT NULL, artifactory | CONSTRAINT access_perm_data_pk PRIMARY KEY (perm_id), artifactory | CONSTRAINT access_perm_data_perms_fk FOREIGN KEY (perm_id) REFERENCES access_permissions (perm_id) artifactory | ) artifactory | 2020-03-10T12:34:22.069Z [jfac ] [ERROR] [d68bda19187bd72 ] [.s.d.u.AccessJdbcHelperImpl:66] [ocalhost-startStop-1] - Could not initialize database: artifactory | java.lang.IllegalStateException: Could not initialize database: TYPE 'BYTEA' does not exist. artifactory | at org.jfrog.access.server.db.util.AccessJdbcHelperImpl.initDb(AccessJdbcHelperImpl.java:127) artifactory | at org.jfrog.access.server.db.util.AccessJdbcHelperImpl.init(AccessJdbcHelperImpl.java:60) artifactory | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) artifactory | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) artifactory | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) artifactory
I have tried the same with Artifactory version 6.17.0 and there are no issues.
Hi @lakshmanavinod . This repository is deprecated. You should use the new Docker compose installer we have in our official documentation.
I am facing the below issue , while installing artifactory pro with version 7.2.1 with postgresql db version 9.6.11
Steps to reproduce:
I have tried the same with Artifactory version 6.17.0 and there are no issues.