Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 662 invoked from network); 31 Dec 2008 08:17:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2008 08:17:10 -0000 Received: (qmail 86681 invoked by uid 500); 31 Dec 2008 08:17:09 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86632 invoked by uid 500); 31 Dec 2008 08:17:08 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 86623 invoked by uid 99); 31 Dec 2008 08:17:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 00:17:08 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 08:17:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 29F27234C4A7 for ; Wed, 31 Dec 2008 00:16:44 -0800 (PST) Message-ID: <278958889.1230711404156.JavaMail.jira@brutus> Date: Wed, 31 Dec 2008 00:16:44 -0800 (PST) From: "Shawn Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4480) monitoring does not work In-Reply-To: <866390241.1230016664247.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-4480: ---------------------------------- Attachment: G4480_part2_Shawn.patch Updated patch to fix the dojo.js path to resolve the graph not displaying problem. > monitoring does not work > ------------------------ > > Key: GERONIMO-4480 > URL: https://issues.apache.org/jira/browse/GERONIMO-4480 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: monitoring > Affects Versions: 2.2 > Environment: windows xp > SUN JDK 1.5.0_15-b04 > Reporter: Shawn Jiang > Assignee: Shawn Jiang > Attachments: G4480_part2_Shawn.patch, G4480_Shawn.patch, NewTest.java > > > 1, enter monitoring view in console > 2, create a server with: > Name:localhost > IP/Hostname:localhost > Protocol:EJB > Port:4201 > Username:system > Password:manager > Password (verify):manager > 3, create a graph to monitor the jvm heap size. > 4, create a view to include the graph created in step above. > 5, create the view to monitor the graph. > expected result: could see the graph. > actual result: can't see the graph in the created view. meanwhile , click the *views* href under *navigation* will result in a error page with exception: > java.lang.NullPointerException > at jsp.WEB_002dINF.view.monitoringViews_jsp._jspService(monitoringViews_jsp.java:108) > at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630) > at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:535) > at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:472) > at org.apache.pluto.internal.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:106) > at org.apache.geronimo.monitoring.console.MonitoringPortlet.doView(MonitoringPortlet.java:300) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.