rcotrs start -> failed

Moderator: crythias

Locked
cesco_78
Znuny newbie
Posts: 13
Joined: 20 Mar 2012, 12:40
Znuny Version: 03011

rcotrs start -> failed

Post by cesco_78 »

Hello!
I installed OTRS 3.1.3 in a OpenSuSE server, i installed all dependencies and i configured the DB. The app works correctly, but there is a problem.
I do not have /home/crontab folder, I do not have the crontab (and there is not autoamtically check for the mail) and when i made "rcotrs start" the resuls is "failed"

in the log I see

Code: Select all

Apr  3 11:25:21 otrs-suse otrs[2596]: Starting OTRS
Apr  3 11:25:21 otrs-suse otrs[2596]: Checking Apache ... done.
Apr  3 11:25:21 otrs-suse otrs[2596]: Checking database connection... (Trying to connect to database
Apr  3 11:25:21 otrs-suse otrs[2596]: DSN: DBI:mysql:database=otrs;host=localhost;
Apr  3 11:25:21 otrs-suse otrs[2596]: DatabaseUser: otrs
Apr  3 11:25:21 otrs-suse otrs[2596]: It looks Ok!).
Apr  3 11:25:21 otrs-suse otrs[2596]: Checking OTRS Scheduler Service...  Error!
Apr  3 11:25:21 otrs-suse otrs[2596]: This can happen if your database is not configured yet.
Apr  3 11:25:21 otrs-suse systemd[1]: otrs.service: control process exited, code=exited status=1
Apr  3 11:25:21 otrs-suse systemd[1]: Unit otrs.service entered failed state.
Thank you for any help!!
yuri0001
Znuny superhero
Posts: 630
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: rcotrs start -> failed

Post by yuri0001 »

Code: Select all

Apr  3 11:25:21 otrs-suse otrs[2596]: This can happen if your database is not configured yet.
Probably here the answer
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
cesco_78
Znuny newbie
Posts: 13
Joined: 20 Mar 2012, 12:40
Znuny Version: 03011

Re: rcotrs start -> failed

Post by cesco_78 »

The DB works correctly, with problems on the db I think tahat OTRS will not works
Locked