OTRS5: Data->{Params} format is invalid

Moderator: crythias

Locked
mmesnjak
Znuny newbie
Posts: 9
Joined: 21 May 2015, 10:16
Znuny Version: 4.0.11

OTRS5: Data->{Params} format is invalid

Post by mmesnjak »

Hi,

After uninstall of OTRS4 and fresh install of OTRS5 (new database in MySQL and complete flush of install directory - /opt/otrs - on CentOS 7) I'm getting this error in the log file:

Code: Select all

[Mon Oct 26 09:00:03 2015][Error][Kernel::System::Daemon::DaemonModules::SchedulerTaskWorker::Cron::Run][119] Data->{Params} format is invalid
Can someone point me to what is wrong?

Thank you
jnuesseler
Znuny newbie
Posts: 2
Joined: 30 Oct 2015, 09:45
Znuny Version: 5.0.9
Real Name: Jens Nüßeler
Company: Systemhaus Ulm GmbH

Re: OTRS5: Data->{Params} format is invalid

Post by jnuesseler »

Hi,

after upgrading of OTRS4 -> OTRS5 I have the same problem.
Any ideas?

Thanks
xhoy
Znuny newbie
Posts: 29
Joined: 12 Mar 2012, 13:37
Znuny Version: 31100
Real Name: Thomas Wouters
Company: SIJN ICT Services

Re: OTRS5: Data->{Params} format is invalid

Post by xhoy »

Got the same issue, will look for a solution tomorrow. Ill let you guys know!
xhoy
Znuny newbie
Posts: 29
Joined: 12 Mar 2012, 13:37
Znuny Version: 31100
Real Name: Thomas Wouters
Company: SIJN ICT Services

Re: OTRS5: Data->{Params} format is invalid

Post by xhoy »

This are my thoughts so far:
in Daemon -> Daemon::SchedulerCronTaskManager::Task there are several tasks. And one of those tasks has eom "invalid' param...
xhoy
Znuny newbie
Posts: 29
Joined: 12 Mar 2012, 13:37
Znuny Version: 31100
Real Name: Thomas Wouters
Company: SIJN ICT Services

Re: OTRS5: Data->{Params} format is invalid

Post by xhoy »

Oke, afaik see now its a problem with one of the tasks (maby). i found this bug: http://bugs.otrs.org/show_bug.cgi?id=11625 that could solve it or atleast give some inside on the issue.
xhoy
Znuny newbie
Posts: 29
Joined: 12 Mar 2012, 13:37
Znuny Version: 31100
Real Name: Thomas Wouters
Company: SIJN ICT Services

Re: OTRS5: Data->{Params} format is invalid

Post by xhoy »

my guesse is you both have ITSm installed? ITSM creates a new task in Daemon::SchedulerCronTaskManager::Task###ITSMChangesCheck and this task is broken some how.

I just changed the interval to 2 minutes and the error came every 2 minutes. SO this task doesnt work maby its a bug?
xhoy
Znuny newbie
Posts: 29
Joined: 12 Mar 2012, 13:37
Znuny Version: 31100
Real Name: Thomas Wouters
Company: SIJN ICT Services

Re: OTRS5: Data->{Params} format is invalid

Post by xhoy »

Via otrs mailinglists:
http://lists.otrs.org/pipermail/otrs/20 ... 42073.html

Seems to be an issue/bug found here: http://bugs.otrs.org/show_bug.cgi?id=11610

Lets wait for the fix.
Locked