https://datahubproject.io logo
Join Slack
Powered by
# all-things-deployment
  • f

    fast-ice-59096

    01/18/2023, 11:05 AM
    I would like to know how I can change the password for the admin user datahub.
    βœ… 1
    b
    • 2
    • 1
  • l

    limited-forest-73733

    01/18/2023, 1:52 PM
    Hey team! In which release can we expect to remove the dependency on confluent schema registry? As we planning to take our datahub into production?
    πŸ‘€ 1
    βœ… 2
    a
    i
    • 3
    • 11
  • a

    ambitious-flower-45028

    01/18/2023, 10:37 PM
    Hey everyone! Does DataHub offer deployment in this manner: running SQL database , elasticseach and kafka and the UI server as a running AWS ec2 instances and managing these instances with AWS solutions such as Auto scaling groups, Load Balancers etc. or Kubernetes and docker containers have to be involved in that ?
    βœ… 1
    πŸ‘€ 1
    p
    a
    • 3
    • 12
  • a

    agreeable-belgium-70840

    01/19/2023, 9:13 AM
    hello, I am trying to deploy the newest version of datahub (v0.9.6 ) and I am getting the following error in the mce consumer, any ideas?:
    Copy code
    2023-01-18 11:08:16,873 [main] INFO  i.e.datasource.pool.ConnectionPool - DataSourcePool [gmsEbeanServiceConfig] autoCommit[false] transIsolation[READ_COMMITTED] min[2] max[2]
    2023-01-18 11:08:17,479 [main] INFO  i.e.d.pool.PooledConnectionQueue - Reseting DataSourcePool [gmsEbeanServiceConfig] min[2] max[2] free[0] busy[0] waiting[0] highWaterMark[0] waitCount[0] hitCount[0]
    2023-01-18 11:08:17,479 [main] INFO  i.e.d.pool.PooledConnectionQueue - Busy Connections:
    
    2023-01-18 11:08:17,479 [main] ERROR c.l.g.f.entity.EbeanServerFactory - Failed to connect to the server. Is it up?
    2023-01-18 11:08:17,558 [main] WARN  o.eclipse.jetty.webapp.WebAppContext - Failed startup of context o.s.b.w.e.j.JettyEmbeddedWebAppContext@1fa77770{application,/,[file:///tmp/jetty-docbase.9090.12887159456950210488/],UNAVAILABLE}
    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'restliServletRegistration' defined in class path resource [com/linkedin/metadata/restli/RestliServletConfig.class]: Unsatisfied dependency expressed through method 'restliServletRegistration' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'restliHandlerServlet': Unsatisfied dependency expressed through field '_r2Servlet'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rapServlet' defined in class path resource [com/linkedin/restli/server/RAPServletFactory.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.linkedin.r2.transport.http.server.RAPServlet]: Factory method 'rapServlet' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityAspectDao' defined in class path resource [com/linkedin/gms/factory/entity/EntityAspectDaoFactory.class]: Unsatisfied dependency expressed through method 'createEbeanInstance' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: 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
    	at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
    	at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
    	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213)
    	at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212)
    	at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:203)
    	at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:97)
    	at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86)
    	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:260)
    	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:234)
    	at org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration.callInitializers(ServletContextInitializerConfiguration.java:65)
    	at org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration.configure(ServletContextInitializerConfiguration.java:54)
    	at org.eclipse.jetty.webapp.WebAppContext.configure(WebAppContext.java:498)
    	at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1409)
    	at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916)
    	at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288)
    b
    • 2
    • 9
  • l

    limited-forest-73733

    01/19/2023, 10:28 AM
    Hey team i am deploying latest datahub version but facing vulnerabilities issue in datahub-ingestion and datahub-actions image. diff/usr/local/lib/python3.10/pyspark/jars/htrace-core4-4.1.0-incubating.jar Will get any version free of these vulnerabilities?
    βœ… 1
    πŸ‘€ 1
    a
    • 2
    • 11
  • m

    microscopic-mechanic-13766

    01/19/2023, 2:58 PM
    Hello team, quick question: In this docker-compose, shouldn't it be
    JDK_JAVA_OPTIONS
    instead of
    JAVA_OPTS
    in the datahub-front-react container?? If I remember correctly, this was due to the migration of the project to JDK 11 Thanks in advance!!
    b
    b
    • 3
    • 3
  • w

    wonderful-book-58712

    01/19/2023, 5:53 PM
    I see in docs that minimum requirement is 7G for datahub and its dependencies, is there anything we need to consider for sizing like amount of metadata etc where we might requiire increase in capacity .
    b
    • 2
    • 2
  • b

    breezy-controller-54597

    01/20/2023, 2:29 AM
    @brainy-tent-14503 v0.9.6 is deployed because
    global.datahub.version
    has not been changed. https://github.com/acryldata/datahub-helm/pull/241
    βœ… 1
    b
    a
    • 3
    • 12
  • b

    best-umbrella-88325

    01/20/2023, 8:00 AM
    Hi all. We are seeing frequent frontend pod restarts while creating glossary terms programatically. We have an application that uses the Java emitter, which reads terms and descriptions from a file and creates the glossary terms via the Java emitter, on 1 second intervals. We observe the frontend pod gets restarted automatically very frequently even though the GMS pod remains stable. We are using the endpoint <ingress>/api/gms to send requests. Version: 0.9.6 Can someone guide if this is a know issue or if there are any performance constraints... Thanks in advance.
    b
    b
    b
    • 4
    • 6
  • a

    average-vr-23088

    01/20/2023, 4:05 PM
    Hi, we are planning on upgrading our deployment from 0.8.42 to the 0.9.x releases. Would it be a good idea to first upgrade to the newest version within the 0.8.x series and then a subsequent upgrade to 0.9.x or would the update script handle upgrading from this old of a version?
    βœ… 1
    a
    • 2
    • 2
  • h

    happy-camera-26449

    01/23/2023, 6:33 PM
    I want datahub login through Azure, and the app is created, it uses https. This requires a certificate to be added in my docker container, but I'm not getting the config to set for the same, and where exactly to place my certificate. @bulky-electrician-72362
    o
    a
    • 3
    • 4
  • c

    calm-balloon-31412

    01/23/2023, 11:12 PM
    πŸ‘‹ Hello! I'm running into errors when replacing datahub gms container following these instructions: https://datahubproject.io/docs/developers/ I was able to build gms successfully, and I'm getting the error in my container:
    Copy code
    2023-01-23 22:56:57.957:WARN:oejw.WebAppContext:main: Failed startup of context o.e.j.w.WebAppContext@50cbc42f{Open source GMS,/,[file:///tmp/jetty-0_0_0_0-8080-war_war-_-any-7672391756595258580.dir/webapp/, jar:file:///tmp/jetty-0_0_0_0-8080-war_war-_-any-7672391756595258580.dir/webapp/WEB-INF/lib/swagger-ui-4.10.3.jar!/META-INF/resources],UNAVAILABLE}{file:///datahub/datahub-gms/bin/war.war}
    java.lang.UnsupportedClassVersionError: com/linkedin/metadata/boot/OnBootApplicationListener has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    i confirmed I have java 11
    βœ… 2
    h
    • 2
    • 2
  • f

    flat-painter-78331

    01/24/2023, 5:40 AM
    Hi guys, Good Day! I've deployed Datahub on Kubernetes and I'm trying to set up monitoring. How do i enable Prometheus in this case? The example on the doc is for a docker approach
    βœ… 1
    o
    • 2
    • 1
  • g

    gifted-diamond-19544

    01/24/2023, 11:18 AM
    Hello all! I have a question regarding personal access tokens. Is there anyway I can get a list of the access tokens (not just the name, but the actual secret too) that are currently registered from Datahub? We basically want to use the token from Datahub to authenticate something else (AWS API Gateway Endpoint).
    βœ… 1
    b
    o
    • 3
    • 5
  • d

    delightful-librarian-70325

    01/25/2023, 5:31 PM
    Hi, Hope someone can help, I have the following issue. I'm trying to connect the GMS to an Azure Postgress Flexible (v11) instance but it fails. Details below; 1. I have entered all the env: details as per attached 2. I have run the init.sql on the database as per here: https://github.com/datahub-project/datahub/tree/master/docker/postgres-setup 3. The POD is able to make a Connection to the Postgres Server petrit [ ~ ]$ k logs datahub-datahub-gms-789f9c565b-9qln2 | grep "Connected" 2023/01/25 172839 Connected to tcp://prerequisites-kafka:9092 2023/01/25 172839 Connected to tcp://xxxxxxxxxx.dh-postgres.private.postgres.database.azure.com.:5432 But I get all these errors when I grep the POD for "Failure" and "Error" (attached)
    βœ… 1
    o
    • 2
    • 10
  • d

    delightful-librarian-70325

    01/25/2023, 5:35 PM
    image.png
  • r

    red-waitress-53338

    01/25/2023, 6:30 PM
    Hi Team, My team is badly stuck on the following GMS error, right now it is a MAJOR blocker for our team, any help please? . We were able to successfully run the postgres-setup using the same database credentials. We are using the docker images for the deployment.
    Copy code
    ERROR c.l.g.f.entity.EbeanServerFactory:38 - Failed to connect to the server. Is it up?
    Copy code
    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityAspectDao' defined in com.linkedin.gms.factory.entity.EntityAspectDaoFactory: Unsatisfied dependency expressed through method 'createEbeanInstance' 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
    βœ… 1
    o
    b
    • 3
    • 4
  • r

    red-waitress-53338

    01/25/2023, 6:31 PM
    tried with and without these JDBS properties but no success
    Copy code
    ?verifyServerCertificate=false&useSSL=true&useUnicode=yes&characterEncoding=UTF-8
  • r

    red-waitress-53338

    01/25/2023, 6:44 PM
    this is a more detailed error
    Copy code
    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'topPlatformsCandidateSourceFactory': Unsatisfied dependency expressed through field 'entityService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityAspectDao' defined in com.linkedin.gms.factory.entity.EntityAspectDaoFactory: Unsatisfied dependency expressed through method 'createEbeanInstance' 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) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:1073) at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:572) at org.eclipse.jetty.server.handler.ContextHandler.contextInitialized(ContextHandler.java:1002) at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:746) at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:379) at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1449) at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1414) at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:916) at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:288) at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) at org.eclipse.jetty.server.Server.start(Server.java:423) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110) at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:97) at org.eclipse.jetty.server.Server.doStart(Server.java:387) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) at org.eclipse.jetty.runner.Runner.run(Runner.java:519) at org.eclipse.jetty.runner.Runner.main(Runner.java:564) Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'entityAspectDao' defined in com.linkedin.gms.factory.entity.EntityAspectDaoFactory: Unsatisfied dependency expressed through method 'createEbeanInstance' 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.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656) ... 43 common frames omitted Caused by: 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.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:486) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ... 58 common frames omitted Caused by: 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.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ... 72 common frames omitted Caused by: java.lang.NullPointerException: null at io.ebean.datasource.pool.ConnectionPool.notifyDataSourceIsDown(ConnectionPool.java:406) at io.ebean.datasource.pool.ConnectionPool.createUnpooledConnection(ConnectionPool.java:535) at io.ebean.datasource.pool.ConnectionPool.createUnpooledConnection(ConnectionPool.java:524) at io.ebean.datasource.pool.ConnectionPool.createConnectionForQueue(ConnectionPool.java:766) at io.ebean.datasource.pool.PooledConnectionQueue.ensureMinimumConnections(PooledConnectionQueue.java:227) at
    βœ… 1
  • r

    red-waitress-53338

    01/25/2023, 6:44 PM
    Copy code
    io.ebean.datasource.pool.ConnectionPool.initialise(ConnectionPool.java:301) at io.ebean.datasource.pool.ConnectionPool.<init>(ConnectionPool.java:246) at io.ebean.datasource.core.Factory.createPool(Factory.java:15) at io.ebeaninternal.server.core.DefaultContainer.getDataSourceFromConfig(DefaultContainer.java:273) at io.ebeaninternal.server.core.DefaultContainer.setDataSource(DefaultContainer.java:217) at io.ebeaninternal.server.core.DefaultContainer.createServer(DefaultContainer.java:103) at io.ebeaninternal.server.core.DefaultContainer.createServer(DefaultContainer.java:35) at io.ebean.EbeanServerFactory.createInternal(EbeanServerFactory.java:109) at io.ebean.EbeanServerFactory.create(EbeanServerFactory.java:70) at com.linkedin.gms.factory.entity.EbeanServerFactory.createServer(EbeanServerFactory.java:36) at com.linkedin.gms.factory.entity.EbeanServerFactory$$EnhancerBySpringCGLIB$$b1a0da56.CGLIB$createServer$0(<generated>) at com.linkedin.gms.factory.entity.EbeanServerFactory$$EnhancerBySpringCGLIB$$b1a0da56$$FastClassBySpringCGLIB$$c4361d60.invoke(<generated>) at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) at com.linkedin.gms.factory.entity.EbeanServerFactory$$EnhancerBySpringCGLIB$$b1a0da56.createServer(<generated>) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154
  • w

    witty-motorcycle-52108

    01/25/2023, 11:46 PM
    hey all, hopefully easy clarification question that i cant find on the docs site. when is it necessary to run the upgrade container? majors, minors, patches, anything at all?
    βœ… 2
    a
    o
    • 3
    • 11
  • m

    mysterious-monkey-71931

    01/26/2023, 8:26 AM
    Hello all `jetty-runner` was deprecated since 2018. Is there any reason keep using it in GMS instead of spring embedded `tomcat`/`jetty` server?
    βœ… 1
    o
    • 2
    • 1
  • s

    salmon-jordan-53958

    01/26/2023, 2:13 PM
    Hi all, Newbie here. Does anyone have a link how to replace the backend MySQL DB with Postgres?
    βœ… 1
    w
    a
    • 3
    • 11
  • l

    lemon-scooter-69730

    01/26/2023, 4:05 PM
    Hi we are using argocd for our deployment and it prefixes our deployments so something like
    someprefix-prerequisite-kafka
    and so on... How do I make the setup jobs pick up the new names... they seem to be "hardcoded" to
    prerequisite-kafka
    etc...
    βœ… 1
    o
    • 2
    • 1
  • q

    quiet-television-68466

    01/26/2023, 4:10 PM
    Hello we have used aws EKS and helm to deploy our datahub environment. I’m looking into deploying the actions framework for our team and consistently getting the error
    Connection setup timed out in state CONNECT (after 30032ms in state CONNECT)
    . I might be pointing at the wrong IP address for the bootstrap, but not sure how to find which one to use! Right now I’ve used the IP address of one the pods called
    datahub-kafka-setup-job
    , does this sound right?
    Copy code
    bootstrap: ${KAFKA_BOOTSTRAP_SERVER:-<IP-ADDRESS-HERE>}
    βœ… 1
    w
    o
    • 3
    • 17
  • d

    delightful-sunset-48960

    01/26/2023, 4:34 PM
    I'm getting a crash loop in Kafka
    βœ… 1
    w
    • 2
    • 61
  • l

    limited-forest-73733

    01/27/2023, 8:00 AM
    Hey team any ETA for releasing 0.9.6.2 in github? We use github verion to build our own components. Thanks
    βœ… 1
    a
    • 2
    • 2
  • s

    shy-dog-84302

    01/27/2023, 1:23 PM
    Hi! Can someone point me to the git repository where
    Dockerfile
    to the image
    linkedin/datahub-kafka-setup
    is hosted?
    βœ… 1
    a
    • 2
    • 3
  • s

    salmon-jordan-53958

    01/27/2023, 2:48 PM
    Hi, I am getting this warning when I load datahub-gms. anyone have any ideas: WARNING: jetty-runner is deprecated.INFOoejs.Servermain jetty-9.4.46.v20220331; built: 2022-03-31T163808.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 11.0.18+10-alpine-r0
    o
    • 2
    • 3
  • l

    lemon-scooter-69730

    01/27/2023, 3:43 PM
    How do you change the default password for datahub for k8s deployments?
    βœ… 1
    s
    • 2
    • 1
1...323334...53Latest