Authentication Failed on JBoss Startup

While installing appian I see the error :
ERROR [org.jboss.as.connector.subsystems.datasources.AbstractDataSo
urceService$AS7DataSourceDeployer] (MSC service thread 1-7) Exception during cre
ateSubject()PBOX000016: Access denied: authentication failed: java.lang.Security
Exception: PBOX000016: Access denied: authentication failed.

Attached is the log file.Please help me fix this

JBOSSLog2.log

OriginalPostID-223621

OriginalPostID-223621

  Discussion posts and replies are publicly visible

Parents
  • <security-domain name="ds-name-security" cache-type="default">
    <authentication>
    <login-module code="org.picketbox.datasource.security.SecureIdentityLoginModule" flag="required">
    <module-option name="username" value="your_plaintext_username" />
    <module-option name="password" value="your_encoded_password" />
    </login-module>
    </authentication>
    </security-domain>

    over here ? what user name and password will this be ?
    Please educate me on this.
Reply
  • <security-domain name="ds-name-security" cache-type="default">
    <authentication>
    <login-module code="org.picketbox.datasource.security.SecureIdentityLoginModule" flag="required">
    <module-option name="username" value="your_plaintext_username" />
    <module-option name="password" value="your_encoded_password" />
    </login-module>
    </authentication>
    </security-domain>

    over here ? what user name and password will this be ?
    Please educate me on this.
Children
No Data