Hi, I am finding that Log Analyzer won't run for some reason. It has run fine in the past, and apart from the standard Windows Updates, Antivirus updates, etc, I haven't done anything to my computer that I would think might contribute to this no longer working.
When I run the r2la.bat file the following occurs. The same occurs if I directly run web2py_on_gevent.exe.
Thanks in advance for your help!!!
starting on 127.0.0.1:8000...
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "__main__.py", line 128, in <module>
File "__main__web2py_on_gevent__.py", line 112, in <module>
File "__main__web2py_on_gevent__.py", line 109, in main
File "__main__web2py_on_gevent__.py", line 46, in run
File "gevent/baseserver.py", line 282, in serve_forever
File "gevent/baseserver.py", line 234, in start
File "gevent/pywsgi.py", line 639, in init_socket
File "gevent/server.py", line 78, in init_socket
File "gevent/server.py", line 89, in get_listener
File "gevent/server.py", line 153, in _tcp_listener
File "<string>", line 1, in bind
socket.error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions: ('127.0.0.1', 8000)