| <class 'DataCollector.ApplicationError'> | Python 2.6.1: /usr/bin/python Tue Sep 7 21:33:21 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 0xb7d770d4>, form = FieldStorage(None, None, [MiniFieldStorage('tabl...eldStorage('value', 'chr22.sanger.pmh.N.FASTA')]) |
| /var/www/html/tables.gersteinlab.org/index.cgi in main_html(form=FieldStorage(None, None, [MiniFieldStorage('tabl...eldStorage('value', 'chr22.sanger.pmh.N.FASTA')])) |
| 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 0xb7df805c>, conn = <_mysql.connection open to 'localhost' at 9e7dc6c>, app_id = 'chr2122' |
| /var/www/html/tables.gersteinlab.org/DataCollector.py in __init__(self=<Application instance>, conn=<_mysql.connection open to 'localhost' at 9e7dc6c>, app_id='chr2122') |
| 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 = 'chr2122' |
<class 'DataCollector.ApplicationError'>: Application ID "chr2122" not found
args =
('Application ID "chr2122" not found',)
message =
'Application ID "chr2122" not found'