Ticket #225 (new defect)
Opened 2 years ago
Invalid complaint about calling order
Reported by: | jasper | Owned by: | Michael Halloran |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | COLoggers | Version: | 2.4 |
Keywords: | Cc: |
Description
COLTT complains that Initialize must be called first. Seems it does this after calling put_SimulationContext, which is a proper sequence of operations.
Log excerpt:
COLTT <System> : Created in-process instance of Protreat Property Package Manager successfully COLTT <System> : Logging enabled for Property Package Manager Protreat Property Package Manager COLTT <System> : Reference Count Logging for this component is Off COLTT <System> : Error Interface calls for this component are Off PropertyPackageManager <Protreat Property Package Manager> : Call to QueryInterface Requested Interface : ICapeUtilities PropertyPackageManager <Protreat Property Package Manager> : Return from QueryInterface - Succeeded PropertyPackageManager <Protreat Property Package Manager> : Call to put_simulationContext put_simulationContext takes input argument: 0912B010 SimulationContext <eThermo CAPE-OPEN Simulation Context> : Call to QueryInterface SimulationContext <eThermo CAPE-OPEN Simulation Context> : Logging for unidentified interface with GUID {A118168F-516D-4748-91C7-6438DCB8A3B0} is not supported by COLTT SimulationContext <eThermo CAPE-OPEN Simulation Context> : Error returned from QueryInterface - 0x80004002 PropertyPackageManager <Protreat Property Package Manager> : Return from put_simulationContext - Succeeded PropertyPackageManager <Protreat Property Package Manager> : Call to Initialize PropertyPackageManager <Protreat Property Package Manager> : Error in calling sequence - '''Initialize method should be called before any other method''' PropertyPackageManager <Protreat Property Package Manager> : Return from Initialize - Succeeded
Note: See
TracTickets for help on using
tickets.