otrs.Daemon.pl does not map to

Moderator: crythias

Locked
rrdd
Znuny newbie
Posts: 6
Joined: 24 Sep 2016, 11:19
Znuny Version: 5.0.13

otrs.Daemon.pl does not map to

Post by rrdd »

Hi,

is there someone, who can help me with this error message on otrs 5.0.13

Code: Select all

OTRS-otrs.Console.pl-Maint::OTRSBusiness::AvailabilityCheck-31

There was an error executing Execute() in Kernel::System::Console::Command::Maint::OTRSBusiness::AvailabilityCheck: [Sat Sep 24 11:35:19 2016] otrs.Daemon.pl: "\x{2122}" does not map to iso-8859-1 at /opt/otrs/Kernel/System/Console/BaseCommand.pm line 610.

Code: Select all

su - otrs
$ locale
LANG=de_DE.UTF-8
LANGUAGE=de_DE.UTF-8
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=de_DE.UTF-8
mysql is utf8_general_ci
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: otrs.Daemon.pl does not map to

Post by root »

Check Config.pm and ZZZAuto.pm for weird character
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
rrdd
Znuny newbie
Posts: 6
Joined: 24 Sep 2016, 11:19
Znuny Version: 5.0.13

Re: otrs.Daemon.pl does not map to

Post by rrdd »

error has gone after restarting otrs ...
Locked