Posted: Mon Jul 11, 2005 9:40 pm Post subject: ia91 cachConfig non stop logging
Apprentice
Joined: 23 Mar 2005 Posts: 39
Hi, we have implemented and used ia91 and the cache functionality works nicely.
The problem I'm having is that during development I inserted a CachConfig node and had the node write cache data to a file.
I have since removed the Cachconfig node and STILL it is logging. I have attempted many ways to try and have the logging stop including adding the node back in and setting the logging to none (as seen below CacheConfigN setupTrace { dest=0, filename=/).
That worked and made it stop to continuously log BUT it is still doing an initial log on startup.
So when I thought that worked I eventually removed the node from the flow and redeployed.
Now, when I start the broker I get this message in the start logs:
Log:1
WebSphere MQ queue manager running.
BIP8096I: Successful command initiation, check the system log to ensure that the component started without problem and that it continues to run without problem.
2005-07-11 12:22:13.248 T1 getNodeName ] CacheConfigNode
2005-07-11 12:22:13.259 T1 CacheGetNode getNodeName ] name=CacheGetNode
2005-07-11 12:22:13.260 T1 CacheNode getNodeName ] name=ComGoakesCacheNode
2005-07-11 12:22:13.263 T1 CachePutNode ] name = CachePutNode
2005-07-11 12:22:13.270 T1 getNodeName ] CacheReplayNode
2005-07-11 12:22:13.300 T1 CacheConfigN ] getStrHost host=127.0.0.1
2005-07-11 12:22:47.304 T1 CacheConfigN CacheConfigNo }
2005-07-11 12:22:47.312 T1 CacheConfigN setUserid ] wbiadmin
2005-07-11 12:22:47.313 T1 CacheConfigN setUrl = ] jdbc:db2:SAMPLE
2005-07-11 12:22:47.314 T1 CacheConfigN setInitCache ] false
2005-07-11 12:22:47.315 T1 CacheConfigN setLocalGloba ] t=Execution-group
2005-07-11 12:22:47.316 T1 CacheConfigN setDriver ] COM.ibm.db2.jdbc.app.DB2Driver
2005-07-11 12:22:47.316 T1 CacheConfigN setPort ] 1506
2005-07-11 12:22:47.317 T1 CacheConfigN setFilePath = ] /
2005-07-11 12:22:47.318 T1 CacheConfigN setupTrace { dest=0, filename=/
This comes from the cachconfig node but it is nowhere in the flow. So I removed the flows, uninstalled the jars and started all over expecting that
no cache related components would be found. Now, when the broker starts I get this message:
Jul 8 13:17:51 sacsun82 MQSIv500[1509]: [ID 702911 user.error] (SACSUN82.EI_exec_2)[1]BIP2275E: Database record associated with message flow '9ea4a117-0201-0000-0080-d2360cda6c27' is not valid. : SACSUN82.1e239517-0201-0000-0080-f2dec5701224: /build/S500_P/src/DataFlowEngine/ImbDataFlowDirector.cpp: 2356: ImbDataFlowDirector::loadAllDataFlowsFromDatabase: ExecutionGroup: 1e239517-0201-0000-0080-f2dec5701224
Jul 8 13:17:51 sacsun82 MQSIv500[1509]: [ID 702911 user.error] (SACSUN82.EI_exec_2)[1]BIP2241E: LIL not found for message flow node type 'CacheGetNode' in message flow 'SMS.FTT_SMS_Inq_Reply'. : SACSUN82.1e239517-0201-0000-0080-f2dec5701224:
It appears that the flows are still stored in the broker DB even after I removed the flows and uninstalled the libs/jars.
How do I clean up this record in the DB2 database?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum