rapid-house-76230
08/16/2022, 7:49 PMdatahub-datahub-upgrade-job
( I ran helm upgrade --install --namespace datahub -f values.yaml datahub datahub/datahub --debug
). I appreciate any help hererapid-house-76230
08/16/2022, 7:49 PMorange-night-91387
08/16/2022, 8:48 PMException: Error creating bean with name 'ebeanServer' defined in class path resource [com/linkedin/gms/factory/entity/EbeanServerFactory.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.ebean.EbeanServer]: Factory method 'createServer' threw exception; nested exception is java.lang.NullPointerException
orange-night-91387
08/16/2022, 8:50 PMrapid-house-76230
08/16/2022, 8:57 PMINSERT INTO metadata_aspect_v2
SELECT * FROM temp_metadata_aspect_v2
WHERE NOT EXISTS (SELECT * from metadata_aspect_v2);
DROP TABLE temp_metadata_aspect_v2;
NOTICE: relation "metadata_aspect_v2" already exists, skipping
CREATE TABLE
SELECT 99
INSERT 0 2
INSERT 0 0
DROP TABLE
2022/08/16 19:46:57 Command finished successfully.
rapid-house-76230
08/16/2022, 8:58 PMsql:
datasource:
host: "<http://datahub.cluster.us-west-2.rds.amazonaws.com:5432|datahub.cluster.us-west-2.rds.amazonaws.com:5432>"
hostForpostgresqlClient: "<http://datahub.cluster.us-west-2.rds.amazonaws.com|datahub.cluster.us-west-2.rds.amazonaws.com>"
port: "5432"
url: "jdbc:<postgresql://datahub.cluster.us-west-2.rds.amazonaws.com:5432/datahub?verifyServerCertificate=false&useSSL=true&useUnicode=yes&characterEncoding=UTF-8&enabledTLSProtocols=TLSv1.2>"
driver: "org.postgresql.Driver"
username: "datahub"
password:
secretRef: mysql-secrets
secretKey: mysql-root-password
mysql:
enabled: false
mysqlSetupJob:
enabled: false
postgresqlSetupJob:
enabled: true
extraEnvs:
- name: POSTGRES_USERNAME
value: "x"
- name: POSTGRES_PASSWORD
value: "x"
- name: POSTGRES_HOST
value: "<http://datahub.cluster.us-west-2.rds.amazonaws.com|datahub.cluster.us-west-2.rds.amazonaws.com>"
- name: POSTGRES_PORT
value: "5432"
datahubUpgrade:
enabled: true
image:
repository: acryldata/datahub-upgrade
tag: "head"
noCodeDataMigration:
sqlDbType: "POSTGRES"
rapid-house-76230
08/16/2022, 10:04 PM22:03:44.822 [main] ERROR o.s.web.context.ContextLoader:313 - Context initialization failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'graphQLEngineFactory': Unsatisfied dependency expressed through field '_entityClient'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'javaEntityClientFactory': Unsatisfied dependency expressed through field '_entityService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ebeanAspectDao' defined in com.linkedin.gms.factory.entity.EbeanAspectDaoFactory: Unsatisfied dependency expressed through method 'createInstance' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ebeanServer' defined in com.linkedin.gms.factory.entity.EbeanServerFactory: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.ebean.EbeanServer]: Factory method 'createServer' threw exception; nested exception is java.lang.NullPointerException
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
rapid-house-76230
08/16/2022, 10:52 PM