Issue Details (XML | Word | Printable)

Key: CPS-70
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Bruce Schubert
Reporter: Bruce Schubert
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
cps

Sometimes the Fuel Model chart stops updating from the LANDFIRE layers

Created: 03/Nov/10 11:48 AM   Updated: 14/Dec/11 02:35 AM   Resolved: 17/Dec/10 04:57 PM
Component/s: GUI
Affects Version/s: 20111216 - beta2
Fix Version/s: 20111216 - beta2

Time Tracking:
Original Estimate: Not Specified
Remaining Estimate: 0 minutes
Remaining Estimate - 0 minutes
Time Spent: 12 hours
Time Spent - 12 hours

Tags:


 Description  « Hide

I've seen on the initial session after a clean and rebuild and occasionally a few other times.



Bruce Schubert added a comment - 08/Nov/10 06:41 PM

It seems that this failure consistently occurs the first time the app is launched. I wonder if this phenomenon is related to the US specific locale.


Bruce Schubert added a comment - 08/Nov/10 06:41 PM

Assigned to v1.1.1


Bruce Schubert added a comment - 13/Dec/10 04:59 PM

From: Doug Campbell Doug <...>
To: Bruce S. <...>
Sent: Mon, December 13, 2010 8:18:20 AM
Subject: CPS fuel model

The first time I opened the program the fuel model did not respond.
I quit the CPS program and re opened it and the fuel model did respond.
Huh!
Doug


Bruce Schubert added a comment - 13/Dec/10 09:52 PM

I suggest setting a dependency on the Emxsys - WorldWind module so that the WorldWind library is assured to be initialized before the LANDFIRE module attempts to use it. Maybe there's some sort of session data per login...???


Bruce Schubert added a comment - 15/Dec/10 07:24 PM

Found the problem! The Emxsys - CPS module's FuelModelPanel's lookup listener on the Fuel Provider is not connected sometimes. The data is being downloaded just fine; its the notifications that aren't occuring.

Now to figure out why.


Bruce Schubert added a comment - 17/Dec/10 04:57 PM

Added a Lookup.Result listener to the FuelModelPanel to detect when the FuelModel layer(s) become available.