VideoCache
Videocache is no longer in development.

Could not connect to RPC server (videocache scheduler) at 127.0.0.1:9100

by Anonymous on 5 Apr 2012

Dear Admin,
I installed videocache-1.9.9 on freebsd-7.2-Release there are errors like this:

tail-f /var/log/videocache/videocache.log
05/Apr/2012: 05:28:01 ERROR 681 - RPC_CONNECT_ERR - Could not connect to RPC servers (videocache scheduler) at 127.0.0.1:9100. Please check the status scheduler. If needed, restart the scheduler using 'vc-s-scheduler restart' command. [Errno 61] Connection refused

I have to restart the scheduler with the command "vc-scheduler-s restart" but the error is still there.

For its tracert log:

# Tail-f / var / log / videocache / trace.log
   File "/ usr/local/lib/python2.6/httplib.py", line 764, in _send_output
     self.send (msg)
   File "/ usr/local/lib/python2.6/httplib.py", line 723, in send
     self.connect ()
   File "/ usr/local/lib/python2.6/httplib.py", line 704, in connect
     self.timeout)
   File "/ usr/local/lib/python2.6/socket.py", line 514, in create_connection
     raise error, msg
error: [Errno 61] Connection refused

I am using Squid-7.2 STABLE

thank you

3 Answers

by Kulbir Saini on 11 Apr 2012

Hi Anon,

Could you please check if any other application is listening on port 9100? If no, other reason may be your firewall blocking local connections on port 9100. Please check that as well. If it still doesn't work, please let me know.

Thank You!

by cags84 on 10 Jan 2013

Hi Admin,

please help. error

10/Jan/2013:10:53:43 1613 ERROR - - RPC_CONNECT_ERR - Could not connect to RPC server (videocache scheduler) at 127.0.0.1:9100. Please check scheduler status. If needed, restart scheduler using 'vc-scheduler -s restart' command. [Errno 111] Connection refused
root@proxy:~# netstat -lnptu | grep 9100
nothing

not block iptables, please help.

by Kulbir Saini on 10 Jan 2013

Did you start vc-scheduler? Please do so using 'vc-scheduler -s start' or 'vc-scheduler -s restart'.