I am trying to install Appian 7.9 on WAS. getting below error. Can some one help

I am trying to install Appian 7.9 on WAS. getting below error. Can some one help me to understand where is the missing piece?

om.appiancorp.kougar.services.KougarServiceInvocationHandler - Error getting credentials for Administrator
com.appiancorp.kougar.driver.exceptions.SafeRetryException: Unable to acquire a Read connection. Safe to retry.
at com.appiancorp.kougar.driver.pooling.concurrent.Semaphore.acquireConnection(Semaphore.java:436)
at com.appiancorp.kougar.driver.pooling.concurrent.ConcurrentPools.getReadConnection(ConcurrentPools.java:140)
at com.appiancorp.kougar.driver.pooling.PoolManager.getReadConnection(PoolManager.java:313)
at com.appiancorp.kougar.driver.KougarConnection.getConnection(KougarConnection.java:140)
at com.appiancorp.kougar.driver.KougarConnection.call(KougarConnection.java:207)
at com.appiancorp.kougar.mapper.M...

OriginalPostID-153183

OriginalPostID-153183

  Discussion posts and replies are publicly visible

Parents
  • ONLY because the installation is brand new and you didn't start the environment with the app server at all, try this

    rm /hosting/products/appian/server/channels/gw1/*.kdb
    rm /hosting/products/appian/server/collaboration/gw1/*.kdb
    rm /hosting/products/appian/server/forums/gw1/*.kdb
    rm /hosting/products/appian/server/metadata/gw1/*.kdb
    rm /hosting/products/appian/server/notifications/gw1/*.kdb
    rm /hosting/products/appian/server/personalization/gw1/*.kdb
    rm /hosting/products/appian/server/portal/gw1/*.kdb
    rm /hosting/products/appian/server/process/design/gw1/*.kdb
    rm /hosting/products/appian/server/process/exec/00/gw1/*.kdb
    rm /hosting/products/appian/server/process/exec/01/gw1/*.kdb
    rm /hosting/products/appian/server/process/exec/02/gw1/*.kdb
    rm /hosting/products/appian/logs/*.log

    Try to start the engines again.
Reply
  • ONLY because the installation is brand new and you didn't start the environment with the app server at all, try this

    rm /hosting/products/appian/server/channels/gw1/*.kdb
    rm /hosting/products/appian/server/collaboration/gw1/*.kdb
    rm /hosting/products/appian/server/forums/gw1/*.kdb
    rm /hosting/products/appian/server/metadata/gw1/*.kdb
    rm /hosting/products/appian/server/notifications/gw1/*.kdb
    rm /hosting/products/appian/server/personalization/gw1/*.kdb
    rm /hosting/products/appian/server/portal/gw1/*.kdb
    rm /hosting/products/appian/server/process/design/gw1/*.kdb
    rm /hosting/products/appian/server/process/exec/00/gw1/*.kdb
    rm /hosting/products/appian/server/process/exec/01/gw1/*.kdb
    rm /hosting/products/appian/server/process/exec/02/gw1/*.kdb
    rm /hosting/products/appian/logs/*.log

    Try to start the engines again.
Children
No Data