Trying to run Appian 7.5. Execute start-suite.bat and get the followi

Trying to run Appian 7.5.

Execute start-suite.bat and get the following warning:
"WARNING: No valid engines are configured to be started on this machine"

Execute checkengine.bat
0/16 start. output in attached.

Not sure where to go from here
Thanks,
Charlie...

checkengine_results.txt

OriginalPostID-111741

OriginalPostID-111741

  Discussion posts and replies are publicly visible

Parents
  • There is an issue with the gateway-config-custom.xml file.

    This property is incorrect.

    <engine auto-database-save="@auto.checkpoint.enable@" name="process-analytics5"/>

    Change the @auto.checkpoint.enable@ to 1/0 depending on whether you want to enable / disable automatic-checkpointing.

    1=enable
    0=disable

    By default, it is set to 1. If you set it to 0, ensure that you configure manual check-pointing or the System will never checkpoint.

    This should fix the issue.
Reply
  • There is an issue with the gateway-config-custom.xml file.

    This property is incorrect.

    <engine auto-database-save="@auto.checkpoint.enable@" name="process-analytics5"/>

    Change the @auto.checkpoint.enable@ to 1/0 depending on whether you want to enable / disable automatic-checkpointing.

    1=enable
    0=disable

    By default, it is set to 1. If you set it to 0, ensure that you configure manual check-pointing or the System will never checkpoint.

    This should fix the issue.
Children
No Data