Kaltura DWH, how force stats update...?

that is the question, how I can force the update to stats…?

run /opt/kaltura/bin/kaltura-run-dwh.sh

doesn’t work!

Run /opt/kaltura/bin/kaltura-run-dwh.sh commands individually finished ok, but stats doesn’t updated at content/manage

Follow https://github.com/kaltura/platform-install-packages/blob/Kajam-11.0.0/doc/kaltura-packages-faq.md#analytics-issues and update as to how far you got.

Sincerelly, I can’t understand how DWH really works for update stats…

  1. SELECT * FROM kalturadw_ds.locks; --> 0 at all lock states
  2. SELECT * FROM kalturadw_ds.files WHERE insert_time >=’%Y%m%d’; I saw the files processed correctly
  3. run /opt/kaltura/bin/kaltura-run-dwh.sh with some errors ----> http://pastebin.com/Cnb99Lex but the errors are for logrotate, remaining scripts finished ok.
  4. SELECT * FROM kalturadw.dwh_fact_events WHERE event_date_id >=’%Y%m%d’; show me some last views, but not all.
  5. results of /opt/kaltura/bin/kaltura-sanity.sh are all ok
  6. kaltura are a fresh installation, only with demo videos

Any ideas…?

I found this error on /opt/kaltura/log/cron.log and I’m not sure how affect.

2015-10-16 11:31:46 [KalturaStatement->execute] DEBUG: Sql took - 0.00025606155395508 seconds
2015-10-16 11:31:46 [global] ERR: exception ‘Exception’ with message ‘Couldn’t find entry [0_uzh9gvip]’ in /opt/kaltura/app/infra/log/KalturaLog.php:83
Stack trace:
#0 /opt/kaltura/app/alpha/scripts/dwh/updateEntryPlaysViews.php(19): KalturaLog::err(‘Couldn’t find e…’)
#1 {main}

that “file” 0_uzh9gvip was deleted, after that the php script /opt/kaltura/app/alpha/scripts/dwh/updateEntryPlaysViews.php fail.

Will be the problem maybe…?

Hello,

How was the entry deleted? you should never delete files manually from the storage before deleting them from the KMC/API.
What is the output for:
mysql> select id,status from entry where id=‘0_uzh9gvip’;
?

Regardless, what is the output of:
grep ERROR /opt/kaltura/dwh/logs/*

Thanks for your help

entry was deleted from content manager only.

root@kaltura01:~# query "select id,status from kaltura.entry where id=‘0_uzh9gvip’"
±-----------±-------+
| id | status |
±-----------±-------+
| 0_uzh9gvip | 3 |
±-----------±-------+

And, these are error for:
:~# grep -i ERROR /opt/kaltura/dwh/logs/*
/opt/kaltura/dwh/logs/etl_daily-20151019.log:insertSql = INSERT INTO dwh_dim_partners (partner_id,admin_email,admin_name,adult_content,anonymous_kuser_id,commercial_use,content_categories,created_at,created_date_id,created_hour_id,description,moderate_content,notify,partner_name,partner_package,partner_status_id,partner_status_name,partner_type_id,partner_type_name,updated_at,updated_date_id,updated_hour_id,ri_ind) SELECT DISTINCT a.partner_id,“Missing Value”,“Missing Value”,"-1","-1","-1",“Missing Value”,“2099-01-01 00:00:00”,"-1","-1",“Missing Value”,"-1","-1",“Missing Value”,"-1","-1",“Missing Value”,"-1",“Missing Value”,“2099-01-01 00:00:00”,"-1","-1",1 FROM kalturadw.dwh_hourly_errors a LEFT OUTER JOIN kalturadw.dwh_dim_partners b ON a.partner_id = b.partner_id WHERE a.date_id>=DATE(STR_TO_DATE(‘2015/10/19 07:59:08.000’, ‘%Y/%m/%d %H:%i:%S.%f’))*1 AND b.partner_id IS NULL AND a.partner_id IS NOT NULL;
/opt/kaltura/dwh/logs/etl_daily-20151019.log:table_name = dwh_hourly_errors
/opt/kaltura/dwh/logs/etl_daily-20151019.log:insertSql = INSERT INTO dwh_dim_partners (partner_id,admin_email,admin_name,adult_content,anonymous_kuser_id,commercial_use,content_categories,created_at,created_date_id,created_hour_id,description,moderate_content,notify,partner_name,partner_package,partner_status_id,partner_status_name,partner_type_id,partner_type_name,updated_at,updated_date_id,updated_hour_id,ri_ind) SELECT DISTINCT a.partner_id,“Missing Value”,“Missing Value”,"-1","-1","-1",“Missing Value”,“2099-01-01 00:00:00”,"-1","-1",“Missing Value”,"-1","-1",“Missing Value”,"-1","-1",“Missing Value”,"-1",“Missing Value”,“2099-01-01 00:00:00”,"-1","-1",1 FROM kalturadw.dwh_hourly_errors a LEFT OUTER JOIN kalturadw.dwh_dim_partners b ON a.partner_id = b.partner_id WHERE a.date_id>=DATE(STR_TO_DATE(‘2015/10/19 09:29:22.000’, ‘%Y/%m/%d %H:%i:%S.%f’))*1 AND b.partner_id IS NULL AND a.partner_id IS NOT NULL;
/opt/kaltura/dwh/logs/etl_daily-20151019.log:table_name = dwh_hourly_errors
/opt/kaltura/dwh/logs/etl_update_dims-20151019-10.log:table_name = batch_job_error_type
/opt/kaltura/dwh/logs/etl_update_dims-20151019-10.log:table_name = batch_job_error_type
/opt/kaltura/dwh/logs/log_perform_referential_integrity.log:2015/10/19 10:29:22 - ri sql.0 - insertSql = INSERT INTO dwh_dim_partners (partner_id,admin_email,admin_name,adult_content,anonymous_kuser_id,commercial_use,content_categories,created_at,created_date_id,created_hour_id,description,moderate_content,notify,partner_name,partner_package,partner_status_id,partner_status_name,partner_type_id,partner_type_name,updated_at,updated_date_id,updated_hour_id,ri_ind) SELECT DISTINCT a.partner_id,“Missing Value”,“Missing Value”,"-1","-1","-1",“Missing Value”,“2099-01-01 00:00:00”,"-1","-1",“Missing Value”,"-1","-1",“Missing Value”,"-1","-1",“Missing Value”,"-1",“Missing Value”,“2099-01-01 00:00:00”,"-1","-1",1 FROM kalturadw.dwh_hourly_errors a LEFT OUTER JOIN kalturadw.dwh_dim_partners b ON a.partner_id = b.partner_id WHERE a.date_id>=DATE(STR_TO_DATE(‘2015/10/19 07:59:08.000’, ‘%Y/%m/%d %H:%i:%S.%f’))*1 AND b.partner_id IS NULL AND a.partner_id IS NOT NULL;
/opt/kaltura/dwh/logs/log_perform_referential_integrity.log:2015/10/19 10:29:23 - Write to log.0 - table_name = dwh_hourly_errors
/opt/kaltura/dwh/logs/log_perform_referential_integrity.log:2015/10/19 10:38:21 - ri sql.0 - insertSql = INSERT INTO dwh_dim_partners (partner_id,admin_email,admin_name,adult_content,anonymous_kuser_id,commercial_use,content_categories,created_at,created_date_id,created_hour_id,description,moderate_content,notify,partner_name,partner_package,partner_status_id,partner_status_name,partner_type_id,partner_type_name,updated_at,updated_date_id,updated_hour_id,ri_ind) SELECT DISTINCT a.partner_id,“Missing Value”,“Missing Value”,"-1","-1","-1",“Missing Value”,“2099-01-01 00:00:00”,"-1","-1",“Missing Value”,"-1","-1",“Missing Value”,"-1","-1",“Missing Value”,"-1",“Missing Value”,“2099-01-01 00:00:00”,"-1","-1",1 FROM kalturadw.dwh_hourly_errors a LEFT OUTER JOIN kalturadw.dwh_dim_partners b ON a.partner_id = b.partner_id WHERE a.date_id>=DATE(STR_TO_DATE(‘2015/10/19 09:29:22.000’, ‘%Y/%m/%d %H:%i:%S.%f’))*1 AND b.partner_id IS NULL AND a.partner_id IS NOT NULL;
/opt/kaltura/dwh/logs/log_perform_referential_integrity.log:2015/10/19 10:38:21 - Write to log.0 - table_name = dwh_hourly_errors

Hi,

Your grep is not good since you added -i which captures lower cases instances of the string ‘error’ which are part of some table names as well. I do not see actual errors logged in the output you pasted.

When you play a video, do you do so from within the KMC or from an embed code? if from KMC, then it will not show up in analytics, this is by design. You should play from an embed code in order to see it.

Next, when playing from an embed code, check /opt/kaltura/log/kaltura_apache_access.log and ensure you see requests like:
GET //api_v3/index.php?service=stats&action=collect

After you validate that you indeed see these, please paste the output of each query in the troubeshooting section I referred you to and lets see where it goes wrong.

Your grep is not good since you added -i which captures lower cases instances of the string ‘error’ which are part of some table names as well. I do not see actual errors logged in the output you pasted.
ok, I understand now about -i with grep, and NO I don’t have any error /opt/kaltura/dwh/logs/*
note: this is my lab environment, but in our production environment i see these errors: http://pastebin.com/V5Pk1E0n

When you play a video, do you do so from within the KMC or from an
embed code? if from KMC, then it will not show up in analytics, this is
by design. You should play from an embed code in order to see it.
http://imgur.com/oPR6myv
Always I tried with link (1 in screenshot), but now I put the code in a single html and play video like a normal user but the stats doesn’t updated after run /opt/kaltura/bin/kaltura-run-dwh.sh

Next, when playing from an embed code, check /opt/kaltura/log/kaltura_apache_access.log and ensure you see requests like:
GET //api_v3/index.php?service=stats&action=collect
Yes, that’s working, when I play a video I see these lines.
now, after play a video I run /opt/kaltura/bin/kaltura-run-dwh.sh again without errors and check
but the stats aren’t updated on KMC content/manager

root@kaltura01:~# query "SELECT * FROM kalturadw_ds.locks"
+---------+---------------------------------+---------------------+------------+
| lock_id | lock_name                       | lock_time           | lock_state |
+---------+---------------------------------+---------------------+------------+
|       1 | daily_lock                      | 2015-10-19 12:59:07 |          0 |
|       2 | retention_lock                  | 2015-10-19 12:41:30 |          0 |
|       3 | update_dims_lock                | 2015-10-19 13:00:10 |          0 |
|       4 | hourly_kaltura01.netlabs.com.ar | 2015-10-19 13:00:09 |          0 |
+---------+---------------------------------+---------------------+------------+


root@kaltura01:~# query "SELECT file_id,file_name,insert_time FROM kalturadw_ds.files WHERE insert_time >='%Y%m%d'"
+---------+----------------------------------------------------------------+---------------------+
| file_id | file_name                                                      | insert_time         |
+---------+----------------------------------------------------------------+---------------------+
|       1 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151003-03 | 2015-10-16 12:31:58 |
|       2 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151004-03 | 2015-10-16 12:31:58 |
|       3 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151005-03 | 2015-10-16 12:31:58 |
|       4 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151006-04 | 2015-10-16 12:31:58 |
|       5 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151015-13 | 2015-10-16 12:31:58 |
|       6 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151015-15 | 2015-10-16 12:31:58 |
|       7 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151015-16 | 2015-10-16 12:31:58 |
|       8 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151015-17 | 2015-10-16 12:31:58 |
|       9 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151016-10 | 2015-10-16 12:31:58 |
|      10 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151016-11 | 2015-10-16 12:31:58 |
|      11 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151016-12 | 2015-10-16 12:31:58 |
|      12 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151017-03 | 2015-10-17 04:00:32 |
|      13 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151018-03 | 2015-10-18 04:00:31 |
|      14 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151019-03 | 2015-10-19 04:00:29 |
|      15 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151019-11 | 2015-10-19 11:31:07 |
|      16 | kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151019-12 | 2015-10-19 12:18:47 |
+---------+----------------------------------------------------------------+---------------------+

root@kaltura01:~# query "SELECT file_id,event_id,event_time FROM kalturadw.dwh_fact_events WHERE event_date_id >='%Y%m%d'"
+---------+----------+---------------------+
| file_id | event_id | event_time          |
+---------+----------+---------------------+
|       1 |     2322 | 2015-10-02 15:05:47 |
|       1 |     2327 | 2015-10-02 15:05:50 |
|       1 |     2330 | 2015-10-02 15:05:58 |
|      16 |      462 | 2015-10-19 12:17:01 |
|      16 |      469 | 2015-10-19 12:17:03 |
|      16 |      472 | 2015-10-19 12:17:11 |
|      16 |      474 | 2015-10-19 12:17:20 |
|      16 |      480 | 2015-10-19 12:17:28 |
|      16 |      482 | 2015-10-19 12:17:36 |
+---------+----------+---------------------+

After you validate that you indeed see these, please paste the output
of each query in the troubeshooting section I referred you to and lets
see where it goes wrong.

thank for your help

Good, that’s a good start.

And I suppose that when you look at say /opt/kaltura/web/logs/kaltura01.netlabs.com.ar-kaltura_apache_access.log-20151003-03 you see the collect requests?
Next let us check if actual data about entries play and views was inserted with:
mysql> select * from kalturadw.dwh_fact_events where event_date_id >=%Y%m%d ;

Also, what version of MySQL are you using?

root@kaltura01:~# rpm -qa |grep -i mysql-server
mysql-server-5.1.73-5.el6_6.x86_64

Well, my dwh finally is working, but I found some behavior really weird.

For example, if I play a video multiple times between hour:minute1 and before next-hour:minute00 and manually run /opt/kaltura/bin/kaltura-run-dwh.sh that doesn’t update stats on KMC content/manage but it does after cron run every hour.

Can there be another process which updates the statistics?

@jess

I have the same issue with all my installations of Kaltura CE. None of them show any Analytic information. I is like none was collected and I am not able to find any errors. I run script manually and no errors are returned to help troubleshoot the issue. I reported this issue in another thread.

@jess

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.

Hi,

Your biggest issue is

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/Kaltu
raLog.php:83

Probably because the secret in /opt/kaltura/app/configurations/batch/batch.ini does not match the actual secret, which you can get with:
mysql> select admin_secret from kaltura.partner where id=-1;

There is also:

#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/cli
ent/KalturaClientBase.php:362

Which you should also look into. Make sure all directives in /opt/kaltura/app/configurations/db.ini point to the correct MySQL and Sphinx hosts.
In particular, make sure:
sphinx1.connection.dsn
and
sphinx2.connection.dsn
both have the Sphinx hosts correctly set. If you only have one Sphinx, point both directives to it.

@jess

I was not able to reset the password using the option on the admin login page. I followed the instructions on the FAQ page to change the password. This would have seem to break this functionally but I already re-ran the script and the secrets match on all systems. I will check to see if this error is resolved.

This is what I found in the file.

sphinx1.adapter = mysql
sphinx1.connection.dsn = "mysql:host=127.0.0.1;port=9312;"

sphinx2.adapter = mysql
sphinx2.connection.dsn = "mysql:host=127.0.0.1;port=9312;"

I did notice this token undefine in the batch.ini file and but I am not sure if this is affecting the process of files.

serviceUrl                                                                 = https://cdn.hiphopservers.com
remoteServerUrl                                                            = @BATCH_URL@

Are there any other specific logs I need to review to find errors?

@jess

My review of ‘kaltlog’ shows these errors on the caption system with the issue.

--
==> /opt/kaltura/log/batch/deletefile-0-2016-03-10.err.log <==
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448271__2.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448271__12.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448271__22.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448271__32.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448271__42.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448273__2.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448273__12.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448273__22.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448273__32.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448273__42.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25

@jess

I also found these errors even after I verified the variables in the int file you asked me to check still showing up. Please let me know if I was suppose to restart a process to have the settings applied properly. However, none of the information was different than what was specified previously. Should I update the IP information to the IP or domain name of the host?

PHP Warning:  unlink(/opt/kaltura/web//content/entry/data/0/0/0_tyiwu01a_100012.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/entry/data/0/0/0_mwi1m06o_100012.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25

--
==> /opt/kaltura/log/batch/deletefile-0-2016-03-12.err.log <==
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448315__2.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448315__12.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448315__22.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448315__32.config.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448316__12.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448316__12.features.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448316__2.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25
PHP Warning:  unlink(/opt/kaltura/web//content/generatedUiConf/23/448/ui_conf_23448316__2.features.xml): No such file or directory in /opt/kaltura/app/batch/batches/DeleteFile/KAsyncDeleteFile.class.php on line 25

--
==> /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)
--
==> /opt/kaltura/log/batch/partnerloadcleanup-0-2016-03-12.err.log <==
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 16:18:28 [0.000098] [142.4.193.254] [391242169] [2] [API] [global] INFO: API-start pid:3407
2016-03-12 16:18:28 [0.000942] [142.4.193.254] [205904875] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [2379e4a50c62312d43d1e1a02a57f5db97ed8426] 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 [2379e4a50...')
--
]
2016-03-12 16:18:28 [0.000719] [142.4.193.254] [205904875] [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('MjM3OWU0YTUwYzY...', '-1', '')
--
#3 {main}
2016-03-12 16:18:28 [0.000858] [142.4.193.254] [391242169] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [7c7a49566c584f70a877550134917edd4390855c] 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 [7c7a49566...')
--
2016-03-12 16:18:28 [0.000079] [142.4.193.254] [205904875] [9] [API] [global] DEBUG: <------------------------------------- api_v3 -------------------------------------
2016-03-12 16:18:28 [0.000674] [142.4.193.254] [391242169] [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('N2M3YTQ5NTY2YzU...', '-1', '')
--
==> /opt/kaltura/log/kaltura_api_v3.log <==
2016-03-12 16:18:28 [0.000859] [142.4.193.254] [877424930] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [9cb89c8cf611e0ea275a73996d320e2208308fb3] 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 [9cb89c8cf...')
--
#9 {main}
2016-03-12 16:18:28 [0.000684] [142.4.193.254] [877424930] [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('OWNiODljOGNmNjE...', '-1', '')
--
]
2016-03-12 16:20:28 [0.000920] [142.4.193.254] [1206713399] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [036bec56079c30f2fc0860936c7bbf97acb02b47] 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 [036bec560...')
--
#9 {main}
2016-03-12 16:20:28 [0.000644] [142.4.193.254] [1206713399] [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('MDM2YmVjNTYwNzl...', '-1', '')
--
]
2016-03-12 16:20:28 [0.000757] [142.4.193.254] [1203866740] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [f9cbf7bc09501cd81827cf9472ebe9dd7cf923f7] 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 [f9cbf7bc0...')
--
#9 {main}
2016-03-12 16:20:28 [0.000630] [142.4.193.254] [1203866740] [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('ZjljYmY3YmMwOTU...', '-1', '')
--
]
2016-03-12 16:20:48 [0.000630] [142.4.193.254] [780186981] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [5faceaf40b25e305a9ee52067a40b007fde56631] 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 [5faceaf40...')
--
#9 {main}
2016-03-12 16:20:48 [0.000631] [142.4.193.254] [1686183523] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [1111e065a032ca5e502367a3a9f84bb0443f2887] 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 [1111e065a...')
--
#9 {main}
2016-03-12 16:20:48 [0.000829] [142.4.193.254] [844502985] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [196ac6086a358e73993847e4fc42611b16d1e5d2] 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 [196ac6086...')
--
#9 {main}
2016-03-12 16:20:48 [0.000464] [142.4.193.254] [780186981] [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('NWZhY2VhZjQwYjI...', '-1', '')
--
#3 {main}
2016-03-12 16:20:48 [0.000520] [142.4.193.254] [1686183523] [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('MTExMWUwNjVhMDM...', '-1', '')
--
2016-03-12 16:20:48 [0.000320] [142.4.193.254] [780186981] [6] [API] [KalturaFrontController->serializeResponse] DEBUG: Serialize start
2016-03-12 16:20:48 [0.000549] [142.4.193.254] [844502985] [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('MTk2YWM2MDg2YTM...', '-1', '')
--
]
2016-03-12 16:22:49 [0.000798] [142.4.193.254] [204017074] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [2d8e6de87babade1f8db5490f80be96b6d19aa29] 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 [2d8e6de87...')
--
#9 {main}
2016-03-12 16:22:49 [0.000639] [142.4.193.254] [204017074] [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('MmQ4ZTZkZTg3YmF...', '-1', '')
--
]
2016-03-12 16:22:49 [0.001020] [142.4.193.254] [329905464] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [d4ccdb284d9a751321d387e1610bee7c70a5f75c] 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 [d4ccdb284...')
--
#9 {main}
2016-03-12 16:22:49 [0.000658] [142.4.193.254] [329905464] [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('ZDRjY2RiMjg0ZDl...', '-1', '')
--
]
2016-03-12 16:23:09 [0.000978] [142.4.193.254] [394351357] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [72807914ad8708dabab0f9e9cb56089a6d7209ca] 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 [72807914a...')
--
#9 {main}
2016-03-12 16:23:09 [0.000749] [142.4.193.254] [394351357] [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('NzI4MDc5MTRhZDg...', '-1', '')
--
2016-03-12 16:23:09 [0.000087] [142.4.193.254] [394351357] [9] [API] [global] DEBUG: <------------------------------------- api_v3 -------------------------------------
2016-03-12 16:23:09 [0.000918] [142.4.193.254] [766931262] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [8e821b2e72bc2fd0ed77dcef71474dd591a95cfb] 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 [8e821b2e7...')
--
#9 {main}
2016-03-12 16:23:09 [0.000727] [142.4.193.254] [766931262] [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('OGU4MjFiMmU3MmJ...', '-1', '')
--
]
2016-03-12 16:23:09 [0.000872] [142.4.193.254] [1833256216] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [8a4a4e338dc3b7b5f0839ad71bb9e3527320016f] 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 [8a4a4e338...')
--
#9 {main}
2016-03-12 16:23:09 [0.000649] [142.4.193.254] [1833256216] [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('OGE0YTRlMzM4ZGM...', '-1', '')
--
]
2016-03-12 16:25:09 [0.000920] [142.4.193.254] [1496314464] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [020ba406b99d23ddbd31775296f73b44c58869ed] 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 [020ba406b...')
--
#9 {main}
2016-03-12 16:25:09 [0.000781] [142.4.193.254] [1496314464] [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('MDIwYmE0MDZiOTl...', '-1', '')
--
]
2016-03-12 16:25:09 [0.000959] [142.4.193.254] [1504673588] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [c3025b71635e262d4dacffbb150e02af6c4c177f] 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 [c3025b716...')
--
#9 {main}
2016-03-12 16:25:09 [0.000645] [142.4.193.254] [1504673588] [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('YzMwMjViNzE2MzV...', '-1', '')
--
]
2016-03-12 16:25:29 [0.000840] [142.4.193.254] [139821971] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [7853dd7fe4836b289c30d8bf3a1fd0182663db99] 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 [7853dd7fe...')
--
#9 {main}
2016-03-12 16:25:29 [0.000646] [142.4.193.254] [139821971] [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('Nzg1M2RkN2ZlNDg...', '-1', '')
--
]
2016-03-12 16:25:29 [0.000839] [142.4.193.254] [761347891] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [d2b74904c56eb160d9405bfb0deaf97b6fe12c97] 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 [d2b74904c...')
--
#9 {main}
2016-03-12 16:25:29 [0.000630] [142.4.193.254] [761347891] [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('ZDJiNzQ5MDRjNTZ...', '-1', '')
--
]
2016-03-12 16:25:29 [0.000865] [142.4.193.254] [480160946] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [4be92875827ae382c560db7c4526ee76af36fc41] 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 [4be928758...')
--
#9 {main}
2016-03-12 16:25:29 [0.000638] [142.4.193.254] [480160946] [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('NGJlOTI4NzU4Mjd...', '-1', '')
--
]
2016-03-12 16:27:30 [0.000929] [142.4.193.254] [1700382808] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [4e0a682afee97fe43ea22a7d013a88f98c5e6fb7] 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 [4e0a682af...')
--
#9 {main}
2016-03-12 16:27:30 [0.000660] [142.4.193.254] [1700382808] [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('NGUwYTY4MmFmZWU...', '-1', '')
--
]
2016-03-12 16:27:30 [0.000616] [142.4.193.254] [359281814] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [43176e68d6884ecca0cca8c46ca3cb0d3b8ecebf] 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 [43176e68d...')
--
#9 {main}
2016-03-12 16:27:30 [0.000427] [142.4.193.254] [359281814] [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('NDMxNzZlNjhkNjg...', '-1', '')
--
]
2016-03-12 16:27:49 [0.000843] [142.4.193.254] [1660373995] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [7bb8bcf09cc132f5aaa960219c69ec54aeb2fdfe] 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 [7bb8bcf09...')
--
#9 {main}
2016-03-12 16:27:49 [0.000640] [142.4.193.254] [1660373995] [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('N2JiOGJjZjA5Y2M...', '-1', '')
--
]
2016-03-12 16:27:49 [0.000877] [142.4.193.254] [1851002348] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [fb03706c41643924cfc991c765c7fc57684683f9] 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 [fb03706c4...')
--
#9 {main}
2016-03-12 16:27:49 [0.000672] [142.4.193.254] [1851002348] [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('ZmIwMzcwNmM0MTY...', '-1', '')
--
]
2016-03-12 16:27:49 [0.000941] [142.4.193.254] [1024956896] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [c3165ddded8ccd4c1a1823458ad57a0d8b668f26] 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 [c3165ddde...')
--
#9 {main}
2016-03-12 16:27:49 [0.000717] [142.4.193.254] [1024956896] [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('YzMxNjVkZGRlZDh...', '-1', '')
--
]
2016-03-12 16:29:50 [0.000785] [142.4.193.254] [701435519] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [746f4a2964128617c91f684eb5f87ef269c76f6f] 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 [746f4a296...')
--
#9 {main}
2016-03-12 16:29:50 [0.000676] [142.4.193.254] [701435519] [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('NzQ2ZjRhMjk2NDE...', '-1', '')
--
]
2016-03-12 16:29:50 [0.000901] [142.4.193.254] [10649354] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [f8c1cb992a3895a220be994caa62a69f1116f30c] 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 [f8c1cb992...')
--
#9 {main}
2016-03-12 16:29:50 [0.000705] [142.4.193.254] [10649354] [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('ZjhjMWNiOTkyYTM...', '-1', '')
--
]
2016-03-12 16:30:10 [0.000931] [142.4.193.254] [42567338] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [42ed9238dce421d1857deefdb28085889815fe97] 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 [42ed9238d...')
--
#9 {main}
2016-03-12 16:30:10 [0.000704] [142.4.193.254] [42567338] [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('NDJlZDkyMzhkY2U...', '-1', '')
--
]
2016-03-12 16:30:10 [0.000833] [142.4.193.254] [1201324536] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [de894c9f38dda87491e0788be24ba43ab9d1be6f] 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 [de894c9f3...')
--
#9 {main}
2016-03-12 16:30:10 [0.000634] [142.4.193.254] [1201324536] [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('ZGU4OTRjOWYzOGR...', '-1', '')
--
]
2016-03-12 16:30:10 [0.000933] [142.4.193.254] [1239732357] [4] [API] [ks->logError] ERR: exception 'Exception' with message 'Hash [11dd6d50d069635f6e624e70c7c708efd22faf81] 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 [11dd6d50d...')
--
#9 {main}
2016-03-12 16:30:10 [0.000722] [142.4.193.254] [1239732357] [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('MTFkZDZkNTBkMDY...', '-1', '')