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

"Invalid credentials provided" after reboot

$
0
0

Hi,

Start by making sure you have all relevant daemons running, in particular, both kaltura-sphinx and MySQL must run.
When trying to login, on the server's shell, run:
# kaltlog
and look at the errors being outputted to STDOUT and STDERR.
Since this happened post reboot, again, my guess would be either Sphinx or MySQL are not running.

As for the sanity output:
"Napping 1 seconds to allow the daemon httpd to finish its init after monit restarted it.."
give it time, what this test does is stop all relevant daemons, one at a time, and wait for Monit, which is the watchdog daemon to restart them.

For a standalone, single instance, you should have the following running:
SPHINX_DAEMON=kaltura-sphinx
BATCH_DAEMON=kaltura-batch
MEMCACHE_DAEMON=memcached

And, in addition:
on deb:
APACHE_DAEMON=apache2
MYSQL_DAEMON=mysql
MONIT_DAEMON=monit

on RHEL:
APACHE_DAEMON=httpd
MYSQL_DAEMON=mysqld
MONIT_DAEMON=kaltura-monit


Viewing all articles
Browse latest Browse all 7410

Trending Articles