| <class 'DataCollector.ApplicationError'> | Python 2.6.1: /usr/bin/python Tue Sep 7 21:33:45 2010 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /var/www/html/tables.gersteinlab.org/index.cgi in |
| 197 print e.__class__.__name__, "</B><BR>" |
| 198 print "<I>", e , "</I>" |
| 199 print "</td></tr></table>" |
| 200 else: |
| 201 main_html(form) |
| main_html = <function main_html at 0xb7da2144>, form = FieldStorage(None, None, [MiniFieldStorage('tabl...cress'), MiniFieldStorage('value', 'index.php')]) |
| /var/www/html/tables.gersteinlab.org/index.cgi in main_html(form=FieldStorage(None, None, [MiniFieldStorage('tabl...cress'), MiniFieldStorage('value', 'index.php')])) |
| 77 |
| 78 try: |
| 79 app = Application(conn, app_id) |
| 80 except ApplicationError: |
| 81 # Search for system id if there's no matching app |
| app undefined, global Application = <class DataCollector.Application at 0xb7e6405c>, conn = <_mysql.connection open to 'localhost' at a10ca3c>, app_id = 'cress' |
| /var/www/html/tables.gersteinlab.org/DataCollector.py in __init__(self=<Application instance>, conn=<_mysql.connection open to 'localhost' at a10ca3c>, app_id='cress') |
| 104 if (not result): |
| 105 raise ApplicationError('Application ID "' |
| 106 + app_id + '" not found') |
| 107 self.app_id = app_id |
| 108 self.display_name = result["app_display_name"] |
| app_id = 'cress' |
<class 'DataCollector.ApplicationError'>: Application ID "cress" not found
args =
('Application ID "cress" not found',)
message =
'Application ID "cress" not found'