Error creating bean with name 'primaryDataSourceConfig' while starting JBOSS 6.4 on appian 17.1

Hi

I'm getting many error messages in console output while starting jboss. 

The firsts ones says:

 

20:42:01,830 INFO [stdout] (ServerService Thread Pool -- 56) 2017-04-19 20:42:01,827 [ServerService Thread Pool -- 56] ERROR com.appiancorp.kougar.driver.Connections.sec - An error occurred while trying to read the security token from "/home/appian_user/Programs/appian/ear/suite.ear/conf/appian.sec". No security token will be sent when connecting to engines.
20:42:04,823 INFO [stdout] (ServerService Thread Pool -- 56) 2017-04-19 20:42:04,822 [ServerService Thread Pool -- 56] INFO com.appiancorp.rdbms.config.PrimaryDataSourceConfig - Validating and initializing the Appian data source: java:/jdbc/AppianDS
20:42:05,821 INFO [stdout] (ServerService Thread Pool -- 56) 2017-04-19 20:42:05,819 [ServerService Thread Pool -- 56] ERROR org.hibernate.connection.DatasourceConnectionProvider - Could not find datasource: java:/jdbc/AppianDS

 

Full output in atacched file.

 

Any suggestions please?

console_output_starting_jboss.txt

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

     

    In custom.properties the primary data source should be jdbc/AppianDS.(It is mandatory and should be created before starting jboss.)

    If you don't want give any secondary data source , just comment the line. As you have uncommented line for business data source it is mandatory to configure existing data source.

    Note: Please verify the configurations in custom.properties, appian-ds.xml , standalone.xml and the data source names in database.

Reply
  • +1
    Certified Lead Developer

     

    In custom.properties the primary data source should be jdbc/AppianDS.(It is mandatory and should be created before starting jboss.)

    If you don't want give any secondary data source , just comment the line. As you have uncommented line for business data source it is mandatory to configure existing data source.

    Note: Please verify the configurations in custom.properties, appian-ds.xml , standalone.xml and the data source names in database.

Children