Menu

Docker container ejbca can't connect to external Database

2024-02-15
2024-02-15
  • REGELAN Samuel

    REGELAN Samuel - 2024-02-15

    Hi,
    we have a problem, we are building an ejbca keyfactor/ejbca-ce:7.11.0 container, when I start our container it can't connect to our external database:

    **2024-02-15 08:41:17,560+0000 INFO [/opt/keyfactor/bin/start.sh] (process:1) Waiting for external database 'jdbc:mariadb://xxx.xxx.xxx.xxx:3000/database?characterEncoding=UTF-8?verifyServerCertificate=false&SSLMode=true&requireSSL=true' to become available.
    2024-02-15 08:41:21,654+0000 INFO [org.apache.commons.beanutils.FluentPropertyBeanIntrospector] (main) Error when creating PropertyDescriptor for public final void org.apache.commons.configuration2.AbstractConfiguration.setProperty(java.lang.String,java.lang.Object)! Ignoring this property.
    [ WARN] (main) Error: 1045-28000: Access denied for user ''@'ipserver' (using password: YES)
    2024-02-15 08:41:21,804+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=2828502) Access denied for user ''@'ipserver' (using password: YES)
    2024-02-15 08:41:21,804+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.

    we've already started another ejbca enterprise 7.12 dev instance already connected to this database, we need to test the Docker container before migrating our production environment

     

Log in to post a comment.