Author |
Message
|
kartheek.sp |
Posted: Wed Apr 11, 2012 1:14 am Post subject: EG is getting restarted abnormal behaviour in V7 |
|
|
 Novice
Joined: 05 Apr 2011 Posts: 21 Location: Pune
|
Execution group is getting restarted when a message is passing through JMS Output Node in Version 7.And there is no specific JMS error in Logs and stderr also.
JMS Provider is JBoss and all the other details are same which are used in V6.1.
Properties set are:
JMS Provider : JBoss
Intial Context Factory : org.jnp.interfaces.NamingContextFactory
Location Binding : jnp://10.10.100.35:1199
Connection Factory Name :ConnectionFactory
And the respective JBoss related jar files are placed in shared-classes folder
The same is working fine V6.1
Is there is any issue because of Version change?? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Apr 11, 2012 2:05 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
So the EG abends and restarts?
open a PMR. |
|
Back to top |
|
 |
zpat |
Posted: Wed Apr 11, 2012 2:35 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Look at the stderr and stdout files in the execution group directory. |
|
Back to top |
|
 |
kartheek.sp |
Posted: Wed Apr 11, 2012 3:01 am Post subject: |
|
|
 Novice
Joined: 05 Apr 2011 Posts: 21 Location: Pune
|
@mqjeff
Yes EG is abending and restarting.
this is what i am seeing in broker syslogs
Apr 11 14:52:41 EAI2 user:warn|warning WebSphere Broker v7003[32899236]: (BRMNBS1)[10025]BIP2060W: The broker has detected that the Execution Group EG_MNPSERVICE_MQ, process ID 27590686, has shutdown. : BRMNBS1.agent: /build/S700_P/src/AdminAgent/ImbAdminAgent.cpp: 5158: ImbAdminAgent::startAndMonitorADataFlowEngine: :
Apr 11 14:52:41 EAI2 user:info WebSphere Broker v7003[27590688]: (BRMNBS1.EG_MNPSERVICE_MQ)[1]BIP2208I: Execution group (64) started: process '27590688'; thread '1'; additional information: brokerName 'BRMNBS1' (operation mode 'enterprise'); executionGroupUUID 'b54cab63-3601-0000-0080-c40aab45f7de'; executionGroupLabel 'EG_MNPSERVICE_MQ'; queueManagerName 'QMMNBS1'; trusted 'false'; userId ''; migrationNeeded 'false'; brokerUUID '22af8064-79a6-11e1-9162-000000000000'; filePath '/opt/IBM/mqsi/7.0'; workPath '/eai_qmgrs/data/mqsi'; ICU Converter Path ''. : BRMNBS1.b54cab63-3601-0000-0080-c40aab45f7de: /build/S700_P/src/DataFlowEngine/ImbMain.cpp: 751: ImbMain::start: :
Apr 11 14:52:49 EAI2 user:info WebSphere Broker v7003[27590688]: (BRMNBS1.EG_MNPSERVICE_MQ)[9254]BIP2152I: Configuration message received from broker. : BRMNBS1.b54cab63-3601-0000-0080-c40aab45f7de: /build/S700_P/src/DataFlowEngine/ImbConfigurationNode.cpp: 324: ImbConfigurationNode::evaluate: :
Apr 11 14:52:49 EAI2 user:info WebSphere Broker v7003[27590688]: (BRMNBS1.EG_MNPSERVICE_MQ)[9254]BIP2153I: About to 'start' an execution group. : BRMNBS1.b54cab63-3601-0000-0080-c40aab45f7de: /build/S700_P/src/DataFlowEngine/ImbConfigurationNode.cpp: 327: ImbConfigurationNode::evaluate: :
@zpat
stderr simply shows the below
2012-04-10 15:50:57.590787 Execution group started. UUID is: 'b54cab63-3601-0000-0080-c40aab45f7de'. Broker is: BR2 |
|
Back to top |
|
 |
Esa |
Posted: Wed Apr 11, 2012 3:05 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
Have you run user trace or service trace? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Apr 11, 2012 4:28 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
kartheek.sp wrote: |
@mqjeff
Yes EG is abending and restarting. |
Open a PMR.
Say "Hi" to L2 for me. |
|
Back to top |
|
 |
kartheek.sp |
Posted: Wed Apr 11, 2012 5:23 am Post subject: |
|
|
 Novice
Joined: 05 Apr 2011 Posts: 21 Location: Pune
|
@Esa
Done servicetrace and usertrace ..but i was unable to figure from that huge logs.
@mqjeff
Raised a PMR |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Apr 11, 2012 5:50 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
kartheek.sp wrote: |
@Esa
Done servicetrace and usertrace ..but i was unable to figure from that huge logs. |
"PAGE-DOWN" key works. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
rekarm01 |
Posted: Wed Apr 11, 2012 8:55 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
lancelotlinc wrote: |
"PAGE-DOWN" key works. |
Not so much for Unix ...
kartheek.sp wrote: |
Done servicetrace and usertrace ..but i was unable to figure from that huge logs. |
The broker should also create a separate file (FFST or FDC) for each abend. Look for that first.
For the usertrace, look for messages where the broker is restarting, and see what was happening before that point. The statement that actually caused the abend might not have made it to the usertrace, but the statement before that should have; that should help narrow down at least where the abend occurs.
It's not normally useful to generate a service trace, unless IBM specifically asks for one; they are better able to read it than most users. |
|
Back to top |
|
 |
jayZ |
Posted: Thu Apr 12, 2012 11:18 am Post subject: |
|
|
Acolyte
Joined: 03 Jun 2008 Posts: 71
|
Not to state the obvious, but have you confirmed that the flow isn't somehow creating an infinite loop or something that looks like an infinite loop (where the message just goes back to the input node)? |
|
Back to top |
|
 |
kartheek.sp |
Posted: Sat Oct 13, 2012 10:08 pm Post subject: |
|
|
 Novice
Joined: 05 Apr 2011 Posts: 21 Location: Pune
|
Apologies for the late update.
PMR Team suggested to go Fixpack 4 Broker(7.0.0.4).Issue got resloved!!!
But it took me 3 months to get correct resloution with PMR Team |
|
Back to top |
|
 |
|