Can't Start JBoss on 7.3

I seem to be having issues with my local 7.3 installation -- more specifically, starting up JBoss. The errors I'm seeing are as shown below:

JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.com_mysql_jdbc (missing) dependents: [service jb
oss.data-source.java:/jdbc/appianPrimary, service jboss.data-source.java:/jdbc/a
ppianData]

03:11:36,927 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http mana
gement interface listening on 127.0.0.1:9990/management
03:11:36,931 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin con
sole listening on http://127.0.0.1:9990
03:11:36,931 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP
6.2.0.GA (AS 7.3.0.Final-redhat-14) started (with errors) in 4100ms - Started 1
55 of 220 services (6 services failed or missing dependencies, 58 services are p
assive or on-demand)

What might be the cause of these errors? Thanks....

OriginalPostID-93626

OriginalPostID-93626

  Discussion posts and replies are publicly visible

Parents
  • After I checked the logs I did notice an error similar to 4.1. I tweaked the files a bit and ran JBoss again, but now I am seeing something completely different.

    ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 104) 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)

    Caused by: com.appiancorp.rdbms.config.PrimaryDataSourceNotConfiguredException: com.appiancorp.suiteapi.common.exceptions.AppianException: FATAL: No value configured for conf.data.primary.datasource in custom.properties. A primary datasource is required. The Appian application will fail to deploy. (APNX-1-4179-003)

    My custom.properties file is correctly configured as far as I can tell:

    conf.suite.PRODUCTION=true

    server.conf.processcommon.MAX_SPAWN_INSTANCES=120

    conf.suite.SERVER_AND_PORT=localhost:8080

    conf.data.primary.datasource=java:/jdbc/appianPrimary

    conf.data.datasources=java:/jdbc/appianData

    What could I be missing?
Reply
  • After I checked the logs I did notice an error similar to 4.1. I tweaked the files a bit and ran JBoss again, but now I am seeing something completely different.

    ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 104) 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)

    Caused by: com.appiancorp.rdbms.config.PrimaryDataSourceNotConfiguredException: com.appiancorp.suiteapi.common.exceptions.AppianException: FATAL: No value configured for conf.data.primary.datasource in custom.properties. A primary datasource is required. The Appian application will fail to deploy. (APNX-1-4179-003)

    My custom.properties file is correctly configured as far as I can tell:

    conf.suite.PRODUCTION=true

    server.conf.processcommon.MAX_SPAWN_INSTANCES=120

    conf.suite.SERVER_AND_PORT=localhost:8080

    conf.data.primary.datasource=java:/jdbc/appianPrimary

    conf.data.datasources=java:/jdbc/appianData

    What could I be missing?
Children
No Data