Bug #80566
closedLoggin in Scheduler fails if Executed Task Throws an Exception
100%
Description
If a Scheduler Tasks Throws an Exception the Scheduler Tries to log the Exception->code into sys_log.details_nr which fails
see the following message:
caller => "TYPO3\CMS\Core\Database\DatabaseConnection::exec_INSERTquery" (60 chars) ERROR => "Out of range value for column 'details_nr' at row 1" (51 chars) lastBuiltQuery => "INSERT INTO sys_log (userid,type,action,error,details_nr,details,log_data,ta blename,recuid,IP,tstamp,event_pid,NEWid,workspace) VALUES ('98','4','0','1' ,'1486473158327','[scheduler]: Task failed to execute successfully. Class: T YPO3\\CMS\\Extbase\\Scheduler\\Task, UID: 8. Required Option apiUrl not set in Mindscreen\\UserKimauth\\Configuration\\AbstractConfigurationOption','a:0 :{}','','0','','1490782502','-1','','0')
details_nr is defined as tinyint(3) which is to short if you exception contains a longer code (like the development timestamp())
Suggested solution: log move the Exception code to the log message.
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52279
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52279
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52279
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52279
Updated by Christian Wolff over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 11deab5a29537490ed2b1492f9ac0ca0fb27465c.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52284
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52286
Updated by Markus Klein over 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset e8767787037d0ec25b65fb3ff5ec5a6c54b3a6b6.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Resolved to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52286
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52292
Updated by Christian Wolff over 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset 448d1312a22dad256f760e67d56680e78c8b6631.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed