HST Director's Discretionary Programs

Mon Jul 1 22:25:37 EDT 2013

--> -->
Cycle ID PI Institution Title Orbits
21 13498 Jennifer Lotz Space Telescope Science Institute HST Frontier Fields - Observations of MACSJ0717.5+3745 140
21 13496 Jennifer Lotz Space Telescope Science Institute HST Frontier Fields - Observations of MACSJ0416.1-2403 140
21 13495 Jennifer Lotz Space Telescope Science Institute HST Frontier Fields - Observations of Abell 2744 140
 
 
ValueError
Python 3.2.2: /usr/local/bin/python3.2
Mon Jul 1 22:25:39 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /grp/websites/visits.stsci.edu/cgi-bin/<stdin> in ()
 /grp/websites/visits.stsci.edu/cgi-bin/lib/python/ops_utilities.py in ProgramPI(program=13501, nameType='full', reportError=True)
   1527         if reportError:
   1528             DisplayDatabaseError("ERROR: No principal investigator found for {}.\n".format(program),
=> 1529                                  environ["PROPER_DB"])
   1530     else:
   1531         if nameType in ["first", "full"]:
global environ = environ({'FLIGHT_TOOLS_DIR': '/grp/websites/visi...MAIN': 'stsci.edu', 'PROPER_DB_SERVER': 'ZEPPO'})
 /grp/websites/visits.stsci.edu/cgi-bin/lib/python/ops_utilities.py in DisplayDatabaseError(messageText='proper_rep database on ZEPPO server ERROR:<br>ERROR: No principal investigator found for 13501.\n<br>', database='proper_rep', server='ZEPPO')
    590     # Display the error message.
    591     #
=>  592     raise ValueError(messageText)
    593 
    594 
builtin ValueError = <class 'ValueError'>, messageText = 'proper_rep database on ZEPPO server ERROR:<br>ERROR: No principal investigator found for 13501.\n<br>'

ValueError: proper_rep database on ZEPPO server ERROR:<br>ERROR: No principal investigator found for 13501. <br>
      args = ('proper_rep database on ZEPPO server ERROR:<br>ERROR: No principal investigator found for 13501.\n<br>',)
      with_traceback = <built-in method with_traceback of ValueError object>