Bug 474774

Summary: Probe details do not show neither graph nor event log
Product: [Community] Spacewalk Reporter: Miroslav Suchý <msuchy>
Component: ServerAssignee: Mike McCune <mmccune>
Status: CLOSED CURRENTRELEASE QA Contact: Miroslav Suchý <msuchy>
Severity: medium Docs Contact:
Priority: high    
Version: 0.4CC: 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    

Description Miroslav Suchý 2008-12-05 11:08:41 UTC
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)
....

Comment 1 Miroslav Suchý 2009-03-03 11:15:46 UTC
Hmm even the View as CVS stoped working now.

Comment 2 Mike McCune 2009-03-03 16:28:39 UTC
crud.  looks like our graphing API doesn't work with Java 1.6

Comment 4 Mike McCune 2009-03-23 14:15:53 UTC
The fix for this was a rebuild of spacewalk-java using the correct version of jfreechart.  No code changes necessary.

Comment 5 Mike McCune 2009-03-23 21:19:52 UTC
ON_QA

Comment 6 Mike McCune 2009-03-25 17:55:34 UTC
*** Bug 490361 has been marked as a duplicate of this bug. ***

Comment 7 Jesus M. Rodriguez 2009-04-14 14:12:01 UTC
Spacewalk 0.5 released.

Comment 8 Miroslav Suchý 2009-09-17 07:08:49 UTC
Spacewalk 0.5 has been released for long time ago.