As I suspected the rocket server was hung so I had to use the task manager
to stop the process and restart. It normally displays the weclome page but
got this ticket issued instead:
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
Traceback (most recent call last):
File "C:\web2py\gluon\restricted.py", line 209, in restricted
exec ccode in environment
File "C:/web2py/applications/welcome/controllers/default.py"
<http://127.0.0.1:8000/admin/default/edit/welcome/controllers/default.py>, line
75, in <module>
File "C:\web2py\gluon\globals.py", line 186, in <lambda>
self._caller = lambda f: f()
File "C:/web2py/applications/welcome/controllers/default.py"
<http://127.0.0.1:8000/admin/default/edit/welcome/controllers/default.py>, line
21, in index
return auth.wiki()
File "C:\web2py\gluon\tools.py", line 3192, in wiki
env=env)
File "C:\web2py\gluon\tools.py", line 4591, in __init__
db.define_table(key, *value['args'], **value['vars'])
File "C:\web2py\gluon\dal.py", line 7095, in define_table
table = self.lazy_define_table(tablename,*fields,**args)
File "C:\web2py\gluon\dal.py", line 7126, in lazy_define_table
polymodel=polymodel)
File "C:\web2py\gluon\dal.py", line 905, in create_table
self.create_sequence_and_triggers(query,table)
File "C:\web2py\gluon\dal.py", line 2826, in create_sequence_and_triggers
self.execute(query)
File "C:\web2py\gluon\dal.py", line 2820, in execute
return self.log_execute(command, args)
File "C:\web2py\gluon\dal.py", line 1665, in log_execute
ret = self.cursor.execute(*a, **b)
DatabaseError: ORA-00904: : invalid identifier
--