OTRS Daemon is not running after upgrade

Moderator: crythias

Post Reply
TDV
Znuny newbie
Posts: 8
Joined: 27 Apr 2017, 17:51
Znuny Version: 6.0.6

OTRS Daemon is not running after upgrade

Post by TDV »

Hi

I've upgraded OTRS from 5.0.16 to 6.0.6 according manual:
http://doc.otrs.com/doc/manual/admin/6. ... ating.html

Now when I log in OTRS - I see error:
"OTRS Daemon is not running"

I checked that cron is running:
/etc/init.d/cron status

But when I run (as otrs user)
/opt/otrs/bin/otrs.Daemon.pl status
or
/opt/otrs/bin/otrs.Daemon.pl start
there is nothing happens

and the same situation with:
/opt/otrs/bin/Cron.sh status
/opt/otrs/bin/Cron.sh start

when I run
crontab -l

it gives:
"no crontab for otrs"

There are files aaa_base and otrs_daemon in
/opt/otrs/var/cron/

What can cause such problem?
OTRS 5.0.16
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS Daemon is not running after upgrade

Post by jojo »

start teh OTRS cron via otrs.Cron.sh (as stated in the documentation). Check if the daemon is running (ps is a helpful command here). If not, check the syslog
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
TDV
Znuny newbie
Posts: 8
Joined: 27 Apr 2017, 17:51
Znuny Version: 6.0.6

Re: OTRS Daemon is not running after upgrade

Post by TDV »

It turned out that files Cron.sh and otrs.Daemon.pl were in bin folder but were made empty after upgrade...

Copied them from otrs package - and now daemon is running

Thanks.
OTRS 5.0.16
Post Reply