cygnusxi / hfm-net

Automatically exported from code.google.com/p/hfm-net
2 stars 0 forks source link

Web Generation Fails when a Client with no CurrentLogLines is encountered. #201

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

- Do a -send all or -configonly on a client, then try to parse with HFM. 
Since there is no actual WU being started the CurrentLogLines will be null.
 I need to handle the null, but also it would be effective when there can
be no WU boundary found since the client was started to just return the
entire log section (which will be short) for the Client Run.

What is the expected output? What do you see instead?

- I would expect the client to be assigned a Status of 'Offline',
'Stopped', or 'Unknown' and Web Generation should not fail.

Last Version Tested

- 0.4.11.171

Original issue reported on code.google.com by harlam357 on 30 Apr 2010 at 12:17

GoogleCodeExporter commented 8 years ago
Marked Fixed for Revision 172.

Original comment by harlam357 on 30 Apr 2010 at 3:56