Author |
Message
|
wilsonho3 |
Posted: Sun May 25, 2008 9:59 pm Post subject: MQ listener stop automatically without obvious errors log?? |
|
|
Voyager
Joined: 20 Nov 2001 Posts: 98 Location: Hong Kong
|
I am using MQ6 on unix solaris server. I dont know why the MQ listener
will stop automatically after a period of time andn no obvious error.
any advise from worldwide expert? all Queue manager listener stop at the
same time and need restart. dont know why.
log message:
05/25/08 11:55:02 PM - Process(1606.1) User(mqm) Program(amqzmgr0)
AMQ5027: The Listener 'SYSTEM.LISTENER.TCP.1' has ended. ProcessId(1612).
EXPLANATION:
The Listener process has ended.
ACTION:
None.
==============================
05/25/08 11:55:01 PM - Process(1595.1) User(mqm) Program(amqzmgr0)
AMQ5027: The Listener 'SYSTEM.LISTENER.TCP.1' has ended. ProcessId(1610).
EXPLANATION:
The Listener process has ended.
ACTION:
None. |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun May 25, 2008 10:15 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
check if any fdc's got generated or not?
try to ping and see if it is working fine or not?
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
JosephGramig |
Posted: Mon May 26, 2008 5:58 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
Not that this will help your current problem, but do not name any of your objects SYSTEM.anything.
Objects that start with the word SYSTEM belong to IBM written software. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon May 26, 2008 8:40 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
JosephGramig wrote: |
Not that this will help your current problem, but do not name any of your objects SYSTEM.anything.
Objects that start with the word SYSTEM belong to IBM written software. |
I believe what he has is the default name for a listener being set and run from the command line.
Try define the listener in runmqsc and set it to control(qmgr).
Then stop the listener running from the command line and start it again within runmqsc... It will probably run there with elevated priviledges...
I believe we are hitting the fine line where all remaining processes from the user are killed at logoff/logout.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
JosephGramig |
Posted: Tue May 27, 2008 4:58 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
fjb_saper wrote: |
I believe what he has is the default name for a listener being set and run from the command line. |
I agree with your solution but not that it is a default name of listener objects as they start with "SYSTEM.DEFAULT.other.stuff" and the one that is created for you in Windows is "LISTENER.TCP" (observed behavior).
But I digress when I should be doing something else... |
|
Back to top |
|
 |
|