juanluisbaptiste / docker-otrs

The unofficial Znuny/OTRS Ticketing System docker image
https://www.juanbaptiste.tech/category/otrs
GNU Lesser General Public License v3.0
173 stars 101 forks source link

OTRS is starting but cant login #38

Closed vibratim closed 6 years ago

vibratim commented 6 years ago

The container started successfully but i get these errors

`ERROR: OTRS-otrs.Daemon.pl - Daemon Kernel::System::Daemon::DaemonModules::SystemConfigurationSyncManager-10 Perl: 5.16.3 OS: linux Time: Thu Aug 30 11:18:24 2018

Message: There was an error executing ConfigurationDeploySync: [Thu Aug 30 11:18:24 2018] otrs.Daemon.pl: DBD::mysql::st execute failed: Table 'otrs.sysconfig_deployment' doesn't exist at /opt/otrs/Kernel/System/DB.pm line 694.

ERROR: OTRS-otrs.Daemon.pl - Daemon Kernel::System::Daemon::DaemonModules::SystemConfigurationSyncManager-10 Perl: 5.16.3 OS: linux Time: Thu Aug 30 11:18:24 2018`

Alongside with some of these

`ERROR: OTRS-otrs.Daemon.pl - Daemon Kernel::System::Daemon::DaemonModules::SystemConfigurationSyncManager-10 Perl: 5.16.3 OS: linux Time: Thu Aug 30 11:18:24 2018

Message: There was an error executing ConfigurationDeploySync: [Thu Aug 30 11:18:24 2018] otrs.Daemon.pl: DBD::mysql::st execute failed: Table 'otrs.sysconfig_deployment' doesn't exist at /opt/otrs/Kernel/System/DB.pm line 694.

ERROR: OTRS-otrs.Daemon.pl - Daemon Kernel::System::Daemon::DaemonModules::SystemConfigurationSyncManager-10 Perl: 5.16.3 OS: linux Time: Thu Aug 30 11:18:24 2018`

The webui opens but with 'root' and my password i set by adding -e 'OTRS_ROOT_PASSWORD'='test' i can't login. 'changeme' wont work either.

juanluisbaptiste commented 6 years ago

There must be another error before that, this error says it can't find a table so it means that the db schema wasn't executed.

juanluisbaptiste commented 6 years ago

Is this still an issue ?

vibratim commented 6 years ago

Yeah figured out it has to be something with the unRAID docker engine. On stock ubuntu with docker installed it worked flawlessly :)

juanluisbaptiste commented 6 years ago

Excellent, closing the issue.