#Installation and Administration >> Trying to install Appian 7.

#Installation and Administration

>> Trying to install Appian 7.10 using configure script

>> Application Server not able to connect to the database with the below error , verified appian-ds.xml and custom.properties file related to datasource.

03:52:39,433 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/suite]] (ServerService Thread Pool -- 79) 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)

04:05:15,438 ERROR [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-1) Exception during createSubject()PBOX000016: Access denied: authen...

server.7z

OriginalPostID-163291

OriginalPostID-163291

  Discussion posts and replies are publicly visible

Parents
  • I was able to resolve this issue by editing my -ds.xml to use:

    <security>
    <user-name>*******</user-name>
    <password>*******</password>
    </security>

    instead of

    <security>
    <security-domain>********</security-domain>
    </security>

    For some reason it failed to work with the security domain ON.

    Also, I saw couple of issues with the logo being displayed and also I am unable to create a new application from the "Appian Designer" interface.
Reply
  • I was able to resolve this issue by editing my -ds.xml to use:

    <security>
    <user-name>*******</user-name>
    <password>*******</password>
    </security>

    instead of

    <security>
    <security-domain>********</security-domain>
    </security>

    For some reason it failed to work with the security domain ON.

    Also, I saw couple of issues with the logo being displayed and also I am unable to create a new application from the "Appian Designer" interface.
Children
No Data