ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » how to start HTTPListener on Solaris WMB v6 ?

Post new topic  Reply to topic Goto page 1, 2  Next
 how to start HTTPListener on Solaris WMB v6 ? « View previous topic :: View next topic » 
Author Message
ydsk
PostPosted: Tue Sep 19, 2006 9:45 am    Post subject: how to start HTTPListener on Solaris WMB v6 ? Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

I created a v6 broker with mqsicreatebroker and gave a port number with -P flag for the HTTPListener to use.

I started the broker but I don't know how to start the HTTPListener.

Someone pls help.

Thanks.
Back to top
View user's profile Send private message
ydsk
PostPosted: Tue Sep 19, 2006 9:54 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

The reason why I asked this question is.....

I developed a simple webservice using a HTTPInput-->Compute-->HTTPReply nodes and deployed it onto a broker on my windows machine.

When I type the URL : http://localhost:8090/svc1 in a webbrowser it shows some valid soap message.


But I am not getting a similar result when I deploy the same bar file onto a Solaris broker we newly created. It is giving a HTTP 404 error.

Someone please shed some light on what's happening ??

Thanks
Back to top
View user's profile Send private message
malammik
PostPosted: Tue Sep 19, 2006 10:01 am    Post subject: Reply with quote

Partisan

Joined: 27 Jan 2005
Posts: 397
Location: Philadelphia, PA

check to see if biphttplistener process is running. you might not need to start it. I believe there environmental variable at least in 5 that u can use to control whether listener is running or not.
_________________
Mikhail Malamud
http://www.netflexity.com
http://groups.google.com/group/qflex
Back to top
View user's profile Send private message Visit poster's website AIM Address
ydsk
PostPosted: Tue Sep 19, 2006 10:04 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

ps -ef | grep bip

shows that the httplistener is running

Any other ideas for v6 ??

thanks.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Sep 19, 2006 10:08 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

The biphttplistener always starts when the broker starts in v6.

It does not start listening until you deploy a flow that has an HTTPInput node in it.

If a flow with an HTTPInput node deploys succesfully, and there are no errors in the broker log, AND you get a 404 from trying to hit the listener port and flow URL...

THEN, it is almost certainly a network problem.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
vennela
PostPosted: Tue Sep 19, 2006 10:54 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Also broker's httplistener by default listens on 7080
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ydsk
PostPosted: Tue Sep 19, 2006 11:04 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

can someone pls point me to instructions on how to run a HTTP trace.

thanks
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Sep 19, 2006 11:06 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

If you can't use telnet to connect to the HTTP listener port, then you have a network problem.

Otherwise, look in the Troubleshooting section of the InfoCenter.

Or open a PMR.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
ydsk
PostPosted: Tue Sep 19, 2006 11:11 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

A related question....

Does a simple webservice created using HTTPInput/compute/HTTPReply nodes respond to HTTP GET requests ??

Or is it just POST ?

Thanks.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Sep 19, 2006 11:17 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

v6 supports GET.

Even if it didn't, it is not proper to return a 404 in that case.

404 is an addressing problem (wrong url), a network problem (firewall), or a server problem (server down). You appear to have eliminated the last one. You have not posted any information about trying to eliminate the other two.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
ydsk
PostPosted: Tue Sep 19, 2006 11:23 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

Jeff or someone ,

pls point me to instructions on how to run a HTTP trace on the broker where my simple webservice is running.


thank you.
Back to top
View user's profile Send private message
vennela
PostPosted: Tue Sep 19, 2006 11:40 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Do you know what port your httplistener is running?

Code:
netstat -an
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ydsk
PostPosted: Tue Sep 19, 2006 11:48 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

my httplistener is on 1420, i gave it when i created the broker using -P flag.

thanks.
Back to top
View user's profile Send private message
ydsk
PostPosted: Tue Sep 19, 2006 11:50 am    Post subject: Reply with quote

Chevalier

Joined: 23 May 2005
Posts: 410

netstat -an showed the status of the listener as TIME_WAIT ( last column).

I don't understand what it means.

Pls help.

thanks.
Back to top
View user's profile Send private message
vennela
PostPosted: Tue Sep 19, 2006 1:47 pm    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Is there a LISTEN for that port ?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » how to start HTTPListener on Solaris WMB v6 ?
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.