I am trying to install 7.9 but getting below error org.springframewor

I am trying to install 7.9 but getting below error

org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.appiancorp.ag.ExtendedUserService com.appiancorp.common.config.AppianSpringConfig.extendedUserService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'extendedUserService' defined in class path resource

application-server.log

OriginalPostID-158811

OriginalPostID-158811

  Discussion posts and replies are publicly visible

Parents
  • Looks better now. This is an authentication problem with your data sources

    04:05:32,863 ERROR [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-5) Exception during createSubject()PBOX000016: Access denied: authentication failed: java.lang.SecurityException: PBOX000016: Access denied: authentication failed

    For the time being I suggest you edit your -ds.xml to use:

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

    instead of

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

    to make sure you have the right password. The password will go in clear text for now.
Reply
  • Looks better now. This is an authentication problem with your data sources

    04:05:32,863 ERROR [org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer] (MSC service thread 1-5) Exception during createSubject()PBOX000016: Access denied: authentication failed: java.lang.SecurityException: PBOX000016: Access denied: authentication failed

    For the time being I suggest you edit your -ds.xml to use:

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

    instead of

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

    to make sure you have the right password. The password will go in clear text for now.
Children
No Data