Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Kaltura-db-config.sh FAILED with: 255 on line 182

$
0
0

During the config all process i get this fail

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

kaltura-db-config.sh FAILED with: 255 on line 182

From my reading so far it appears to be an issue with the version of php that im running as there are several bug reports regarding this area of the process as well as talk about anything over php 5.5 so i assume this also has to do with my version which is

php -v
PHP 5.6.25 (cli) (built: Sep 3 2016 19:17:54)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies

line 182 is

php $APP_DIR/deployment/base/scripts/installPlugins.php >> $LOG_DIR/installPlugins.log 2>&1

so im not sure what the issue is exactly with the 255 value and why its failing..

Here is the output from the installPlugins.log

> Fatal error: Uncaught exception 'PropelException' with message 'Unable to open PDO connection dsn[mysql:host=127.0.0.1;port=3306;dbname=kaltura;] user[kaltura] password[passwordremoved] [wrapped: could not find driver]' in /opt/kaltura/app/vendor/propel/Propel.php:649
> Stack trace:
> #0 /opt/kaltura/app/vendor/propel/Propel.php(532): Propel::initConnection(Array, 'propel')
> #1 /opt/kaltura/app/alpha/apps/kaltura/lib/myDbHelper.class.php(30): Propel::getConnection('propel')
> #2 /opt/kaltura/app/alpha/apps/kaltura/lib/myDbHelper.class.php(49): myDbHelper::getConnection('propel')
> #3 /opt/kaltura/app/alpha/lib/model/om/BaseDynamicEnumPeer.php(371): myDbHelper::alternativeCon(NULL)
> #4 /opt/kaltura/app/alpha/lib/model/om/BaseDynamicEnumPeer.php(335): BaseDynamicEnumPeer::alternativeCon(NULL, 0)
> #5 /opt/kaltura/app/alpha/lib/kPluginableEnumsManager.php(66): BaseDynamicEnumPeer::doSelect(Object(Criteria))
> #6 /opt/kaltura/app/alpha/lib/kPluginableEnumsManager.php(97): kPluginableEnumsManager::loadApiMap()
> #7 /opt/kaltura/app/alpha/lib/ in /opt/kaltura/app/vendor/propel/Propel.php on line 649

Viewing all articles
Browse latest Browse all 7410

Trending Articles