Bug 474774
| Summary: | Probe details do not show neither graph nor event log | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Miroslav Suchý <msuchy> | 
| Component: | Server | Assignee: | Mike McCune <mmccune> | 
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Miroslav Suchý <msuchy> | 
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 0.4 | CC: | bperkins, whayutin | 
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-17 07:08:49 UTC | Type: | --- | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 456553 | ||
Hmm even the View as CVS stoped working now. crud. looks like our graphing API doesn't work with Java 1.6 The fix for this was a rebuild of spacewalk-java using the correct version of jfreechart. No code changes necessary. ON_QA *** Bug 490361 has been marked as a duplicate of this bug. *** Spacewalk 0.5 released. Spacewalk 0.5 has been released for long time ago.  | 
Description of problem: When you set up probe and see details, there is not shown neither event log nor graph. If I click "Download CVS data" I get correct data. Version-Release number of selected component (if applicable): spacewalk0.3+gitpatches How reproducible: always Steps to Reproduce: 1. set up probe (e.g. ping to machine) 2. push scout config 3. wait till some data arrive 4. see detail of probe and check both "event log" and "graph" Additional info: In catalina.out is this Traceback: 2008-12-05 13:04:39,739 [TP-Processor8] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/rhn].[action] - Servlet.service() for servlet action threw exception java.lang.NoSuchMethodError: org.jfree.data.time.TimeSeries.<init>(Ljava/lang/String;Ljava/lang/Class;)V at com.redhat.rhn.frontend.graphing.GraphGenerator.createDataset(GraphGenerator.java:156) at com.redhat.rhn.frontend.graphing.GraphGenerator.generateJFReeChart(GraphGenerator.java:114) at com.redhat.rhn.frontend.action.systems.monitoring.ProbeGraphAction.writeGraph(ProbeGraphAction.java:116) at com.redhat.rhn.frontend.action.systems.monitoring.ProbeGraphAction.execute(ProbeGraphAction.java:90) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:237) at com.redhat.rhn.frontend.struts.RhnRequestProcessor.process(RhnRequestProcessor.java:82) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) ....