Skip to main content
April 2, 2024
Question

No rotatelogs in /usr/bin

  • April 2, 2024
  • 1 reply
  • 0 views

Hello,

I am new to Appian and I am trying to install Appian on Linux cent os. I followed the official guide and everything was smooth until I was trying to start the tomact server.

by executing ./start-appserver.sh. when I execute this one its giving me : which: no rotatelogs in (/root/.local/bin:/root/bin:/sbin:/bin:/usr/sbin)

Thanks in advanced !

1 reply

shubhama926776
April 2, 2024

Check if rotatelogs is installed: rpm -qa | grep rotatelogs (install with sudo yum install httpd-tools if not).
Alternative: Comment out rotatelogs line in the script (might prevent log rotation but allows Appian to start, manage logs manually).