kaltura / platform-install-packages

Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
GNU Affero General Public License v3.0
520 stars 244 forks source link

kaltura-front-config.sh problems #81

Closed ironsizide closed 10 years ago

ironsizide commented 10 years ago

I have been trying to get a working Kaltura platform install for quite some time. My latest effort has been made in AWS EC2, and I'm so close I can taste it. After the install I finally get the KMC and admin consoles to come up properly, but I cannot log into either. I am concentrating on the admin console side of things with the theory that I needed to create a user there for the KMC login. (This may or may not be correct.)

When running the /opt/kaltura/bin/kaltura-config-all.sh script for the most part all looks well until:

Please select one of the following options [0]:
0. All web interfaces
1. Kaltura Management Console [KMC], Hosted Apps, HTML5 lib and ClipApp
2. KAC - Kaltura Admin Console
0
Enabling Apache config - apps.conf
Enabling Apache config - var.conf
Enabling Apache config - admin.conf

========================================================================================================================
Kaltura install answer file written to /tmp/kaltura_27_03_14_37.ans  -  Please save it!
This answers file can be used to silently-install re-install this machine or deploy other hosts in your cluster.
========================================================================================================================

Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Shutting down monit:                                       [  OK  ]
Starting monit: Starting monit daemon with http interface at [*:2812]
                                                           [  OK  ]
PHP Fatal error:  Uncaught exception 'Exception' with message 'Storage Profile [] not found' in /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kPathManager.php:77
Stack trace:
#0 /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kFileSyncUtils.class.php(917): kPathManager::getFilePathArr(Object(FileSyncKey))
#1 /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kFileSyncUtils.class.php(212): kFileSyncUtils::getLocalFilePathArrForKey(Object(FileSyncKey))
#2 /opt/kaltura/app/alpha/lib/model/uiConf.php(331): kFileSyncUtils::file_put_contents(Object(FileSyncKey), '{"version":"v0....')
#3 /opt/kaltura/app/alpha/lib/model/uiConf.php(137): uiConf->saveConfFileToDisk('{"version":"v0....', 'config', false)
#4 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(356): uiConf->save()
#5 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(181): uiConfDeployment::addUiConfThroughPropel(Object(uiConf))
#6 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(49): uiConfDeployment::deploy(Object(Zend_Config_Ini))
#7 {main}
  thrown in /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kPathManager.php on line 77
PHP Fatal error:  Uncaught exception 'Exception' with message 'Storage Profile [] not found' in /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kPathManager.php:77
Stack trace:
#0 /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kFileSyncUtils.class.php(917): kPathManager::getFilePathArr(Object(FileSyncKey))
#1 /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kFileSyncUtils.class.php(212): kFileSyncUtils::getLocalFilePathArrForKey(Object(FileSyncKey))
#2 /opt/kaltura/app/alpha/lib/model/uiConf.php(331): kFileSyncUtils::file_put_contents(Object(FileSyncKey), '<layout id="def...')
#3 /opt/kaltura/app/alpha/lib/model/uiConf.php(137): uiConf->saveConfFileToDisk('<layout id="def...', NULL, false)
#4 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(356): uiConf->save()
#5 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(181): uiConfDeployment::addUiConfThroughPropel(Object(uiConf))
#6 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(49): uiConfDeployment::deploy(Object(Zend_Config_Ini))
#7 {main}
  thrown in /opt/kaltura/app/alpha/apps/kaltura/lib/storage/kPathManager.php on line 77
Running Sphinx config...

I've traced the problem to the /opt/kaltura//bin/kaltura-front-config.sh here (at the end of the script):

/etc/init.d/kaltura-monit restart
    trap - ERR
    echo "use kaltura" | mysql -h$DB1_HOST -u$DB1_USER -p$DB1_PASS -P$DB1_PORT $DB1_NAME 2> /dev/null
    if [ $? -eq 0 ];then
        if [ -r $BASE_DIR/apps/studio/`rpm -qa kaltura-html5-studio --queryformat %{version}`/studio.ini ];then
            php $BASE_DIR/app/deployment/uiconf/deploy_v2.php --ini=$BASE_DIR/apps/studio/`rpm -qa kaltura-html5-studio --queryformat %{version}`/studio.ini >> /dev/null
        fi
    php $BASE_DIR/app/deployment/uiconf/deploy_v2.php --ini=$BASE_DIR/web/flash/kmc/`rpm -qa kaltura-kmc --queryformat %{version}`/config.ini >> /dev/null

    fi
    trap 'my_trap_handler ${LINENO} ${$?}' ERR
send_install_becon `basename $0` $ZONE install_success

The monitoring daemon restarts fine, but then I get those PHP Fatal Errors, presumably on the studio.ini and config.ini files.

I have confirmed the mysql database has been created and I can log into it, but there is no admin user.

Additionally, during the same install from above, I get the following error in the Batch config?:

Running Batch config...

kaltura-batch-9.11.0-1.noarch
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:
# rm /opt/kaltura/app/base-config.lock
# /bin/kaltura-base-config.sh

Could not retreive partner.admin_secret for id -1. It probably means you did not yet run /opt/kaltura/app/kaltura-base-config.sh yet. Please do.
/opt/kaltura/bin/kaltura-batch-config.sh failed:( You can re-run it when the issue is fixed.
Running DWH config...

When I try to log into the admin console, I get the following error:

An error occurred

(error code: API:-1)
Message: couldn't connect to host. RC : 0

Any ideas?

ironsizide commented 10 years ago

I tried installing again, and I'm using the 9.12.0-1 packages. I get errors in the same spot, but this time the errors are:

PHP Fatal error:  Uncaught exception 'PropelException' with message ' [wrapped: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown table engine 'InnoDB']' in /opt/kaltura/app/vendor/propel/util/BasePeer.php:467
Stack trace:
#0 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(242): BasePeer::doSelect(Object(Criteria), Object(KalturaPDO))
#1 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(46): uiConfDeployment::deprecateOldUiConfs('autodeploy, HTM...')
#2 {main}
  thrown in /opt/kaltura/app/vendor/propel/util/BasePeer.php on line 467
PHP Fatal error:  Uncaught exception 'PropelException' with message ' [wrapped: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown table engine 'InnoDB']' in /opt/kaltura/app/vendor/propel/util/BasePeer.php:467
Stack trace:
#0 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(242): BasePeer::doSelect(Object(Criteria), Object(KalturaPDO))
#1 /opt/kaltura/app/deployment/uiconf/deploy_v2.php(46): uiConfDeployment::deprecateOldUiConfs('autodeploy, kmc...')
#2 {main}
  thrown in /opt/kaltura/app/vendor/propel/util/BasePeer.php on line 467

I'm seeing other errors, all with the around the same problem: Unknown table engine 'InnoDB'

I noticed Propel is being used, and doing a quick look around the Internet for possible solutions, I came across a tip to add 'propel.mysql.tableType = InnoDB' to the config.propel.ini file. Shearching for this file yielded it's local in the platform install to be /opt/kaltura/app/vendor/symfony-data/skeleton/project/config/propel.ini

I added the line to this file and tried to run the install script again, which the same results. So my change was ineffectual and I'm trying to figure out how to get InnoDB tables to be supported.

DBezemer commented 10 years ago

Hi @ironsizide what is your mysql server version? The InnoDB error is usually caused by newer mysql versions that expect a different naming.

rpm -qa mysql-server

Currently Kaltura install is tested with mysql 5.1.x only

jessp01 commented 10 years ago

Hello,

As David pointed out, currently on 5.1.n is supported. We have Core issues opened about it, actually discovered by David himself a while back. Until this is resolved, I added this restriction to the documentation and, also, the db-config.sh will exit if a wrong version is detected.

@ironsizide, please let us know if this was indeed the issue or if you still require assistance, Thanks,

jessp01 commented 10 years ago

Also, David, I found these 2 you opened: https://github.com/kaltura/dwh/issues/11 https://github.com/kaltura/dwh/issues/12

But could not locate the ones you opened to the 'server' repo, can you direct me to them please?

DBezemer commented 10 years ago

Jess,

Beyond these two I didn’t test any further, MySQL 5.5+ can be made working when you switch strict mode off. Most likely the error is due to a default-storage-engine = innodb setting, when you miss spell (or use the old style) InnoDB mysql will not start.

This is not only for the my.cnf but also for the inserted SQL, so if there is any issue in this, this would ask for further investigation as well.

David

From: Jess Portnoy [mailto:notifications@github.com] Sent: Saturday, March 29, 2014 16:04 To: kaltura/platform-install-packages Cc: David Bezemer Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Also, David, I found these 2 you opened: kaltura/dwh#11https://github.com/kaltura/dwh/issues/11 kaltura/dwh#12https://github.com/kaltura/dwh/issues/12

But could not locate the ones you opened to the 'server' repo, can you direct me to them please?

— Reply to this email directly or view it on GitHubhttps://github.com/kaltura/platform-install-packages/issues/81#issuecomment-38998054.

jessp01 commented 10 years ago

Thanks, David. I will reference this in an issue to the 'server' project.

jessp01 commented 10 years ago

@ironsizide - any chance this was the issue and got resolved by using 5.1? Thanks,

ironsizide commented 10 years ago

I'm running version v5.1.72, so unfortunately no. I will take a look at some of those other issues linked and see if I can find some insight.

I will say I did a DB purge and ran the full install script again and the InnoDB is not throwing problems anymore. I got down to the DB configurations script:

Checking MySQL version..
5.1.71

CREATE USER kaltura;
ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

        Archving logs to /opt/kaltura/log/log_31_03_14_10_37.tar.gz...
ERROR: we failed on something else..

I've traced the problems to the mysql server. For some reason several of the kaltura related DBs (such as kalturadw) have been corrupted on my system. I'm getting all sorts of errors when I try to manually drop them, basically telling me several of the tables don't exist. The kaltura-drop-db.sh script won't complete as a result. This also leads to the users not being properly dropped and if the user exists (such as the kaltura user), the error above in the install script with trigger. Deleting the users manually will get you to the next step: creating the databases, and I ran into the corrupt DBs.

So the Kaltura install scripts are working as intended, but MySQL is very much NOT. ^_^ Once I can get to a correct state with MySQL, I suspect this will work well.

ironsizide commented 10 years ago

Next roadblock! Output from the kaltura-db-config.sh script:

Checking MySQL version..
5.1.71

CREATE USER kaltura;
CREATE USER etl;
CREATE DATABASE kaltura;
CREATE DATABASE kaltura_sphinx_log;
CREATE DATABASE kalturadw;
CREATE DATABASE kalturadw_ds;
CREATE DATABASE kalturadw_bisources;
CREATE DATABASE kalturalog;
Checking connectivity to needed daemons...
Connectivity test passed:)
ERROR: Couldn't make an API request to https://XXXXXXXX:443/api_v3/index.php?service=system&action=ping.
Please check your setup and then run /opt/kaltura/bin/kaltura-db-config.sh again.
ERROR: we failed on something else..

I tried running the API request (https://XXXXXXXX:443/api_v3/index.php?service=system&action=ping) manually in Chrome and got the following XML return:

<xml>
  <result>
    <error>
     <code>SERVICE_FORBIDDEN</code>
      <message>The access to service [system->ping] is forbidden</message>
      <objectType>KalturaAPIException</objectType>
      <args>
        <item>
          <objectType>KalturaAPIExceptionArg</objectType>
          <name>SERVICE</name>
          <value>system->ping</value>
        </item>
      </args>
    </error>
  </result>
  <executionTime>0.51205611228943</executionTime>
</xml>

Is this the expected behavior in a web browser? Or is this the same as the script is trying to do?

DBezemer commented 10 years ago

ironsizide if you have mysql problems simply do the following:

service mysqld stop
rm -rf /var/lib/mysql
yum reinstall mysql-server
service mysqld start
mysql_secure_installation

this will bring your mysql install to default. Also it appears that you are running the install on one system, this means that you should not run the separate steps, but only:

/opt/kaltura/bin/kaltura-config-all.sh

After running that you should have a correct working Kaltura install.

ironsizide commented 10 years ago

I am running the kaltura-config-all.sh script to be sure - I'm just isolating my problems to the individual scripts that this script calls. The last error message during a run of this script originates from the kaltura-db-config.sh script, and more specifically to the kaltura-functions.rc file that's included in the script (I assume it's akin to an include - I'm not overly familiar with shell scripting) and has a function called check_connectivity. The very last thing this function does is call https://XXXXXXXX:443/api_v3/index.php?service=system&action=ping, which is giving the forbidden access error.

I get this error if I plug the URL into the browser as well. I can even load up the test console (https://XXXXXXXX/api_v3/testme/) and get the same result. Not exactly sure why this is happening.

I am just hitting roadblock after roadblock trying to install this thing, which is frustrating.

jessp01 commented 10 years ago

Hello,

The XML reply you listed is actually OK. This test is only to ensure you get a HTTP 200 from the API before continuing. Can you please run, from the server itself:

curl -I -v https://XXXXXXXX:443/api_v3/index.php?service=system&action=ping

And paste the output?

Thanks,

ironsizide commented 10 years ago

Unfortunately I will be unable to post the out put from that machine state because I wiped the install and tried again. This time I get past the ping check (yay!), but I get to the next problem.

To be thorough, I follow the reinstall procedure described in the repo, with the exception that I add the InnoDB config line to the propel.ini file between the 'yum install kaltura-server' step and the install script step.

So here's the tail of the install process:

Checking MySQL version..
5.1.71

CREATE USER kaltura;
CREATE USER etl;
CREATE DATABASE kaltura;
CREATE DATABASE kaltura_sphinx_log;
CREATE DATABASE kalturadw;
CREATE DATABASE kalturadw_ds;
CREATE DATABASE kalturadw_bisources;
CREATE DATABASE kalturalog;
Checking connectivity to needed daemons...
Connectivity test passed:)
Cleaning cache..
Populating DB with data.. please wait..
Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php being logged into /opt/kaltura/log/installPlugins.log
Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php being logged into /opt/kaltura/log/insertDefaults.log
Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php being logged into /opt/kaltura/log/insertPermissions.log
Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php being logged into /opt/kaltura/log/insertContent.log

    Archving logs to /opt/kaltura/log/log_31_03_14_16_44.tar.gz...
ERROR: we failed on something else..

The problem is still in the kaltura-db-config.sh script, in a different spot. Looking in the log file for insertContent.log I see this:

Queuing action [userRole.add]
Queuing action [user.add]
Executing multirequest
service url: [https://media.flixfling.com:443]
curl: https://media.flixfling.com:443/api_v3/index.php?service=multirequest&apiVersion=3.1.6&format=3&clientTag=Stand+alone+php+1.0.0&ignoreNull=1&1%3Aservice=userrole&1%3Aaction=add&1%3AuserRole%3AobjectType=KalturaUserRole&1%3AuserRole%3Aname=System+Administrator&1%3AuserRole%3AsystemName=System+Administrator&1%3AuserRole%3Adescription=System+Administrator&1%3AuserRole%3Astatus=1&1%3AuserRole%3ApermissionNames=%2A&1%3AuserRole%3Atags=admin_console&1%3ApartnerId=-2&1%3Aks=NTA3YzBmNjQ4MGMwYmRkNWMzYmNlZWM5ZjM1MzYwNzkxM2MzMDNiMnwtMjstMjsxMzk2Mzg1MDczOzI7MjczNjA7Ow%3D%3D&2%3Aservice=user&2%3Aaction=add&2%3Auser%3AobjectType=KalturaUser&2%3Auser%3Aid=rhodesa%40flixfling.com&2%3Auser%3AscreenName=rhodesa%40flixfling.com&2%3Auser%3AfullName=Kaltura+Administrator&2%3Auser%3Aemail=rhodesa%40flixfling.com&2%3Auser%3Astatus=1&2%3Auser%3Apassword=XXXXXXX&2%3Auser%3AisAdmin=1&2%3Auser%3AroleIds=%7B1%3Aresult%3Aid%7D&2%3Auser%3AallowedPartnerIds=%2A&2%3ApartnerId=-2&2%3Aks=NTA3YzBmNjQ4MGMwYmRkNWMzYmNlZWM5ZjM1MzYwNzkxM2MzMDNiMnwtMjstMjsxMzk2Mzg1MDczOzI7MjczNjA7Ow%3D%3D&kalsig=c4ae068ad64d332c96c5f18fc74b266e
result (serialized): <!DOCTYPE html>
<html>
<head>
  <title>Hydra - 404</title>
  <style>
      body { background-color: #726b67;color: #fff;font-family:Arial;}
      h1 {
        color: #000;
        background-color: #f18d22;padding:5px;
      }
  </style>
</head>

<body>
  <div>
    <h1>404</h1>
    <p>Page does not exist!</p>
  </div>
</body>
</html>

PHP Fatal error:  Uncaught exception 'KalturaClientException' with message 'failed to unserialize server result
<!DOCTYPE html>
<html>
<head>
  <title>Hydra - 404</title>
  <style>
      body { background-color: #726b67;color: #fff;font-family:Arial;}
      h1 {
        color: #000;
        background-color: #f18d22;padding:5px;
      }
  </style>
</head>

<body>
  <div>
    <h1>404</h1>
    <p>Page does not exist!</p>
  </div>
</body>
</html>
' in /opt/kaltura/app/tests/lib/KalturaClientBase.php:396
Stack trace:
#0 /opt/kaltura/app/tests/lib/KalturaClientBase.php(774): KalturaClientBase->doQueue()
#1 /opt/kaltura/app/tests/standAloneClient/exec.php(337): KalturaClientBase->doMultiRequest()
#2 {main}
  thrown in /opt/kaltura/app/tests/lib/KalturaClientBase.php on line 396

I tried the offending link manually with 'curl -l -v' and got the following return:

* About to connect() to media.flixfling.com port 443 (#0)
*   Trying 54.85.75.15... connected
* Connected to media.flixfling.com (54.85.75.15) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSL: certificate subject name '*.services.gearboxsoftware.com' does not match target host name 'media.flixfling.com'
* NSS error -12276
* Closing connection #0
curl: (51) SSL: certificate subject name '*.services.gearboxsoftware.com' does not match target host name 'media.flixfling.com'

This is interesting because I got the same really odd SSL error when I tried to log into the admin console on this install. I have no idea were that subject name ('*.services.gearboxsoftware.com') is coming from. I don't recall playing Borderlands 2 on this machine. ^_^

That CA file definition is baffling. I specified a chain file in my install answers file and that one works. I don't know why yet why this certificate (/etc/pki/tls/certs/ca-bundle.crt) exists and why it's being referenced at all.

Investigating further.

jessp01 commented 10 years ago

Hello,

Making some progress I see:) About testing curl, your output is as it is because you need to encapsulatethe URL with "".

As for the SSL, if the URL you are giving is HTTPs and you get this Apache error then the API call won't work either.

You can check if using the defaults offered in kaltura-front-config.sh work and then start checking the cert you are using now.

For this, simply run kaltura-front-config.sh without an answer file.

Let me know how you're doing,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 1 Apr 2014, ironsizide wrote:

Unfortunately I will be unable to post the out put from that machine state because I wiped the install and tried again. This time I get past the ping check (yay!), but I get to the next problem.

To be thorough, I follow the reinstall procedure described in the repo, with the exception that I add the InnoDB config line to the propel.ini file between the 'yum install kaltura-server' step and the install script step.

So here's the tail of the install process:

Checking MySQL version.. 5.1.71

CREATE USER kaltura; CREATE USER etl; CREATE DATABASE kaltura; CREATE DATABASE kaltura_sphinx_log; CREATE DATABASE kalturadw; CREATE DATABASE kalturadw_ds; CREATE DATABASE kalturadw_bisources; CREATE DATABASE kalturalog; Checking connectivity to needed daemons... Connectivity test passed:) Cleaning cache.. Populating DB with data.. please wait.. Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php being logged into /opt/kaltura/log/installPlugins.log Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php being logged into /opt/kaltura/log/insertDefaults.log Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php being logged into /opt/kaltura/log/insertPermissions.log Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php being logged into /opt/kaltura/log/insertContent.log

Archving logs to /opt/kaltura/log/log_31_03_14_16_44.tar.gz...

ERROR: we failed on something else..

The problem is still in the kaltura-db-config.sh script, in a different spot. Looking in the log file for insertContent.log I see this:

Queuing action [userRole.add] Queuing action [user.add] Executing multirequest service url: [https://media.flixfling.com:443] curl: https://media.flixfling.com:443/api_v3/index.php?service=multirequest&apiVersion=3.1.6&format=3&clientTag=Stand+alone+php+1.0.0&ignoreNull=1&1%3Aservice=use rrole&1%3Aaction=add&1%3AuserRole%3AobjectType=KalturaUserRole&1%3AuserRole%3Aname=System+Administrator&1%3AuserRole%3AsystemName=System+Administrator&1%3AuserRol e%3Adescription=System+Administrator&1%3AuserRole%3Astatus=1&1%3AuserRole%3ApermissionNames=%2A&1%3AuserRole%3Atags=admin_console&1%3ApartnerId=-2&1%3Aks=NTA3YzBm NjQ4MGMwYmRkNWMzYmNlZWM5ZjM1MzYwNzkxM2MzMDNiMnwtMjstMjsxMzk2Mzg1MDczOzI7MjczNjA7Ow%3D%3D&2%3Aservice=user&2%3Aaction=add&2%3Auser%3AobjectType=KalturaUser&2%3Ause r%3Aid=rhodesa%40flixfling.com&2%3Auser%3AscreenName=rhodesa%40flixfling.com&2%3Auser%3AfullName=Kaltura+Administrator&2%3Auser%3Aemail=rhodesa%40flixfling.com&2% 3Auser%3Astatus=1&2%3Auser%3Apassword=YfvmdH6U2A&2%3Auser%3AisAdmin=1&2%3Auser%3Arol eIds=%7B1%3Aresult%3Aid%7D&2%3Auser%3AallowedPartnerIds=%2A&2%3ApartnerId=-2&2%3Aks=NTA3YzBmNjQ4MGMwYmRkNWMzYmNlZWM5ZjM1MzYwNzkxM2MzMDNiMnwtMjstMjsxMzk2Mzg1MDczO zI7MjczNjA7Ow%3D%3D&kalsig=c4ae068ad64d332c96c5f18fc74b266e result (serialized): <!DOCTYPE html>

Hydra - 404

404

Page does not exist!

PHP Fatal error: Uncaught exception 'KalturaClientException' with message 'failed to unserialize server result <!DOCTYPE html>

Hydra - 404

404

Page does not exist!

' in /opt/kaltura/app/tests/lib/KalturaClientBase.php:396 Stack trace:

0 /opt/kaltura/app/tests/lib/KalturaClientBase.php(774): KalturaClientBase->doQueue()

1 /opt/kaltura/app/tests/standAloneClient/exec.php(337): KalturaClientBase->doMultiRequest()

2 {main}

thrown in /opt/kaltura/app/tests/lib/KalturaClientBase.php on line 396

I tried the offending link manually with 'curl -l -v' and got the following return:

[1] 21234 [2] 21235 [3] 21236 [4] 21237 [5] 21238 [6] 21239 [7] 21240 [8] 21241 [9] 21242 -bash: 1%3Aaction=add: command not found [10] 21243 [11] 21244 [12] 21245 [13] 21246 -bash: 1%3Aservice=userrole: command not found [14] 21247

  • About to connect() to media.flixfling.com port 443 (#0) [15] 21248 [16] 21249 -bash: 1%3AuserRole%3AobjectType=KalturaUserRole: command not found -bash: 1%3AuserRole%3ApermissionNames=%2A: command not found -bash: 1%3Aks=NTA3YzBmNjQ4MGMwYmRkNWMzYmNlZWM5ZjM1MzYwNzkxM2MzMDNiMnwtMjstMjsxMzk2Mzg1MDczOzI7MjczNjA7Ow%3D%3D: command not found -bash: 1%3ApartnerId=-2: command not found -bash: 1%3AuserRole%3Aname=System+Administrator: command not found [17] 21250 [18] 21251 -bash: 1%3AuserRole%3AsystemName=System+Administrator: command not found [19] 21252 [20] 21253 -bash: 1%3AuserRole%3Adescription=System+Administrator: command not found [21] 21254 -bash: 1%3AuserRole%3Astatus=1: command not found [22] 21255 [23] 21256 -bash: 1%3AuserRole%3Atags=admin_console: command not found [24] 21257 [25] 21258 -bash: 2%3Auser%3AscreenName=rhodesa%40flixfling.com: command not found [26] 21259 -bash: 2%3Auser%3AfullName=Kaltura+Administrator: command not found -bash: 2%3Aservice=user: command not found -bash: 2%3Auser%3Aemail=rhodesa%40flixfling.com: command not found [27] 21260 [28] 21261 -bash: 2%3Auser%3Apassword=YfvmdH6U2A: command not found -bash: 2%3Auser%3AobjectType=KalturaUser: command not found -bash: 2%3Auser%3AisAdmin=1: command not found -bash: 2%3Auser%3Aid=rhodesa%40flixfling.com: command not found -bash: 2%3Auser%3AroleIds=%7B1%3Aresult%3Aid%7D: command not found -bash: 2%3Auser%3AallowedPartnerIds=%2A: command not found -bash: 2%3Aaction=add: command not found
  • Trying 54.85.75.15... -bash: 2%3Auser%3Astatus=1: command not found [29] 21262 [30] 21263 -bash: 2%3ApartnerId=-2: command not found -bash: 2%3Aks=NTA3YzBmNjQ4MGMwYmRkNWMzYmNlZWM5ZjM1MzYwNzkxM2MzMDNiMnwtMjstMjsxMzk2Mzg1MDczOzI7MjczNjA7Ow%3D%3D: command not found connected
  • Connected to media.flixfling.com (54.85.75.15) port 443 (#0) [2] Done apiVersion=3.1.6 [3] Done format=3 [4] Done clientTag=Stand+alone+php+1.0.0 [5] Done ignoreNull=1 [6] Exit 127 1%3Aservice=userrole [7] Exit 127 1%3Aaction=add [8] Exit 127 1%3AuserRole%3AobjectType=KalturaUserRole [9] Exit 127 1%3AuserRole%3Aname=System+Administrator [10] Exit 127 1%3AuserRole%3AsystemName=System+Administrator [11] Exit 127 1%3AuserRole%3Adescription=System+Administrator [12] Exit 127 1%3AuserRole%3Astatus=1 [13] Exit 127 1%3AuserRole%3ApermissionNames=%2A [14] Exit 127 1%3AuserRole%3Atags=admin_console [15] Exit 127 1%3ApartnerId=-2 [16] Exit 127 1%3Aks=NTA3YzBmNjQ4MGMwYmRkNWMzYmNlZWM5ZjM1MzYwNzkxM2MzMDNiMnwtMjstMjsxMzk2Mzg1MDczOzI7MjczNjA7Ow%3D%3D [17] Exit 127 2%3Aservice=user [18] Exit 127 2%3Aaction=add [19] Exit 127 2%3Auser%3AobjectType=KalturaUser [20] Exit 127 2%3Auser%3Aid=rhodesa%40flixfling.com [21] Exit 127 2%3Auser%3AscreenName=rhodesa%40flixfling.com [22] Exit 127 2%3Auser%3AfullName=Kaltura+Administrator [23] Exit 127 2%3Auser%3Aemail=rhodesa%40flixfling.com [24] Exit 127 2%3Auser%3Astatus=1 [25] Exit 127 2%3Auser%3Apassword=YfvmdH6U2A [26] Exit 127 2%3Auser%3AisAdmin=1 [27] Exit 127 2%3Auser%3AroleIds=%7B1%3Aresult%3Aid%7D [28] Exit 127 2%3Auser%3AallowedPartnerIds=%2A [29]- Exit 127 2%3ApartnerId=-2 [30]+ Exit 127 2%3Aks=NTA3YzBmNjQ4MGMwYmRkNWMzYmNlZWM5ZjM1MzYwNzkxM2MzMDNiMnwtMjstMjsxMzk2Mzg1MDczOzI7MjczNjA7Ow%3D%3D
  • Initializing NSS with certpath: sql:/etc/pki/nssdb [ec2-user@ip-172-31-16-160 log]$ * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none
  • SSL: certificate subject name '*.services.gearboxsoftware.com' does not match target host name 'media.flixfling.com'
  • NSS error -12276
  • Closing connection #0 curl: (51) SSL: certificate subject name '*.services.gearboxsoftware.com' does not match target host name 'media.flixfling.com'

This is interesting because I got the same really odd SSL error when I tried to log into the admin console on this install. I have no idea were that subject name ('*.services.gearboxsoftware.com') is coming from. I don't recall playing Borderlands 2 on this machine. ^_^

That CA file definition is baffling. I specified a chain file in my install answers file and that one works. I don't know why yet why this certificate (/etc/pki/tls/certs/ca-bundle.crt) exists and why it's being referenced at all.

Investigating further.

— Reply to this email directly or view it on GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMTk4NjA1NCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--9612f2b06c8e6d922e51a46c374400bc3ef8a459.gif]

ironsizide commented 10 years ago

The problem seems to be how the server itself is processing an apache request. For example, if I just do

curl -v -l "https://media.flixfling.com"

I get the same result as above.

If I do that from my machine I get this result:

* About to connect() to media.flixfling.com port 443 (#0)
*   Trying 54.85.74.15...
* connected
* Connected to media.flixfling.com (54.85.74.15) port 443 (#0)
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
*    subject: serialNumber=D3lM4HJJN8Pv0NTXx2W4gF0Qa5AIOsqW; OU=GT02916686; OU=See www.rapidssl.com/resources/cps (c)13; OU=Domain Control Validated - RapidSSL(R); CN=media.flixfling.com
*    start date: 2013-08-12 18:29:06 GMT
*    expire date: 2014-08-16 01:35:06 GMT
*    subjectAltName: media.flixfling.com matched
*    issuer: C=US; O=GeoTrust, Inc.; CN=RapidSSL CA
*    SSL certificate verify ok.
> GET / HTTP/1.1
> User-Agent: curl/7.28.1
> Host: media.flixfling.com
> Accept: */*
>
< HTTP/1.1 302 Found
< Date: Tue, 01 Apr 2014 16:24:00 GMT
< Server: Apache/2.2.15 (Red Hat)
< Location: https://media.flixfling.com/start/index.php
< Content-Length: 314
< Connection: close
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://media.flixfling.com/start/index.php">here</a>.</p>
<hr>
<address>Apache/2.2.15 (Red Hat) Server at media.flixfling.com Port 443</address>
</body></html>
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):

So externally the URL and domain resolves as it should. Internally I get the error.

jessp01 commented 10 years ago

You mean the error from the kaltura box itself is:

?

does grepping recursively for 'ca-bundle.crt' in the /opt/kaltura/app/configurations/apache dir and /etc/httpd/conf* finds anything?

Also, what happens if you remove this crt? or else, export the CA used in your browser and set: SSLCertificateFile @SSL_CERTIFICATE_FILE@ in /opt/kaltura/app/configurations/apache/kaltura.ssl.conf

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 1 Apr 2014, ironsizide wrote:

The problem seems to be how the server itself is processing an apache request. For example, if I just do

curl -v -l "https://media.flixfling.com"

I get the same result as above.

If I do that from my machine I get this result:

  • About to connect() to media.flixfling.com port 443 (#0)
  • Trying 54.85.74.15...
  • connected
  • Connected to media.flixfling.com (54.85.74.15) port 443 (#0)
  • SSLv3, TLS handshake, Client hello (1):
  • SSLv3, TLS handshake, Server hello (2):
  • SSLv3, TLS handshake, CERT (11):
  • SSLv3, TLS handshake, Server key exchange (12):
  • SSLv3, TLS handshake, Server finished (14):
  • SSLv3, TLS handshake, Client key exchange (16):
  • SSLv3, TLS change cipher, Client hello (1):
  • SSLv3, TLS handshake, Finished (20):
  • SSLv3, TLS change cipher, Client hello (1):
  • SSLv3, TLS handshake, Finished (20):
  • SSL connection using DHE-RSA-AES256-SHA
  • Server certificate:
  • subject: serialNumber=D3lM4HJJN8Pv0NTXx2W4gF0Qa5AIOsqW; OU=GT02916686; OU=See www.rapidssl.com/resources/cps (c)13; OU=Domain Control Validated - RapidSSL(R) ; CN=media.flixfling.com
  • start date: 2013-08-12 18:29:06 GMT
  • expire date: 2014-08-16 01:35:06 GMT
  • subjectAltName: media.flixfling.com matched
  • issuer: C=US; O=GeoTrust, Inc.; CN=RapidSSL CA
  • SSL certificate verify ok.

    GET / HTTP/1.1 User-Agent: curl/7.28.1 Host: media.flixfling.com Accept: /

    < HTTP/1.1 302 Found < Date: Tue, 01 Apr 2014 16:24:00 GMT < Server: Apache/2.2.15 (Red Hat) < Location: https://media.flixfling.com/start/index.php < Content-Length: 314 < Connection: close < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

    302 Found

    Found

    The document has moved here.


    Apache/2.2.15 (Red Hat) Server at media.flixfling.com Port 443
  • Closing connection #0
  • SSLv3, TLS alert, Client hello (1):

So externally the URL and domain resolves as it should. Internally I get the error.

— Reply to this email directly or view it on GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMTk4ODkxMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--08dc2c469ae1997e7fe76a4edec75a99a24106f4.gif]

ironsizide commented 10 years ago

To answer your first question - yes. the error is from the kaltura box itself because curl is being used.

There is no reference to the ca-bundle.crt on those directories, but I don't believe curl is refrencing either of those places anyway.

It's definitely a problem with curl and/or libcurl. They're using this nssdb 'thing' I don't quite grokk yet, and while it looks like it's trying use the file at /etc/pki/tls/certs/ca-bundle.crt, repeated attempts to add PEM-formatted certs for both my CA and the domain have not been successful. For the record, I'm using RapidSSL for my CA.

Apparently you can create a default config file for curl. On *nix systems this file is called .curlrc and is placed in a home directory. Since we're installing this as root I created the file in the /root directory. All my config file as is '-k' on a single line. This option disables the CA check. O figure we're okay since we're using code on the same server. I trust myself ^_^

By doing this I ran the install script with out incident! Yay! But I still can log into the admin console. Boo! I am getting the same error with the certificate mismatch. I imagine this is because internally the script is being run as a different user so I need to put that config file in that user's home directory.

ironsizide commented 10 years ago

It looks like it's down to how an AWS EC2 instance refers to itself DNS-wise and curl. Can I use a different domain for all internal calls and still keep the domain I have the SSL certs for external calls? By that I mean using media.xxxxx.com to get tot he admin and kmc consoles in a browser, but have the EC2's public DNS names used for all internal curl-style calls.

jessp01 commented 10 years ago

Hello @ironsizide,

You can disable the CURL check by editing: /opt/kaltura/app/configurations/admin.ini set: settings.clientConfig.verifySSL=0 Then admin console will work for you as the verification of the cert will be skipped.

Let me know if all is working or you need more assistance.

jessp01 commented 10 years ago

@ironsizide, did this work? thanks,

ironsizide commented 10 years ago

Sorry for the delay. I was dealing with a tangential issue with a DNS record change not propagating to my network which meant I couldn't get to the Kaltura platform via the domain I attached to it.

But I can get to the admin console if I use the IP address with no problem with the change you describe. What isn't working yet is the KMC, due to Flash. This is most likely a cross domain issue, but I didn't get a chance to play around with that yet. Is there a different .ini file I need to put a similar setting in for the KMC?

jessp01 commented 10 years ago

Hello,

Thanks for the update. No, for Flash I am afraid this is not possible, due to how Flash works, nothing specific to Kaltura.

How about working over HTTP for the time being and reconfiguring HTTPs when this is resolved?

You can do it very easily and without having to reinstall, simply run kaltura-config-all.sh again and answer the questions accordingly. You do not need to drop the DB, only:

rm /opt/kaltura/app/base-config.lock

kaltura-config-all.sh

You can also pass the script the answer file from the previous install just change 443 to 80, https to http and IS_SSL to 'N'.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Thu, 3 Apr 2014, ironsizide wrote:

Sorry for the delay. I was dealing with a tangential issue with a DNS record change not propagating to my network which meant I couldn't get to the Kaltura platform via the domain I attached to it.

But I can get to the admin console if I use the IP address with no problem with the change you describe. What isn't working yet is the KMC, due to Flash. This is most likely a cross domain issue, but I didn't get a chance to play around with that yet. Is there a different .ini file I need to put a similar setting in for the KMC?

— Reply to this email directly or view it on GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjE2MDYyNSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b8a037b4eae2a085ba0357641174a49a72594cf5.gif]

jessp01 commented 10 years ago

@ironsizide - since this is now an issue with DNS and not something specific to Kaltura, I am closing the issue. Please let me know if you need further assistance or come across other issues.

jamont commented 10 years ago

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_042014 for a list of misses] /opt/kaltura/web/ /opt/kaltura/web//content{locale}_ResourceModule.swf /opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf /opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png /opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf /opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf /opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf /opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf /opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf /opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png /opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf /opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf /opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf /opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$ /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf /opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf /opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf /opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf /opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf /opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$ UI

How can i install all the missing files ??

Thanks !

jessp01 commented 10 years ago

Hello,

The missing files are actually a known issue but they should not prevent the system from functioning, if all the other tests passed OK you should be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_042014 for a list of misses] /opt/kaltura/web/ /opt/kaltura/web//content{locale}_ResourceModule.swf /opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf /opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png /opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf /opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf /opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf /opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf /opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf /opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf /opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png /opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf /opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf /opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf /opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf /opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$ /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf /opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf /opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf /opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf /opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf /opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf /opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$ UI

How can i install all the missing files ??

Thanks !

— Reply to this email directly or view it on GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

jamont commented 10 years ago

After running the kaltolog command i get this errors: /opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in /opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4 I can not find any /kmc4 directory or or file with that name --==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for partner [0] not found in database - skipping! Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

— Reply to this email directly or view it on GitHub.

KalturaCommunity-zz commented 10 years ago

kmc4 is an apache redirect but what seems more of an issue is: 'partner [0] not found in database - skipping!' Did the sanity test pass successfully? also was the DB phase alright? it should be like this: Checking connectivity to needed daemons... Connectivity test passed:) Cleaning cache.. Populating DB with data.. please wait.. Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php being logged into /opt/kaltura/log/installPlugins.log Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php being logged into /opt/kaltura/log/insertDefaults.log Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php being logged into /opt/kaltura/log/insertPermissions.log Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php being logged into /opt/kaltura/log/insertContent.log Generating UI confs..

Thanks, May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command i get this errors: /opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in /opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4 I can not find any /kmc4 directory or or file with that name --==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for partner [0] not found in database - skipping! Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

jamont commented 10 years ago

Hi,I have run to times the sanity.sh But after i run the sanity.sh i get on the KMC to new users Status ID Website URL admin user Active 103 http://www.kaltura.com Linux Rules 101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-sphinx init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc: command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using XML] [FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !! Date: Tue, 8 Apr 2014 07:16:10 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

—

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

—

Reply to this email directly or view it on GitHub.

—

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

— Reply to this email directly or view it on GitHub.

jessp01 commented 10 years ago

Hm..sanity uses the bc util which you do not seem to have. Please run:

yum install bc

And then re-run sanity I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh But after i run the sanity.sh i get on the KMC to new users Status ID Website URL admin user Active 103 http://www.kaltura.com Linux Rules 101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-sphinx init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc: command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC: 0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using XML] [FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !! Date: Tue, 8 Apr 2014 07:16:10 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

? Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

jamont commented 10 years ago

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get Stopping mysqld: [ OK ]Starting mysqld: [ OK ] Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC: 0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

—

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

— Reply to this email directly or view it on GitHub.

jessp01 commented 10 years ago

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get Stopping mysqld: [ OK ]Starting mysqld: [ OK ] Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC: 0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

? Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

jamont commented 10 years ago

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

—

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

— Reply to this email directly or view it on GitHub.

jamont commented 10 years ago

i Have install bcan now i get the db error: I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'[Create Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk using CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

—

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

— Reply to this email directly or view it on GitHub.

jamont commented 10 years ago

Hi, After installing yum bc and run sanity.sh i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

    An error occurred
    (error code: Server:INVALID_KS)

        Message: Invalid KS 

"MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow==", Error "-1,INVALID_STR"

From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error: I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'[Create Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk using CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

—

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

— Reply to this email directly or view it on GitHub.

KalturaCommunity-zz commented 10 years ago

Do you have a working DB now? I suggest you do:

/opt/kaltura/bin/kaltura-db-drop.sh

and rerun:

/opt/kaltura/bin/kaltura-config-all.sh

Please paste the output in the event something goes wrong.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi, After installing yum bc and run sanity.sh i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

An error occurred (error code: Server:INVALID_KS)

Message: Invalid KS "MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow== ", Error "-1,INVALID_STR"

From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error: I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'[Create Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk using CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

? Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4OTA1MCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--0343149072694f8a44ba97e80a1a813e45347f22.gif]

jamont commented 10 years ago

I have drop the db and run /opt/kaltura/bin/kaltura-config-all.sh An i get the followin error Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

            Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

Thanks!! From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 15:36:48 +0000

I have drop de db an run kaltura.configall.sh An i get the following error: Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

            Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

You can see the atachment Thanks !

Date: Tue, 8 Apr 2014 08:19:01 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Do you have a working DB now?

I suggest you do:

/opt/kaltura/bin/kaltura-db-drop.sh

and rerun:

/opt/kaltura/bin/kaltura-config-all.sh

Please paste the output in the event something goes wrong.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

After installing yum bc and run sanity.sh

i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

An error occurred

(error code: Server:INVALID_KS)

Message: Invalid KS

"MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow==

",

Error "-1,INVALID_STR"

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error:

I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'[Create

Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL

server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000) at

line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined

offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload

content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk using

CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286 (42000)

at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc: line

390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow

the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command

not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using

XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot

find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

?

Reply to this email directly or view it on GitHub.

—

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4OTA1MCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--0343149072694f8a44ba97e80a1a813e45347f22.gif]

— Reply to this email directly or view it on GitHub.

jessp01 commented 10 years ago

Using the MySQL creds you provided the script, are you able to connect to your MySQL instance from the shell?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have drop the db and run /opt/kaltura/bin/kaltura-config-all.sh An i get the followin error Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else.. Thanks!! From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 15:36:48 +0000

I have drop de db an run kaltura.configall.sh An i get the following error: Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else.. You can see the atachment Thanks !

Date: Tue, 8 Apr 2014 08:19:01 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Do you have a working DB now?

I suggest you do:

/opt/kaltura/bin/kaltura-db-drop.sh

and rerun:

/opt/kaltura/bin/kaltura-config-all.sh

Please paste the output in the event something goes wrong.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

After installing yum bc and run sanity.sh

i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

An error occurred

(error code: Server:INVALID_KS)

Message: Invalid KS

"MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow==

",

Error "-1,INVALID_STR"

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error:

I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'[Create

Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL

server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000) at

line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined

offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload

content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk using

CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286 (42000)

at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc: line

390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow

the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command

not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using

XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot

find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4OTA1MCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--0343149072694f8a44ba97e80a1a813e45347f22.gif]

? Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU5MDg3NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--20c14800aed731b65af3a071bad3686d45e14a33.gif]

jamont commented 10 years ago

Hi, Yes i can connect bu i see that etl and kaltura user er not deleted, I will deleted and i will try to rune the /opt/kaltura/bin/kaltura-config-all.sh Thanks!

Date: Tue, 8 Apr 2014 08:44:39 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Using the MySQL creds you provided the script, are you able to connect to

your MySQL instance from the shell?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have drop the db and run /opt/kaltura/bin/kaltura-config-all.sh

An i get the followin error

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

Thanks!!

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:36:48 +0000

I have drop de db an run kaltura.configall.sh

An i get the following error:

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

You can see the atachment

Thanks !

Date: Tue, 8 Apr 2014 08:19:01 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Do you have a working DB now?

I suggest you do:

/opt/kaltura/bin/kaltura-db-drop.sh

and rerun:

/opt/kaltura/bin/kaltura-config-all.sh

Please paste the output in the event something goes wrong.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

After installing yum bc and run sanity.sh

i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

An error occurred

(error code: Server:INVALID_KS)

Message: Invalid KS

"MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow==

",

Error "-1,INVALID_STR"

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error:

I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'[Create

Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL

server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000) at

line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined

offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload

content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk

using

CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286

(42000)

at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc:

line

390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon

is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow

the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command

not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line

61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached

daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not

found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED,

RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not

found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using

XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression

expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php]

[kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot

find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG]

for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4OTA1MCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--0343149072694f8a44ba97e80a1a813e45347f22.gif]

?

Reply to this email directly or view it on GitHub.

—

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU5MDg3NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--20c14800aed731b65af3a071bad3686d45e14a33.gif]

— Reply to this email directly or view it on GitHub.

KalturaCommunity-zz commented 10 years ago

Running kaltura-db-drop.sh should delete all DBs and users. Can you paste its output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today! http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi, Yes i can connect bu i see that etl and kaltura user er not deleted, I will deleted and i will try to rune the /opt/kaltura/bin/kaltura-config-all.sh Thanks!

Date: Tue, 8 Apr 2014 08:44:39 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Using the MySQL creds you provided the script, are you able to connect to

your MySQL instance from the shell?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have drop the db and run /opt/kaltura/bin/kaltura-config-all.sh

An i get the followin error

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

Thanks!!

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:36:48 +0000

I have drop de db an run kaltura.configall.sh

An i get the following error:

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

You can see the atachment

Thanks !

Date: Tue, 8 Apr 2014 08:19:01 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Do you have a working DB now?

I suggest you do:

/opt/kaltura/bin/kaltura-db-drop.sh

and rerun:

/opt/kaltura/bin/kaltura-config-all.sh

Please paste the output in the event something goes wrong.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

After installing yum bc and run sanity.sh

i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

An error occurred

(error code: Server:INVALID_KS)

Message: Invalid KS

"MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow=

",

Error "-1,INVALID_STR"

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error:

I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'[Create

Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL

server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000) at

line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined

offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload

content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk

using

CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286

(42000)

at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc:

line

390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon

is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow

the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command

not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line

61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached

daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not

found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED,

RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not

found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using

XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression

expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php]

[kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot

find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG]

for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4OTA1MCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--0343149072694f8a44ba97e80a1a813e45347f22.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU5MDg3NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--20c14800aed731b65af3a071bad3686d45e14a33.gif]

? Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU5MTcxOSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--d3f903b2dd38d314ac203e15478e690a60e05478.gif]

jamont commented 10 years ago

Hello ! When i run the drop db.sh etl user and the kdw database whos not delete. I try t manually to delete the db but i could not, at the end i have reinstall mysq-server. I will see which errors i get, i will let you know Thanks Date: Tue, 8 Apr 2014 09:00:08 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Running kaltura-db-drop.sh should delete all DBs and users.

Can you paste its output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

Yes i can connect bu i see that etl and kaltura user er not deleted,

I will deleted and i will try to rune the /opt/kaltura/bin/kaltura-config-all.sh

Thanks!

Date: Tue, 8 Apr 2014 08:44:39 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Using the MySQL creds you provided the script, are you able to connect to

your MySQL instance from the shell?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have drop the db and run /opt/kaltura/bin/kaltura-config-all.sh

An i get the followin error

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

Thanks!!

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:36:48 +0000

I have drop de db an run kaltura.configall.sh

An i get the following error:

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

You can see the atachment

Thanks !

Date: Tue, 8 Apr 2014 08:19:01 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Do you have a working DB now?

I suggest you do:

/opt/kaltura/bin/kaltura-db-drop.sh

and rerun:

/opt/kaltura/bin/kaltura-config-all.sh

Please paste the output in the event something goes wrong.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

After installing yum bc and run sanity.sh

i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

An error occurred

(error code: Server:INVALID_KS)

Message: Invalid KS

"MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow=

",

Error "-1,INVALID_STR"

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error:

I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine

'InnoDB'[Create

Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL

server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000)

at

line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice:

Undefined

offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload

content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk

using

CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286

(42000)

at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc:

line

390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine

'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command

not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd

daemon

is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to

allow

the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc:

command

not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check

kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line

61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached

daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88:

bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not

found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED,

RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not

found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using

XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression

expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php]

[kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR:

Cannot

find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG]

for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

jamont commented 10 years ago

Hi, As i mentioned i have reinstall mysql-server here is the output of sanity.sh and sed:

Hi, sanity.sh only error /opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk using CSV] [FAILED, RC: 255] - [.431896296][Upload bulk using XML] [FAILED, RC: 255] - [.181133593]

the sed -i 's@^writers.(.).filters.priority.priority\s=\s*7@writers.\1.filters.priority.priority=4@g' /opt/kaltura/app/configurations/logger.inioutput :

==> /opt/kaltura/log/kaltura_admin.log <==2014-04-08 18:43:05 [1875346154] [InfraBootstrapper->_initNavigation] ERR: Class [EventNotificationTemplateConfigureAction] requires permissions [Array(--]2014-04-08 18:43:05 [1875346154] [InfraBootstrapper->_initNavigation] ERR: Class [EventNotificationTemplateUpdateStatusAction] requires permissions [Array(--==> /opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in /opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://property-ls.com/index.php/kmc/kmc4[Tue Apr 08 17:08:11 2014] [error] [client 10.0.0.11] File does not exist: /opt/kaltura/app/alpha/web/opt, referer: http://property-ls.com/admin_console/index.php/partner/list[Tue Apr 08 17:11:21 2014] [error] [client 10.0.0.11] File does not exist: /opt/kaltura/app/alpha/web/opt, referer: http://property-ls.com/admin_console/index.php/partner/list --==> /opt/kaltura/log/kaltura_deploy.log <==2014-04-08 17:19:52 [0.000000] [] [862524578] [%context%] [BasePeer::doSelect] ERR: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown table engine 'InnoDB'2014-04-08 17:19:52 [0.000000] [] [1505459816] [%context%] [BasePeer::doSelect] ERR: SQLSTATE[42000]: Syntax error or access violation: 1286 Unknown table engine 'InnoDB' --[2014-04-08 18:19:12]failed to connect [1] [0.003352165222168] mysql:host=127.0.0.1;port=3306;dbname=kaltura_sphinx_log;PHP Fatal error: Uncaught exception 'PropelException' with message 'Unable to open PDO connection dsn[mysql:host=127.0.0.1;port=3306;dbname=kaltura_sphinx_log;] user[kaltura] password[gatrvLgaQoYv42j] [wrapped: SQLSTATE[28000] [1045] Access denied for user 'kaltura'@'localhost' (using password: YES)]' in /opt/kaltura/app/vendor/propel/Propel.php:649Stack trace:#0 /opt/kaltura/app/vendor/propel/Propel.php(532): Propel::initConnection(Array, 'sphinx_log')--2014-04-08 18:43:05 [0.001820] [127.0.0.1] [1155740128] [PS2] [sfView->initialize] INFO: {sfView} initialize view for "kmc/kmc"2014-04-08 18:43:05 [0.001727] [127.0.0.1] [1155740128] [PS2] [sfPHPView->renderFile] INFO: {sfView} render "/opt/kaltura/app/alpha/apps/kaltura/modules/kmc/templates/kmcSuccess.php"2014-04-08 18:43:05 [0.006696] [127.0.0.1] [1155740128] [PS2] [sfPHPView->decorate] INFO: {sfView} decorate content with "/opt/kaltura/app/alpha/apps/kaltura/templates/kmclayout.php"2014-04-08 18:43:05 [0.000213] [127.0.0.1] [1155740128] [PS2] [sfPHPView->renderFile] INFO: {sfView} render "/opt/kaltura/app/alpha/apps/kaltura/templates/kmclayout.php"2014-04-08 18:43:05 [0.002031] [127.0.0.1] [1155740128] [PS2] [sfRenderingFilter->execute] INFO: {sfFilter} render to client--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 18:19:28 [1530184623] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 18:19:28 [1530184623] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 18:19:28 [1530184623] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner with id [-6]2014-04-08 18:19:32 [1067544017] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG] for partner [0] not found in database - skipping!-- thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 734PHP Fatal error: Uncaught exception 'KalturaException' with message 'Invalid KS "NWMzODcyMWI0ZDQ1NzlhNzUxMGUyNWY4MjJlZmYwMGRlYTgzOTVjNnwtMTs7MTM5OTU2MjE4MzsyOzEzOTY5NzAxODMuOTQ3MTtiYXRjaFVzZXI7ZGlzYWJsZWVudGl0bGVtZW50Oy0xOw==", Error "-1,INVALID_STR"' in /opt/kaltura/app/batch/client/KalturaClientBase.php:734Stack trace:#0 /opt/kaltura/app/batch/client/KalturaClient.php(1307): KalturaClientBase->throwExceptionIfError(Array)-- thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 734PHP Fatal error: Uncaught exception 'KalturaException' with message 'Invalid KS "YmZmOWRmYzVjMTQ3ZDNkYzBmZmJiZDU5MGJjZmNiOWFkYmEyZDIyOXwtMTs7MTM5OTU2MjE4MzsyOzEzOTY5NzAxODMuOTQ4O2JhdGNoVXNlcjtkaXNhYmxlZW50aXRsZW1lbnQ7LTE7", Error "-1,INVALID_STR"' in /opt/kaltura/app/batch/client/KalturaClientBase.php:734Stack trace:#0 /opt/kaltura/app/batch/client/KalturaClient.php(1142): KalturaClientBase->throwExceptionIfError(Array)-- thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 734PHP Fatal error: Uncaught exception 'KalturaException' with message 'Invalid KS "N2IzMzBhNWViZDk2ZGM1MDRjNDQ0NTIyMzgxYWYzNjFmMTRkZjQzMHwtMTs7MTM5OTU2MjIxOTsyOzEzOTY5NzAyMTkuMDc5MTtiYXRjaFVzZXI7ZGlzYWJsZWVudGl0bGVtZW50Oy0xOw==", Error "-1,INVALID_STR"' in /opt/kaltura/app/batch/client/KalturaClientBase.php:734Stack trace:#0 /opt/kaltura/app/batch/client/KalturaClient.php(4306): KalturaClientBase->throwExceptionIfError(Array)-- thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 734PHP Fatal error: Uncaught exception 'KalturaException' with message 'Invalid KS "MDhmODM0MmVlMGFmNzlkZWE1NTdmYjVmMjYxMjlhYTFhMzI4MTcyNHwtMTs7MTM5OTU2MjE4MzsyOzEzOTY5NzAxODMuOTQ4NztiYXRjaFVzZXI7ZGlzYWJsZWVudGl0bGVtZW50Oy0xOw==", Error "-1,INVALID_STR"' in /opt/kaltura/app/batch/client/KalturaClientBase.php:734Stack trace:#0 /opt/kaltura/app/batch/client/KalturaClient.php(1125): KalturaClientBase->throwExceptionIfError(Array)-- thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 734PHP Fatal error: Uncaught exception 'KalturaException' with message 'Invalid KS "NDMzMWJlYmI5MGY2ZWYzYTc3OTk3MDY1YmU1NGJmMTM3OGQ1MWYzOXwtMTs7MTM5OTU2MTk1NzsyOzEzOTY5Njk5NTcuMTEwODtiYXRjaFVzZXI7ZGlzYWJsZWVudGl0bGVtZW50Oy0xOw==", Error "-1,INVALID_STR"' in /opt/kaltura/app/batch/client/KalturaClientBase.php:734Stack trace:#0 /opt/kaltura/app/batch/client/KalturaPlugins/KalturaContentDistributionClientPlugin.php(2407): KalturaClientBase->throwExceptionIfError(Array)-- thrown in /opt/kaltura/app/batch/client/KalturaClientBase.php on line 734PHP Fatal error: Uncaught exception 'KalturaException' with message 'Invalid KS "NGU5MTE1NTgyM2EyYTk3OTUyYjEzMWI4ZTc5OGFkNGVkYjQ5ZWI1Y3wtMTs7MTM5OTU2MjIwODsyOzEzOTY5NzAyMDguMDM4O2JhdGNoVXNlcjtkaXNhYmxlZW50aXRsZW1lbnQ7LTE7", Error "-1,INVALID_STR"' in /opt/kaltura/app/batch/client/KalturaClientBase.php:734Stack trace:#0 /opt/kaltura/app/batch/client/KalturaClient.php(3974): KalturaClientBase->throwExceptionIfError(Array)

From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 15:55:09 +0000

Hi, Yes i can connect bu i see that etl and kaltura user er not deleted, I will deleted and i will try to rune the /opt/kaltura/bin/kaltura-config-all.sh Thanks!

Date: Tue, 8 Apr 2014 08:44:39 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Using the MySQL creds you provided the script, are you able to connect to

your MySQL instance from the shell?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have drop the db and run /opt/kaltura/bin/kaltura-config-all.sh

An i get the followin error

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

Thanks!!

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:36:48 +0000

I have drop de db an run kaltura.configall.sh

An i get the following error:

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

You can see the atachment

Thanks !

Date: Tue, 8 Apr 2014 08:19:01 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Do you have a working DB now?

I suggest you do:

/opt/kaltura/bin/kaltura-db-drop.sh

and rerun:

/opt/kaltura/bin/kaltura-config-all.sh

Please paste the output in the event something goes wrong.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

After installing yum bc and run sanity.sh

i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

An error occurred

(error code: Server:INVALID_KS)

Message: Invalid KS

"MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow==

",

Error "-1,INVALID_STR"

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error:

I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB'[Create

Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL

server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000) at

line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice: Undefined

offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload

content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk

using

CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286

(42000)

at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc:

line

390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine 'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd daemon

is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow

the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command

not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line

61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached

daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88: bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not

found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED,

RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not

found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using

XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression

expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php]

[kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot

find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG]

for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_whiteblue.s$

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v3.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_2.0.12/kdp_skin_aps_v4.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kcweditor/locales/en_US/en_US_locales_mysite.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/dark/default.swf

/opt/kaltura/web//content/uiconf/kcweditor/styles/light/default.swf

/opt/kaltura/web//content/uiconf/moodle/kcw/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/ps/remote_learner/kdp3/v3.5.8/plugins/pptWidgetAPIPlugin2.s$

UI

How can i install all the missing files ??

Thanks !

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4MjkwOCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--55f38efabf16ad3291ccfdbdfc6d86c126b49f55.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NTU4NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--a3c074872c0b2b9f9c08d34beae2393a562fde44.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4NzIzNCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b05b742e9dca4230539e9eccc6d521295fb71d3e.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4ODExMSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--baac66fd4650be3d672f24921c92fa1fa122f464.gif]

?

Reply to this email directly or view it on GitHub.

?

Reply to this email directly or view it on

GitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU4OTA1MCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--0343149072694f8a44ba97e80a1a813e45347f22.gif]

?

Reply to this email directly or view it on GitHub.

—

Reply to this email directly or view it on

GitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMjU5MDg3NywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--20c14800aed731b65af3a071bad3686d45e14a33.gif]

— Reply to this email directly or view it on GitHub.

jamont commented 10 years ago

When i start or restart sphinx i get this output: using config file '/opt/kaltura/app/configurations/sphinx/kaltura.conf'...stop: successfully sent SIGTERM to pid 1347 Starting searchd: Sphinx 2.2.1-id64-dev (r4097)Copyright (c) 2001-2013, Andrew AksyonoffCopyright (c) 2008-2013, Sphinx Technologies Inc (http://sphinxsearch.com) using config file '/opt/kaltura/app/configurations/sphinx/kaltura.conf'...listening on all interfaces, port=9312WARNING: index 'kaltura_base': no fields configured (use rt_field directive) - NOT SERVINGWARNING: index 'kaltura_kuser_base': no fields configured (use rt_field directive) - NOT SERVINGprecaching index 'kaltura_entry'precaching index 'kaltura_category'precaching index 'kaltura_kuser'precaching index 'kaltura_category_kuser'precaching index 'kaltura_cue_point'precaching index 'kaltura_entry_distribution'precaching index 'kaltura_caption_item'precaching index 'kaltura_tag'precached 8 indexes in 0.043 sec Thanks !! From: javier.montero@outlook.com To: reply@reply.github.com Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81) Date: Tue, 8 Apr 2014 16:29:57 +0000

Hello ! When i run the drop db.sh etl user and the kdw database whos not delete. I try t manually to delete the db but i could not, at the end i have reinstall mysq-server. I will see which errors i get, i will let you know Thanks Date: Tue, 8 Apr 2014 09:00:08 -0700 From: notifications@github.com To: platform-install-packages@noreply.github.com CC: javier.montero@outlook.com Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Running kaltura-db-drop.sh should delete all DBs and users.

Can you paste its output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

Yes i can connect bu i see that etl and kaltura user er not deleted,

I will deleted and i will try to rune the /opt/kaltura/bin/kaltura-config-all.sh

Thanks!

Date: Tue, 8 Apr 2014 08:44:39 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Using the MySQL creds you provided the script, are you able to connect to

your MySQL instance from the shell?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have drop the db and run /opt/kaltura/bin/kaltura-config-all.sh

An i get the followin error

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

Thanks!!

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:36:48 +0000

I have drop de db an run kaltura.configall.sh

An i get the following error:

Configuring your Kaltura DB...

Checking MySQL version..Ver 5.1.73 found compatible

CREATE USER kaltura;ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'kaltura'@'%'

Archving logs to /opt/kaltura/log/log_08_04_14_17_24.tar.gz...ERROR: we failed on something else..

You can see the atachment

Thanks !

Date: Tue, 8 Apr 2014 08:19:01 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Do you have a working DB now?

I suggest you do:

/opt/kaltura/bin/kaltura-db-drop.sh

and rerun:

/opt/kaltura/bin/kaltura-config-all.sh

Please paste the output in the event something goes wrong.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,

After installing yum bc and run sanity.sh

i can nor tun the site any more this shows http://xxxx.com/admin_console/index.php/partner/list

An error occurred

(error code: Server:INVALID_KS)

Message: Invalid KS

"MmYyN2Q2NTRlZTJjMWY4YTQzMGQzYjQ3MzRjZWZiNjA0MjMwMzMyZnwtMjstMjsxMzk3MDQ4MzIxOzI7MTM5Njk2MTkyMS40NzY0O2pibW9udGVyb0Bob3RtYWlsLmNvbTtkaXNhYmxlZW50aXRsZW1lbnQ7Ow=

",

Error "-1,INVALID_STR"

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 15:06:15 +0000

i Have install bcan now i get the db error:

I am running mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1 ERROR 1286 (42000) at line 1: Unknown table engine

'InnoDB'[Create

Partner] [FAILED, RC: 255] - [.104148987]ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL

server version for the right syntax to use near 'Notice: Undefined offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1ERROR 1064 (42000)

at

line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Notice:

Undefined

offset: 4 in /opt/kaltura/bin/create_partner.php on line 9PH' at line 1[Upload content kaltura_logo_animated_blue.flv] [FAILED, RC: 255] - [.092846580][Upload

content kaltura_logo_animated_green.flv] [FAILED, RC: 255] - [.043754144]/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not found[Upload bulk

using

CSV] [FAILED, RC: 255] - [.043329050][Upload bulk using XML] [FAILED, RC: 255] - [.073837200][Red5 file upload] [PASSED, RC: 0] - [3.032364306]ERROR 1286

(42000)

at line 1: Unknown table engine 'InnoDB'/opt/kaltura/bin/kaltura-functions.rc: line 422: [: =: unary operator expected/opt/kaltura/bin/kaltura-functions.rc:

line

390: [: 0,: integer expression expected[Check missing web/content files - none are missing] [FAILED, RC: 0,] - [.015716249]

From: javier.montero@outlook.com

To: reply@reply.github.com

Subject: RE: [platform-install-packages] kaltura-front-config.sh problems (#81)

Date: Tue, 8 Apr 2014 14:58:50 +0000

When i run: /opt/kaltura/bin/kaltura-db-update.sh

Error occurred during DB update: || ERROR 1286 (42000) at line 1: Unknown table engine 'InnoDB' || ERROR 1286 (42000) at line 17: Unknown table engine

'InnoDB'

Date: Tue, 8 Apr 2014 07:56:48 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Yes, correct.

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

I have rune opt/kaltura/bin/kaltura-mysql-settings.sh an i get

Stopping mysqld: [ OK ]Starting mysqld: [ OK ]

Is the right command ??

Date: Tue, 8 Apr 2014 07:48:03 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hm..sanity uses the bc util which you do not seem to have.

Please run:

yum install bc

And then re-run sanity

I will add this to the list of deps so that it is auto retreived.

Also, what about the DB populate output?

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

Hi,I have run to times the sanity.sh

But after i run the sanity.sh i get on the KMC to new users

Status ID Website URL admin user

Active 103 http://www.kaltura.com Linux Rules

101

Here its the sanity.sh output/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command

not

found[Check httpd daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon httpd to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check httpd

daemon

is

started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc:

command

not found[check daemon httpd init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - []Napping 10 seconds to

allow

the

daemon kaltura-sphinx to finish its init after monit restarted it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

kaltura-sphinx

init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc:

command

not

found[Check kaltura-batch daemon status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon kaltura-batch to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh: line 49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check

kaltura-batch

daemon is started by Monit] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line

61:

bc:

command not found[check daemon kaltura-batch init status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not

found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check kaltura-monit daemon status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon kaltura-monit init status] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 38: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 39: bc: command not found[Check memcached

daemon

status] [PASSED, RC: 0] - []Napping 10 seconds to allow the daemon memcached to finish its init after monit restarted

it../opt/kaltura/bin/kaltura-sanity.sh:

line

49: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 50: bc: command not found[Check memcached daemon is started by Monit] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 60: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 61: bc: command not found[check daemon

memcached

init

status] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 77: bc: command not found[check_start_page] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 82: bc: command not found[check_testme_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 88:

bc:

command not found[check_kmc_index_page] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 94: bc: command not

found[check_admin_console_index_page]

[PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 103: bc: command not found[Create Partner] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh:

line 110: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 111: bc: command not found[Upload content kaltura_logo_animated_blue.flv] [PASSED,

RC:

0]

  • []/opt/kaltura/bin/kaltura-sanity.sh: line 117: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 118: bc: command not found[Upload content

kaltura_logo_animated_green.flv] [PASSED, RC: 0] - []/opt/kaltura/bin/kaltura-sanity.sh: line 120: unzip: command not

found/opt/kaltura/bin/kaltura-sanity.sh:

line 125: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 126: bc: command not found[Upload bulk using CSV] [FAILED, RC: 255] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 132: bc: command not found/opt/kaltura/bin/kaltura-sanity.sh: line 133: bc: command not found[Upload bulk using

XML]

[FAILED, RC: 255] - []/opt/kaltura/bin/kaltura-sanity.sh: line 143: bc: command not found[Red5 file upload] [PASSED, RC: 0] -

[]/opt/kaltura/bin/kaltura-sanity.sh: line 154: bc: command not found/opt/kaltura/bin/kaltura-functions.rc: line 390: [: 1,: integer expression

expected[Check

missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses] [FAILED, RC: 1,] - [/tmp/missing_web_files_08_04_2014]

Thanks !!

Date: Tue, 8 Apr 2014 07:16:10 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

kmc4 is an apache redirect but what seems more of an issue is:

'partner [0] not found in database - skipping!'

Did the sanity test pass successfully? also was the DB phase alright? it

should be like this:

Checking connectivity to needed daemons...

Connectivity test passed:)

Cleaning cache..

Populating DB with data.. please wait..

Output for /opt/kaltura/app/deployment/base/scripts/installPlugins.php

being logged into /opt/kaltura/log/installPlugins.log

Output for /opt/kaltura/app/deployment/base/scripts/insertDefaults.php

being logged into /opt/kaltura/log/insertDefaults.log

Output for /opt/kaltura/app/deployment/base/scripts/insertPermissions.php

being logged into /opt/kaltura/log/insertPermissions.log

Output for /opt/kaltura/app/deployment/base/scripts/insertContent.php

being logged into /opt/kaltura/log/insertContent.log

Generating UI confs..

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After running the kaltolog command

i get this errors:

/opt/kaltura/log/kaltura_apache_errors.log <==[Tue Apr 08 15:41:45 2014] [error] [client 10.0.0.11] PHP Notice: Undefined offset: 0 in

/opt/kaltura/app/alpha/apps/kaltura/lib/db/DbManager.php on line 259, referer: http://xxx.com/index.php/kmc/kmc4

I can not find any /kmc4 directory or or file with that name

--==> /opt/kaltura/log/kaltura_scripts.log <==2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php]

[kPermissionManager::markPartnerRoleCacheDirty]

ERR:

Cannot find partner with id [-6]2014-04-08 14:47:29 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR:

Cannot

find

partner with id [-6]2014-04-08 14:47:30 [1118078358] [addPermissionsAndItems.php] [kPermissionManager::markPartnerRoleCacheDirty] ERR: Cannot find

partner

with

id

[-6]2014-04-08 14:47:33 [1569612345] [addPermissionsAndItems.php] [addItemToPermissions] ALERT: ERROR - Permission name [SYSTEM_ADMIN_PUBLISHER_CONFIG]

for

partner [0] not found in database - skipping!

Thanks !!

Date: Tue, 8 Apr 2014 06:30:40 -0700

From: notifications@github.com

To: platform-install-packages@noreply.github.com

CC: javier.montero@outlook.com

Subject: Re: [platform-install-packages] kaltura-front-config.sh problems (#81)

Hello,

The missing files are actually a known issue but they should not prevent

the system from functioning, if all the other tests passed OK you should

be good.

Please let me know whether all is well.

Thanks,

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 17-18, NYC. Register today!

http://connect.kaltura.com/registration

On Tue, 8 Apr 2014, jamont wrote:

After a fresh installation of kaltura ver 9.13.0 an running the /opt/kaltura/bin/kaltura-sanity.sh

i get following output

[Check missing web/content files - See /tmp/missing_web_files_08_04_2014 for a list of misses]

/opt/kaltura/web/

/opt/kaltura/web//content_{locale}_ResourceModule.swf

/opt/kaltura/web//content/uiconf/2tor/new_kdp/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/droga5/net10/kae_1.0.5/Help.png

/opt/kaltura/web//content/uiconf/kaltura/appstudio/v.1/kdp_skin_aps_v2.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/corp_new/kcw_2.6.4/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/default_player/kdp_2.0.0/kdp_skin_dark3a.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_dark.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_gray.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/kdp_1.1.11/skin_kdp_drupal_whiteblue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard_default.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_KDP_blue.swf

/opt/kaltura/web//content/uiconf/kaltura/drupal/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_ContributionWizard.swf

/opt/kaltura/web//content/uiconf/kaltura/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/Help.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.10/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US_kaltura.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kae_1.0.15/kae_generic_generic_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kaltura_watermark.png

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_en_US.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_1.6.5/dark/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kcw_2.0/light/kcw_styles.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/styles_kse.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.5/light/welcome.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/en_US_SimpleEditor.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/styles_kse_light.swf

/opt/kaltura/web//content/uiconf/kaltura/generic/kse_2.1.6/welcome_light.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/kpwSkin/v3.4.8.2/skin.swf

/opt/kaltura/web//content/uiconf/kaltura/pptWidget/patches/patch_7_3_2011/carouselPlugin.swf

/opt/kaltura/web//content/uiconf/kaltura/styles_SimpleEditor_default.swf

/opt/kaltura/web//content/uiconf/kaltura/wordpress/kdp_1.1.11/skin_kdp_wordpress_dark.swf

/opt/kaltura/web//content/uiconf/ka

afrogeex commented 10 years ago

[Check memcached daemon is started by Monit] [PASSED, RC: 0] - [8.318809469] [check daemon memcached init status] [PASSED, RC: 0] - [.004986747] [kaltura-html5lib ver in KMC config.ini] [PASSED, RC: 0] - [.043901355] [kaltura-kdp3 ver in KMC config.ini] [PASSED, RC: 0] - [.019230384] [kaltura-kmc ver in KMC config.ini] [PASSED, RC: 0] - [.024447973] curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information [check_testme_page] [FAILED, RC: 1] - [.503491111] [check_kmc_index_page] [FAILED, RC: 1] - [.507050475] curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information [check_admin_console_index_page] [FAILED, RC: 1] - [.498636836] [Create Partner] [FAILED, RC: 255] - [.595269603] Partner creation failed. I will skip all tests that require it. [Red5 file upload] [FAILED, RC: 2] - [5.135078118]

These are the errors I just found from running kaltura-sanity.sh. I can't login to the admin console An error occurred (error code: API:-1) Message: . RC : 302

KalturaCommunity-zz commented 10 years ago

Hello,

It seems you do not have access to any of the web interfaces. What did you use for service URL? can you telnet it over port 80?

telnet host 80

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 16-18, NYC. Register today! http://connect.kaltura.com/registration

On Fri, 6 Jun 2014, mahofi wrote:

[Check memcached daemon is started by Monit] [PASSED, RC: 0] - [8.318809469] [check daemon memcached init status] [PASSED, RC: 0] - [.004986747] [kaltura-html5lib ver in KMC config.ini] [PASSED, RC: 0] - [.043901355] [kaltura-kdp3 ver in KMC config.ini] [PASSED, RC: 0] - [.019230384] [kaltura-kmc ver in KMC config.ini] [PASSED, RC: 0] - [.024447973] curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information [check_testme_page] [FAILED, RC: 1] - [.503491111] [check_kmc_index_page] [FAILED, RC: 1] - [.507050475] curl: no URL specified! curl: try 'curl --help' or 'curl --manual' for more information [check_admin_console_index_page] [FAILED, RC: 1] - [.498636836] [Create Partner] [FAILED, RC: 255] - [.595269603] Partner creation failed. I will skip all tests that require it. [Red5 file upload] [FAILED, RC: 2] - [5.135078118]

These are the errors I just found from running kaltura-sanity.sh. I can't login to the admin console An error occurred (error code: API:-1) Message: . RC : 302

— Reply to this email directly or view it onGitHub.[2227038__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxNzY5MTE2MCwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--876f95a975b100 f59a4557a05b960b7cdd4134c0.gif]

afrogeex commented 10 years ago

Hi Jess,

Many thanks for your quick response. I used my hostname as the service URL and yes, I am able to telnet it over port 80.

jessp01 commented 10 years ago

Hi,

What is returned when doing:

. /etc/kaltura.d/system.ini

curl -I $SERVICE_URL

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 16-18, NYC. Register today! http://connect.kaltura.com/registration

On Fri, 6 Jun 2014, mahofi wrote:

Hi Jess,

Many thanks for your quick response. I used my hostname as the service URL and yes, I am able to telnet it over port 80.

— Reply to this email directly or view it onGitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxNzY5MjAxMywiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--b415ac3a4cd2ec be16ae267dcd3e3978938d30ae.gif]

afrogeex commented 10 years ago

/etc/kaltura.d/system.ini

-bash: /etc/kaltura.d/system.ini: Permission denied

curl -I $SERVICE_URL

HTTP/1.1 302 Moved Temporarily Server: nginx Date: Fri, 06 Jun 2014 16:46:03 GMT Content-Type: text/html Content-Length: 154 Connection: keep-alive Location: http://host

jessp01 commented 10 years ago

There is a '.' before /etc/kaltura.d/system.ini

. /etc/kaltura.d/system.ini

May the source be with you,

Jess Portnoy

Join us for Kaltura Connect 2014, June 16-18, NYC. Register today! http://connect.kaltura.com/registration

On Fri, 6 Jun 2014, mahofi wrote:

                                                /etc/kaltura.d/system.ini

-bash: /etc/kaltura.d/system.ini: Permission denied

                                                   curl -I $SERVICE_URL

HTTP/1.1 302 Moved Temporarily Server: nginx Date: Fri, 06 Jun 2014 16:46:03 GMT Content-Type: text/html Content-Length: 154 Connection: keep-alive Location: http://host

— Reply to this email directly or view it onGitHub.[5270205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxNzY5MjQ0NSwiZGF0YSI6eyJpZCI6Mjg3MDA3NjZ9fQ==--9c1ca298c9f5e9 a8f4b006ec6ad174711a2c3f28.gif]

afrogeex commented 10 years ago

. /etc/kaltura.d/system.ini

afrogeex commented 10 years ago

response # [blank]