Are these error in my kaltlog reclated to the caption issue?
--
==> /opt/kaltura/log/batch/mailer-0-2016-03-11.err.log <==
PHP Notice: Undefined offset: 90 in /opt/kaltura/app/batch/batches/Mailer/KAsyncMailer.class.php on line 202
--
thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 894
PHP Fatal error: Uncaught exception 'KalturaException' with message 'Internal database error' in /opt/kaltura/app/batch/client/KalturaClientBase.php:894
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(1123): KalturaClientBase->throwExceptionIfError(Array)
--
thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 362
PHP Fatal error: Uncaught exception 'KalturaClientException' with message 'couldn't connect to host' in /opt/kaltura/app/batch/client/KalturaClientBase.php:362
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(4129): KalturaClientBase->doQueue()
--
2016-03-12 10:36:07 [0.000044] [142.4.193.254] [252132208] [9] [API] [global] DEBUG: <------------------------------------- api_v3 -------------------------------------
2016-03-12 10:36:07 [0.000542] [142.4.193.254] [1866372058] [5] [API] [kCoreException->__construct] ERR: exception 'kCoreException' with message 'INVALID_STR' in /opt/kaltura/app/alpha/apps/kaltura/lib/kCurrentContext.class.php:209
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/KalturaDispatcher.php(78): kCurrentContext::initKsPartnerUser('OWVjMjEyMDZjZGQ...', '-1', '')
--
]
2016-03-12 10:36:27 [0.000824] [142.4.193.254] [2073541119] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [658d07753e596c42a12e795417026b77f143db60] doesn't match the sha1 on the salt on partner [-1].' in /opt/kaltura/app/infra/log/KalturaLog.php:83
Stack trace:
#0 /opt/kaltura/app/alpha/apps/kaltura/lib/webservices/kSessionUtils.class.php(697): KalturaLog::err('Hash [658d07753...')
--
#9 {main}
2016-03-12 10:36:27 [0.000655] [142.4.193.254] [2073541119] [5] [API] [kCoreException->__construct] ERR: exception 'kCoreException' with message 'INVALID_STR' in /opt/kaltura/app/alpha/apps/kaltura/lib/kCurrentContext.class.php:209
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/KalturaDispatcher.php(78): kCurrentContext::initKsPartnerUser('NjU4ZDA3NzUzZTU...', '-1', '')
--
]
2016-03-12 10:45:48 [0.000900] [142.4.193.254] [199243767] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [391804313ae0e4d6c3df296733893d204fb3f441] doesn't match the sha1 on the salt on partner [-1].' in /opt/kaltura/app/infra/log/KalturaLog.php:83
Stack trace:
#0 /opt/kaltura/app/alpha/apps/kaltura/lib/webservices/kSessionUtils.class.php(697): KalturaLog::err('Hash [391804313...')
--
#9 {main}
2016-03-12 10:45:48 [0.000653] [142.4.193.254] [199243767] [5] [API] [kCoreException->__construct] ERR: exception 'kCoreException' with message 'INVALID_STR' in /opt/kaltura/app/alpha/apps/kaltura/lib/kCurrentContext.class.php:209
Stack trace:
#0 /opt/kaltura/app/api_v3/lib/KalturaDispatcher.php(78): kCurrentContext::initKsPartnerUser('MzkxODA0MzEzYWU...', '-1', '')
I am seeing a lot of errors related to SHA1 and HASH not matching. There are also a lot of invalid strings errors. It is not clear what is causing these errors. I did seem a batch mailer error but I it only appears in the log once and the Internatl Database error only appears in Kaltura log once. Still not sure what cause either of those errors either.