Personal tools
You are here: Home Documentation Issue Trackers Web Services Every call failing with "Error Value: connection_string" (getClassByClassNumber)

#9 — Every call failing with "Error Value: connection_string" (getClassByClassNumber)

State Resolved
Area Functionality
Issue type Bug
Severity Medium
Submitted by Maccabee Levine
Submitted on Sep 14, 2009
Responsible
Return to tracker
Last modified on Sep 22, 2009 by T. Kim Nguyen
Since around 4pm on Saturday (9/12), all 26 calls to getClassByClassNumber have failed. This is causing every course page creation to fail. The calls return a full HTML page response (similar to bugs #2 and #5). The key portion of the HTML is below. From the command line (wget), I get an Error 500.

This happens for every class_num I try, real (34654/0640) or fake (12345/0640).


      <div>

          <h1>Site error</h1>

          <p>
          This site encountered an error trying to fulfill your request.
          The errors were:
          </p>

          <dl>
              <dt>
              Error Type
              </dt>

              <dd>AttributeError</dd>




              <dt>
              Error Value
              </dt>

              <dd>connection_string</dd>


              <dt>
              Request made at
              </dt>

              <dd>2009/09/13 08:36:40.231 GMT-5</dd>
          </dl>

      </div>

Added by T. Kim Nguyen on Sep 22, 2009 04:09 PM
Issue state: unconfirmedresolved
From Sept 14: "The nightly restart failed to load the Oracle connector (!). I restarted the Zope a different way and it is working now. I'll change the cron job."
You must log in to add a response