First time trying to run this.
When I open address
http://127.0.0.1:8000/
in both Chrome and Firefox it says "Internal Error" Ticket Issued: Unknown
I've allowed access to the folder and all apps in the web2py folder.
This is the error I get in the CMD
C:\Program Files\rF2 Log Analyzer ver. 2.058.14>cd web2py
C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py>web2py_on_gevent.exe
starting on 127.0.0.1:8000...
ERROR:web2py:Traceback (most recent call last):
File "C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py\gluon\restricted.py", line 227, in restricted
exec ccode in environment
File "D:/web2py_2.14.6/applications/r2la\compiled\models.db.py", line 19, in <module>
File "C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py\gluon\packages\dal\pydal\base.py", line 174, in __call__
obj = super(MetaDAL, cls).__call__(*args, **kwargs)
File "C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py\gluon\packages\dal\pydal\base.py", line 473, in __init__
"Failure to connect, tried %d times:\n%s" % (attempts, tb)
RuntimeError: Failure to connect, tried 5 times:
Traceback (most recent call last):
File "C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py\gluon\packages\dal\pydal\base.py", line 446, in __init__
self._adapter = ADAPTERS[self._dbname](**kwargs)
File "C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py\gluon\packages\dal\pydal\adapters\base.py", line 60, in __call__
obj = super(AdapterMeta, cls).__call__(*args, **kwargs)
File "C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py\gluon\packages\dal\pydal\adapters\sqlite.py", line 79, in __init__
if do_connect: self.reconnect()
File "C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py\gluon\packages\dal\pydal\connection.py", line 104, in reconnect
self.connection = f()
File "C:\Program Files\rF2 Log Analyzer ver. 2.058.14\web2py\gluon\packages\dal\pydal\adapters\sqlite.py", line 77, in connector
return self.driver.Connection(dbpath, **driver_args)
OperationalError: unable to open database file