Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
1569 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Appian upgrade from 7.5 to 7.9 - Getting authentication issue 03:19:
rupakj
A Score Level 1
over 9 years ago
Appian upgrade from 7.5 to 7.9 - Getting authentication issue
03:19:38,429 ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Perio
dic Recovery) IJ000903: Error creating Subject for crash recovery: jdbc/AppianBu
sinessDS (PBOX000016: Access denied: authentication failed): java.lang.SecurityE
xception: PBOX000016: Access denied: authentication failed
at org.jboss.security.plugins.JBossSecuritySubjectFactory.createSubject(
JBossSecuritySubjectFactory.java:84)
at org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl$1.run(XAResource
RecoveryImpl.java:300)
at org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl$1.run(XAResource
RecoveryImpl.java:261)
at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.
8.0_45]
at org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl.getSubject(XARes
ourceRecoveryImpl.java:260)
at org.jboss.jca.core.tx.jbossts.XAResourceRecovery...
OriginalPostID-151275
OriginalPostID-151275
Discussion posts and replies are publicly visible
0
rupakj
A Score Level 1
over 9 years ago
...Impl.getXAResources(X
AResourceRecoveryImpl.java:165)
at com.arjuna.ats.internal.jbossatx.jta.XAResourceRecoveryHelperWrapper.
getXAResources(XAResourceRecoveryHelperWrapper.java:51) [jbossjts-integration-4.
17.21.Final-redhat-2.jar:4.17.21.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.reso
urceInitiatedRecoveryForRecoveryHelpers(XARecoveryModule.java:516) [jbossjts-jac
orb-4.17.21.Final-redhat-2.jar:4.17.21.Final-redhat-2]
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.peri
odicWorkFirstPass(XARecoveryModule.java:182) [jbossjts-jacorb-4.17.21.Final-redh
at-2.jar:4.17.21.Final-redhat-2]
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkIntern
al(PeriodicRecovery.java:743) [jbossjts-jacorb-4.17.21.Final-redhat-2.jar:4.17.2
1.Final-redhat-2]
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
The relevant error is:
java.lang.SecurityException: PBOX000016: Access denied: authentication failed
This indicates that your security domain you specified for jdbc/AppianBu
sinessDS in appian-ds.xml defined in standalone.xml has expired or invalid credentials.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chase.putnam
over 9 years ago
See this part of the error output:
java.lang.SecurityE
xception: PBOX000016: Access denied: authentication failed
Which points to the issue being with the username and password provided to authenticate to your secondary data source. Check to ensure you have a valid username and password for your database and that this is configured properly within your installation.
forum.appian.com/.../Configuring_Relational_Databases.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel