Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 853FA200B4B for ; Thu, 21 Jul 2016 23:15:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 83C97160A90; Thu, 21 Jul 2016 21:15:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C9441160A72 for ; Thu, 21 Jul 2016 23:15:21 +0200 (CEST) Received: (qmail 38370 invoked by uid 500); 21 Jul 2016 21:15:21 -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 38356 invoked by uid 99); 21 Jul 2016 21:15:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2016 21:15:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5459D1805EA for ; Thu, 21 Jul 2016 21:15:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.728 X-Spam-Level: X-Spam-Status: No, score=-1.728 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-1.426, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id eo5lN0YXb9rf for ; Thu, 21 Jul 2016 21:15:18 +0000 (UTC) Received: from piper.jhuapl.edu (piper.jhuapl.edu [128.244.251.37]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id A843961294 for ; Thu, 21 Jul 2016 21:15:17 +0000 (UTC) Received: from aplex01.dom1.jhuapl.edu (unknown [128.244.198.5]) by piper.jhuapl.edu with smtp (TLS: TLSv1/SSLv3,256bits,ECDHE-RSA-AES256-SHA384) id 3d92_b07f_5e711052_2316_4103_bd78_c250f99e770f; Thu, 21 Jul 2016 17:15:09 -0400 X-CrossPremisesHeadersFilteredBySendConnector: aplex01.dom1.jhuapl.edu Received: from aplex01.dom1.jhuapl.edu (128.244.198.5) by aplex01.dom1.jhuapl.edu (128.244.198.5) with Microsoft SMTP Server (TLS) id 15.0.1076.9; Thu, 21 Jul 2016 17:15:09 -0400 Received: from aplex01.dom1.jhuapl.edu ([fe80::19f5:dcc5:c696:1a50]) by aplex01.dom1.jhuapl.edu ([fe80::19f5:dcc5:c696:1a50%26]) with mapi id 15.00.1076.000; Thu, 21 Jul 2016 17:15:09 -0400 From: "Mallder, Valerie" To: "dev@oodt.apache.org" Subject: OPSUI unexpected runtime exceptions Thread-Topic: OPSUI unexpected runtime exceptions Thread-Index: AdHjk7L+isZPn4pSSgmSAiHlOAOKMA== Date: Thu, 21 Jul 2016 21:15:08 +0000 Message-ID: <8427a3a7c57242cd88d206c537d8048b@aplex01.dom1.jhuapl.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [128.244.198.169] Content-Type: multipart/alternative; boundary="_000_8427a3a7c57242cd88d206c537d8048baplex01dom1jhuapledu_" MIME-Version: 1.0 X-OrganizationHeadersPreserved: aplex01.dom1.jhuapl.edu archived-at: Thu, 21 Jul 2016 21:15:22 -0000 --_000_8427a3a7c57242cd88d206c537d8048baplex01dom1jhuapledu_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi All, On the home page of the OPSUI (in OODT-1.0), there is a link called "Config= uration" which takes you to a page that has 4 tabs called "File Manager", "= Workflow Manager", "Resource Manager" and "PGE Configuration". The "File Ma= nager" tab links to this very same page, so if you click on it, you stay on= that page. But, when you click on each of the "Workflow Manager", "Resour= ce Manager" and "PGE Configuration" tabs you get an Unexpected RuntimeExcep= tion with the message: WicketMessage: ITab.getPanel() returned null. TabbedPanel [15:tabs] ITab in= dex [3] So, I went hunting through the java code and I found that indeed each of th= ese tabs are coded to return 'null', as shown on lines 67, 82 and 97 of the= file: pcs/opsui/src/main/java/org/apache/oodt/pcs/opsui/config/ConfigPage.= java. For some reason, I thought these links used to actually link to somet= hing rather than yield an exception. I don't ever remember getting these ex= ceptions before, but I could be remembering it wrong since it's been a whil= e since I've tried to bring up the OPSUI. Are these tabs on the ConfigPage= stubbed out like this on purpose? I also noticed, on the home page, if you hover your mouse over the "Resourc= e Manager" link, you see the link is pointing to "localhost:8080/opsui/null= " - and so you get another Unexpected RuntimeException when you click on it= . So, I went hunting for that one too, and I found on line 79 of pcs/opsui= /src/main/java/org/apache/oodt/pcs/opsui/HomePage.java it has put a hyperli= nk on the page that is supposed to point to the "ganglia url". I have no id= ea what ganglia is, but I also I don't remember getting runtime exceptions = from this link either. I remember being able to view the resource manager p= age just fine (as long as I was running the resource manager that is) in ve= rsions as far back as 0.8. So, I started looking in Jira, and I found OODT-669 "Make Resource Manager = work without Ganglia" which says it was fixed in version 0.7. But, I don= 't see any corresponding Jira issues called "Make OPSUI work without Gangli= a". :( Does anyone know how I can clear up these unexpected runtime exceptions fro= m OPSUI? I'm trying to get it set up to use in our production pipeline for= the JEDI instrument on JUNO, and it doesn't look so good to be getting exc= eptions like these. Could I have something wring in my configuration? I ca= n guarantee you that GANGLIA_URL is set to null because I have no idea what= it :) Thanks, Val --_000_8427a3a7c57242cd88d206c537d8048baplex01dom1jhuapledu_--