Author |
Message
|
diego_maradona21 |
Posted: Thu Jul 24, 2008 5:53 am Post subject: deploy timeout blank event log |
|
|
Novice
Joined: 24 Jul 2008 Posts: 17
|
Ok first of all i would like to say hello to everyone in MQ community
At the beginning i would like to mention that im quite fresh in mq, websphere and eai stuff...
Ok i have a problem:
i cant deploy .bar files to broker. broker is on the Linux server, and when deploying (from toolkit and command line) i have a timeout. Important is that i have no messages in event log at all. I mean i have no ANY messages.
I heard that i should test channels but i dont know how to do this. Maybe i should ask admin for some logs which are on the server? Also i dont know which command use to check timeout value of broker. I can successfully start and stop queue manager, configuration manager and brokers. Tried to change timeout value (decrease) but with no luck.
I thought that there is maybe some error in some flow in bar file, but then i tried to deploy empty bar file to default broker with same result.
Maybe i should look into system queues on the server bu i have no idea how to check them remotely.
btw i have 6.0 version...
Guys any ideas? Some tips what should i check or change?
Thanks for reply in advance
diego_m |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jul 24, 2008 12:20 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Get some MQ training and check channel status between configmgr and broker.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
diego_maradona21 |
Posted: Thu Jul 24, 2008 11:18 pm Post subject: |
|
|
Novice
Joined: 24 Jul 2008 Posts: 17
|
Code: |
CHANNEL(SYSTEM.BKR.CONFIG)
CHLTYPE(SVRCONN)
CONNAME(10.1.6.98)
CURRENT
RQMNAME( )
STATUS(RUNNING)
SUBSTATE(RECEIVE)
XMITQ( )
|
so i guess that channels are OK
**EDIT**
i have queue which has the same name as queue manager and config manager, after each deploy try it's depth increase and never decrease...
any suggestions? |
|
Back to top |
|
 |
AkankshA |
Posted: Thu Jul 24, 2008 11:47 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
also make sure the listener is up and running..
give yourself some time and go through the MQ/MB pdf's a little... things would get clear with time.. _________________ Cheers |
|
Back to top |
|
 |
diego_maradona21 |
Posted: Thu Jul 24, 2008 11:56 pm Post subject: |
|
|
Novice
Joined: 24 Jul 2008 Posts: 17
|
I have one listener on my queue manager: SYSTEM.DEFAULT.LISTENER.TCP
Code: |
LISTENER(SYSTEM.LISTENER.TCP.1)
STATUS(RUNNING)
PID(1511644)
|
so i guess it's ok
yes i try to read some trainings about mq and mb but i replace some expert which is on vacation and i have to do some (easy i quess) work. I've been working with mq for 2 weeks only and running out of time now..:/
thanks for your replies |
|
Back to top |
|
 |
AkankshA |
Posted: Fri Jul 25, 2008 12:05 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Is your linux server accessible from windows toolkit ????
Are you able to ping ??
Check weather your sender and receiver channel between queue manager are running or not... the one you showed is server connection channel... in case the communication between broker and CM is down you ll face connection issues... _________________ Cheers |
|
Back to top |
|
 |
diego_maradona21 |
Posted: Fri Jul 25, 2008 12:34 am Post subject: |
|
|
Novice
Joined: 24 Jul 2008 Posts: 17
|
one step forward
i managed to connect to queue manager with MQExplorer.
Yes i can connect with config manager using toolkit.
in mqexplorer i have 2 channels (and some system channels) which concern iterest. One sender and one receiver. Transmission queue for sender is W1 - and this is the one queue wihch was increasing depth and never decrease. Sender was inactive so i started it. Now transmission queue have cleared and when i try to deploy file it's depth is 0 so i suspect that something i getting messages from it. Problem is with receiver channel - it is inactive and when i try to start it it says AMQ4008, but after refresh it's still inactive:/
any tips? |
|
Back to top |
|
 |
AkankshA |
Posted: Fri Jul 25, 2008 12:53 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
So now when you are trying to deploye the bar file what happens ??
Receiver channels gets started on their own when we start corresponding sender channel.... So i believe since u might be having 2 QM.. u need to go to other QM and start his sender channel too...
broker - QM1
configmgr - QM2
both the QM ll have have one sender and one receiver channel each.... ensure that all the 4 channels are in running state... _________________ Cheers |
|
Back to top |
|
 |
diego_maradona21 |
Posted: Fri Jul 25, 2008 1:19 am Post subject: |
|
|
Novice
Joined: 24 Jul 2008 Posts: 17
|
no when i deploy i dont see an message in event log. and i don't seen deployed bar either on execution group.
well as far as i know i have one configuration manager W_CMGR, one queue manager W_CMGR and 2 brokers W1 and W2. Transimission queues are W1 and W2. I started sender channels with transmission queues W1 and W2 but it only effects that i have empty queues W1 and W2 when deploying (earlier they were increasing depths).
I can connect with Configuration Manager using Toolkit. Try to deploy bar with no effect - no error messages in Event Log.
edit
hmm i have only 2 senders and 2 brokers, senders are named WC_TO_W1 and WC_TO_W2 so i suspect that mens from config manager to broker.
but i should have 4 senders?
Am i right?
edit2:
i think i have only one queue manager... |
|
Back to top |
|
 |
AkankshA |
Posted: Fri Jul 25, 2008 1:29 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
thats was just a guess .. a wild guess..
ok
so u have 2 brokers and 1 config manager...
so that means u have minimum 2 and maximum 3 queue managers depending on weather your QM is shared between broker and config manager or not.
mqsilist on the server ll show you the components and their corresponding QM's
All Channels should be in running state to have a smooth flow of messages. so just start the sender channels of all QM's
Msgs get clogged when channels go in inactive state...
PS: I do hope that you are not doing this in production or IVVT env.. _________________ Cheers |
|
Back to top |
|
 |
diego_maradona21 |
Posted: Fri Jul 25, 2008 2:15 am Post subject: |
|
|
Novice
Joined: 24 Jul 2008 Posts: 17
|
hehe great thanks to you. I have connected to broker queue manager (W1 QM) and started sender channels. this automatically started receiver on config manager queue manager. And i have successfully deployed .bar file. thanks for your patience - i have a lot things to learn:)
i think it was quite simple if you only know where to look:)
ps. noo:) its dev env;)
thanks |
|
Back to top |
|
 |
AkankshA |
Posted: Fri Jul 25, 2008 2:20 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
kewl...
congo...
you can skim through the pdf's now
Happy reading  _________________ Cheers |
|
Back to top |
|
 |
|