Cache Miss, calling AE
Connection established... host: localhost - port: 5432
SELECT src_addr, bytes FROM net_flows WHERE (
flow_time >= 1028131800 AND flow_time < 1028131800 )
ORDER BY src_addr;
got the results: count = 0
Combining flows... Done
Building Tree... Done
Pruning Tree... pruning tree... (0)
Compacting tree... compacting tree... (0)
SELECT src_addr, bytes FROM net_flows WHERE (
flow_time >= 1028132100 AND flow_time < 1028132100 )
ORDER BY src_addr;
got the results: count = 0
Adding data to tree... Done
Building GraphVis view... Done
Analysis Done
Traceback (most recent call last):
File "/u/e/s/estan/private/netpy/ui/npViewFrame.py",
line 383, in __OnRefresh
self.UpdateImageText()
File "/u/e/s/estan/private/netpy/ui/npViewFrame.py",
line 428, in UpdateImageText
g = npGraph.npGraph( sz, self.view.ReportSpec,
self.graphtreelist )
File "/u/e/s/estan/private/netpy/graph/npGraph.py",
line 55, in __init__
self.timeseries = (0,
len(self.treelist[0].nodelist[0].val) >
1)[(len(self.treelist) and
len(self.treelist[0].nodelist)) > 0]
IndexError: list index out of range
Logged In: YES
user_id=1144164
Fixed.