Having problem connecting to the primary database. I'm trying to start

Having problem connecting to the primary database.
I'm trying to start JBOSS in Linux (UBUNTU 14.04), database is MySQL.

ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 56) JBWEB000287: Exception sending context initialized event to listener instance of class com.appiancorp.common.config.ConfigurationLoader: com.appiancorp.common.config.FatalConfigurationException: com.appiancorp.suiteapi.common.exceptions.AppianException: An unexpected error occurred while trying to initialize and validate the primary data source. (APNX-1-4179-004)
          at com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException.<init>(AppianRuntimeException.java:52) [appian-suiteapi.jar:]
          at com.appiancorp.common.config.FatalConfigurationException.<init>(FatalConfigurationException.java:23) [appian-common.jar:]
          at com.appiancorp.rdbms.config.PrimaryDataSourceConfig.finish(PrimaryDataSourceConfi...

server.log_linux

OriginalPostID-111708

OriginalPostID-111708

  Discussion posts and replies are publicly visible

Parents
  • ...dbms.hb.DataSourceManagerHbImpl.initialize(DataSourceManagerHbImpl.java:413) [appian-rdbms.jar:]
              at com.appiancorp.rdbms.config.PrimaryDataSourceConfig.finish(PrimaryDataSourceConfig.java:22) [appian-rdbms.jar:]

    I also tried connecting to MySQL database using console and successfully connected to the primary and business DS.
    I already tried following from a previous post
    APPROACH #1

    0. Stop the application server
    1. Delete

    <APPIAN_HOME>\\_admin\\shared
    <JBOSS_HOME>\\standalone\\log\\*.*

    2. Start the application server

    APPROACH #2

    0. Stop the application server
    1. Log-in to the Primary DS
    2. Run this query to delete the records from the cfg table

    Attaching log file as well.
Reply
  • ...dbms.hb.DataSourceManagerHbImpl.initialize(DataSourceManagerHbImpl.java:413) [appian-rdbms.jar:]
              at com.appiancorp.rdbms.config.PrimaryDataSourceConfig.finish(PrimaryDataSourceConfig.java:22) [appian-rdbms.jar:]

    I also tried connecting to MySQL database using console and successfully connected to the primary and business DS.
    I already tried following from a previous post
    APPROACH #1

    0. Stop the application server
    1. Delete

    <APPIAN_HOME>\\_admin\\shared
    <JBOSS_HOME>\\standalone\\log\\*.*

    2. Start the application server

    APPROACH #2

    0. Stop the application server
    1. Log-in to the Primary DS
    2. Run this query to delete the records from the cfg table

    Attaching log file as well.
Children
No Data