Return-Path: X-Original-To: apmail-oodt-dev-archive@www.apache.org Delivered-To: apmail-oodt-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E3F01187F1 for ; Thu, 3 Mar 2016 17:13:53 +0000 (UTC) Received: (qmail 60758 invoked by uid 500); 3 Mar 2016 17:13:53 -0000 Delivered-To: apmail-oodt-dev-archive@oodt.apache.org Received: (qmail 60723 invoked by uid 500); 3 Mar 2016 17:13:53 -0000 Mailing-List: contact dev-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list dev@oodt.apache.org Received: (qmail 60712 invoked by uid 99); 3 Mar 2016 17:13:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2016 17:13:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2AF6AC06C5 for ; Thu, 3 Mar 2016 17:13:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.949 X-Spam-Level: * X-Spam-Status: No, score=1.949 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, MANY_SPAN_IN_TEXT=2.599, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 69U2B1y5sImL for ; Thu, 3 Mar 2016 17:13:51 +0000 (UTC) Received: from mail.jpl.nasa.gov (sentrion2.jpl.nasa.gov [128.149.139.106]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 855385F56F for ; Thu, 3 Mar 2016 17:13:50 +0000 (UTC) Received: from mail.jpl.nasa.gov (ap-ehub-sp01.jpl.nasa.gov [128.149.137.148]) by smtp.jpl.nasa.gov (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id u23HDm2j022957 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256 bits) verified NO) for ; Thu, 3 Mar 2016 09:13:49 -0800 Received: from AP-EMBX-SP20.RES.AD.JPL ([169.254.8.71]) by ap-ehub-sp01.RES.AD.JPL ([169.254.3.165]) with mapi id 14.03.0210.002; Thu, 3 Mar 2016 09:13:48 -0800 From: "Liu, David (3902-Affiliate)" To: "dev@oodt.apache.org" Subject: Apache errors when accessing balance application Thread-Topic: Apache errors when accessing balance application Thread-Index: AQHRdXAM90CfjJANAUe5O4ahyTcyTA== Date: Thu, 3 Mar 2016 17:13:47 +0000 Message-ID: <9A9169F4-517A-4CB8-9212-0C5DA932A05F@jpl.nasa.gov> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.149.137.81] Content-Type: multipart/alternative; boundary="_000_9A9169F4517A4CB892120C5DA932A05Fjplnasagov_" MIME-Version: 1.0 X-Source-Sender: David.Liu@jpl.nasa.gov X-AUTH: Authorized --_000_9A9169F4517A4CB892120C5DA932A05Fjplnasagov_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Good Morning! I seem to be getting the following errors in my apache error_log when acces= sing my balance application: Undefined index: authorization_class_path in /usr/share/pear/Org/Apache/Ood= t/Balance/Core/Application.class.php on line 149 Undefined index: balance_request_start in /usr/local/ecas/ui/hooks.php on l= ine 78 Do these errors suggest that I have missing modules/settings in my applicat= ion that is supposed to be configured somewhere? On line 149 in Application.class.php, the code looks like this: public function setAuthorizationProviderInstance() { // Check if the user wants authorization for application if ( $this->settings['authorization_class_path'] !=3D null && $this->settings['authorization_class'] !=3D null ) { require_once $this->settings['authorization_class_path']; $authProvider =3D $this->settings['a= uthorization_class']; $this->authorizationProviderInstance =3D new $authProvider(= ); } } On line 78 in hooks.php, the code looks like this: function hook_after_send() { $timeStart =3D $GLOBALS['balance_request_start']; $timeEnd =3D microtime(true); $elapsed =3D $timeEnd - $timeStart; Thanks again for all the help so far! David --_000_9A9169F4517A4CB892120C5DA932A05Fjplnasagov_--