misp-training icon indicating copy to clipboard operation
misp-training copied to clipboard

2.4.156/157 - "push_all" tasks is scheduled only first time

Open bpavesi opened this issue 3 years ago • 0 comments

Hello all, on our MISP i found that "push_all" task is scheduled only the first time, after i press "update all". Subsequent times is not executed.

In logs I found numerous events like these:

2022-03-30 17:15:04 Notice: Undefined index: Task in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550] 2022-03-30 17:15:04 Notice: Trying to access array offset on value of type null in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550]

2022-03-30 18:33:04 Notice: Undefined index: Task in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550] 2022-03-30 18:33:04 Notice: Trying to access array offset on value of type null in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550]

2022-03-30 19:12:05 Notice: Undefined index: Task in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550] 2022-03-30 19:12:05 Notice: Trying to access array offset on value of type null in [/var/www/MISP/app/Console/Command/ServerShell.php, line 550]

Each event's time is when the task should have run automatically the second time.

Could it be a bug? Can someone help me analyze the issue?

Thank you for your support

bpavesi avatar Mar 30 '22 17:03 bpavesi