Trying to install Appian 7.10 standalone .Getting error while starting JBOSS.

Trying to install Appian 7.10 standalone .Getting error while starting JBOSS.

An unexpected error occurred while trying to initialize and validate the primary data source. (APNX-1-4179-004)
Caused by: javax.persistence.PersistenceException: Unable to build EntityManagerFactory
Caused by: org.hibernate.HibernateException: Could not find datasource
Caused by: javax.naming.NameNotFoundException: jdbc/AppianPrimaryDS -- service jboss.naming.context.java.jdbc.AppianPrimaryDS

Please check attached zip file for all the configuration followed as well as I followed following link also
forum.appian.com/.../Configuring_Relational_Databases.html

Followed all the steps mentioned in the installation guide.
Not sure why this error is getting triggered.Any help.

appian710.zip

OriginalPostID-166464

OriginalPostID-166464

  Discussion posts and replies are publicly visible

Parents
  • I haven't looked over everything, but your standalone.xml file is missing the h2 driver in the datasource subsystem in the profiles tag. I can't remember if this will throw your error or not. Also, check the security subsystem datasource hashed password. Your pwd has a negative symbol in it's expression. This would through a data source error in you app server log

    Additionally, the apian-MySQL-ds.xml file you provided defines the primary and business schema as apppian_primarydata and appian_businessdata respectively. Can you confirm that this is the name of you schema on your local RDBMS.

    Last thing, I noticed that you said you were installing Appian 7.10, but referenced the 7.9 product docs. Are you using the configure script? If not, I would recommend using the Quick Start tutorial found in the 710 docs. It contains step-by-step instructions how to perform a local install using the configure script: forum.appian.com/.../Quick_Start_Installation_Guide_for_Windows_and_JBoss.html
Reply
  • I haven't looked over everything, but your standalone.xml file is missing the h2 driver in the datasource subsystem in the profiles tag. I can't remember if this will throw your error or not. Also, check the security subsystem datasource hashed password. Your pwd has a negative symbol in it's expression. This would through a data source error in you app server log

    Additionally, the apian-MySQL-ds.xml file you provided defines the primary and business schema as apppian_primarydata and appian_businessdata respectively. Can you confirm that this is the name of you schema on your local RDBMS.

    Last thing, I noticed that you said you were installing Appian 7.10, but referenced the 7.9 product docs. Are you using the configure script? If not, I would recommend using the Quick Start tutorial found in the 710 docs. It contains step-by-step instructions how to perform a local install using the configure script: forum.appian.com/.../Quick_Start_Installation_Guide_for_Windows_and_JBoss.html
Children
No Data