Author |
Message
|
jay007 |
Posted: Tue May 12, 2015 4:06 am Post subject: listenertrace.txt at httpListener not getting created |
|
|
Newbie
Joined: 12 May 2015 Posts: 2
|
Hi,
concern] There is a webservice hosted on WMB and I m sending message to trigger the webservice from the webbrowser I want to check for every request that I make from the webbrowser where is the logs getting generated. To simply the question...assume the flow is not getting triggered at all..the message is not coming to the input node itself for the trees to be generated. In this case, where can I see the message.
approach] I tried enabling the httplistener on that port but the listenertrace.xml is not getting created.
Can you please help me in understanding if approach 2 is apt for the concern and how can I figure out why the listenertrace is not getting generated(I have followed the steps given in infocenter for enabling the httplistener trace) |
|
Back to top |
|
 |
jay007 |
Posted: Tue May 12, 2015 9:39 pm Post subject: |
|
|
Newbie
Joined: 12 May 2015 Posts: 2
|
Hi All,
Any help/pointers will be much appreciated. |
|
Back to top |
|
 |
vishnurajnr |
Posted: Tue May 12, 2015 11:15 pm Post subject: |
|
|
 Centurion
Joined: 08 Aug 2011 Posts: 134 Location: Trivandrum
|
Firstly, check your Execution group wise HTTP listener and then try hit to that listener/URI from browser:
Code: |
mqsireportproperties BrokerName -e EgName -o HTTPConnector -r |
_________________ -------
A man is great by deeds, not by birth...! |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed May 13, 2015 2:34 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
First check which listener is being used for what:
Code: |
mqsireportproperties IIBNODE -e eg -o ExecutionGroup -r |
_________________ MQ & Broker admin |
|
Back to top |
|
 |
ganesh |
Posted: Wed May 13, 2015 8:19 am Post subject: Re: listenertrace.txt at httpListener not getting created |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
jay007 wrote: |
Hi,
To simply the question...assume the flow is not getting triggered at all..the message is not coming to the input node itself for the trees to be generated. In this case, where can I see the message.
approach] |
If the flow is not getting invoked and if it is not a security exception then there will not be any logs on IIB or broker.
As others have suggested run those commands and see if your url is registered and if you have the correct port number in the url. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed May 13, 2015 8:42 am Post subject: Re: listenertrace.txt at httpListener not getting created |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ganesh wrote: |
jay007 wrote: |
Hi,
To simply the question...assume the flow is not getting triggered at all..the message is not coming to the input node itself for the trees to be generated. In this case, where can I see the message.
approach] |
If the flow is not getting invoked and if it is not a security exception then there will not be any logs on IIB or broker. |
There might be logs in the internal directory for the biphttplistener component, and for the soaplistener you might be able to see things with service trace.
But, really, probably PMR time. |
|
Back to top |
|
 |
|