Engine Startup Error

Hi All,

I am starting the appian server. but failed to start.
After starting servers when i run checkengine.bat command it is giving output as,

The following 6 applications require *IMMEDIATE* attention:

Process-Design
Process-Analytics0000
Process-Analytics0002
Process-Exec00
Process-Exec01

Detailed output attached in file. Please help

Output_checkengineCmd.txt

OriginalPostID-207730

OriginalPostID-207730

  Discussion posts and replies are publicly visible

Parents
  • The screenshot shows that pe44.kdb is way to small. This means is an incomplete file that won't boot. This is normally caused by an improper shutdown or the computer running out of space.

    To fix this problem:

    1. Run <APPIAN_HOME>\\server\\_scripts\\stop-suite.bat
    2. Wait for the CPU usage to go down
    3. Kill all k.exe processes that remain active and are not using any CPU
    4. Open a command line as the administrator (right click - run as administrator)
    5. Run

    cd C:\\appian\\server\\process\\exec\\02\\gw1\\
    del pe44.kdb

    6. Start the environment the normal way you do it
Reply
  • The screenshot shows that pe44.kdb is way to small. This means is an incomplete file that won't boot. This is normally caused by an improper shutdown or the computer running out of space.

    To fix this problem:

    1. Run <APPIAN_HOME>\\server\\_scripts\\stop-suite.bat
    2. Wait for the CPU usage to go down
    3. Kill all k.exe processes that remain active and are not using any CPU
    4. Open a command line as the administrator (right click - run as administrator)
    5. Run

    cd C:\\appian\\server\\process\\exec\\02\\gw1\\
    del pe44.kdb

    6. Start the environment the normal way you do it
Children
No Data