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

Unable to access Kaltura Admin console

$
0
0

hi,

apachectl -t -DDUMP_VHOSTS gives below output:

[root@media ~]# apachectl -t -DDUMP_VHOSTS
httpd: Could not reliably determine the server's fully qualified domain name, using 10.30.32.45 for ServerName
VirtualHost configuration:
wildcard NameVirtualHosts and default servers:
default:443 10.30.32.45 (/etc/httpd/conf.d/ssl.conf:75)
*:80 10.30.32.45 (/etc/httpd/conf.d/zzzkaltura.conf:1)
Syntax OK
[root@media ~]#

curl -I -v http://10.30.32.45/ returns output as below:

[root@media ~]# curl -I -v http://10.30.32.45/
* About to connect() to 10.30.32.45 port 80 (#0)
* Trying 10.30.32.45... connected
* Connected to 10.30.32.45 (10.30.32.45) port 80 (#0)

HEAD / HTTP/1.1
User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.12.9.0 zlib/1.2.3 libidn/1.18 libssh2/1.2.2
Host: 10.30.32.45
Accept: /

< HTTP/1.1 302 Found
HTTP/1.1 302 Found
< Date: Fri, 18 Mar 2016 03:56:29 GMT
Date: Fri, 18 Mar 2016 03:56:29 GMT
< Server: Apache/2.2.22 (CentOS)
Server: Apache/2.2.22 (CentOS)
< Location: http://10.30.32.45/start/index.php
Location: http://10.30.32.45/start/index.php
< Connection: close
Connection: close
< Content-Type: text/html; charset=iso-8859-1
Content-Type: text/html; charset=iso-8859-1

<
* Closing connection #0
[root@media ~]#

kaltlog giving below output

==> /opt/kaltura/log/generate.php.log <==
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1660 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1661 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1662 in Unknown on line 0
tar: Removing leading `../' from member names
--
' in /opt/kaltura/app/tests/lib/KalturaClientBase.php:401
Stack trace:
0 /opt/kaltura/app/tests/lib/KalturaClientBase.php(953): KalturaClientBase->doQueue()
--
==> /opt/kaltura/log/insertDefaults.log <==
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1660 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1661 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1662 in Unknown on line 0

--
==> /opt/kaltura/log/installPlugins.log <==
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1660 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1661 in Unknown on line 0
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php.ini on line 1662 in Unknown on line 0

--
==> /opt/kaltura/log/kaltura_apache_errors.log <==
[Fri Mar 18 09:47:50 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/batch/action/updatePartnerLoadTable
[Fri Mar 18 09:47:50 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/batch/action/suspendJobs
[Fri Mar 18 09:47:50 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/batch/action/cleanExclusiveJobs
[Fri Mar 18 09:47:53 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/system/action/ping
[Fri Mar 18 09:48:04 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/livestream/action/list
[Fri Mar 18 09:48:09 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/system/action/ping
[Fri Mar 18 09:48:18 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/dropfolder_dropfolder/action/list
[Fri Mar 18 09:48:25 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/system/action/ping
[Fri Mar 18 09:48:35 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/livestream/action/list
[Fri Mar 18 09:48:41 2016] [error] [client 10.30.32.45] File does not exist: /opt/kaltura/app/alpha/web/api_v3/index.php/service/system/action/ping

--

2016-03-17 23:59:58 [0.000432] [371593587] [9] [BATCH] [KScheduleHelper->run] ERR: exception 'Exception' with message 'System is not yet ready - ping failed' in /opt/kaltura/app/infra/log/KalturaLog.php:83
Stack trace:
0 /opt/kaltura/app/batch/batches/KScheduleHelper.class.php(42): KalturaLog::err('System is not y...')
--

2016-03-18 09:48:41 [0.000325] [380861988] [9] [BATCH] [KScheduleHelper->run] ERR: exception 'Exception' with message 'System is not yet ready - ping failed' in /opt/kaltura/app/infra/log/KalturaLog.php:83
Stack trace:
0 /opt/kaltura/app/batch/batches/KScheduleHelper.class.php(42): KalturaLog::err('System is not y...')


Viewing all articles
Browse latest Browse all 7410

Trending Articles