IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  http get to an application failing

    Posted 08/19/10 07:10 AM

    Hi All,

    We are publishing 10 documents to broker and we have created a concurrent trigger with number of threads as 10 . In the subscribing service we are creating a http url and sending http get request to a particular application . But only few of the instances are executing successfully and the few other are failing throwing the following exception .

    com.wm.net.NetException: [ISC.0064.9324] Server Error: Service Unavailable

    Any pointers on this would be helpful .

    Thanks and Regards,
    Nithin Dindigala.


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 2.  RE: http get to an application failing

    Posted 08/19/10 04:08 PM

    hmmm it seems from your post that you are getting this error while running subcribing service, trigger is working fine to susbcribe the document… try to trace the pipleine by including save/restore pipeline… if you are getting all the parameters for http connection (properly) if coming from this subscribed doc from broker… if yes then you may need to troubleshoot the calling service.


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: http get to an application failing

    Posted 08/20/10 03:12 AM

    Hello thanks for the reply,

    I have traced the subscribing service the query is perfectly correct when we do http call but pub.client:http is failing some times by throwing the mentioned error. It is successful at some times.

    Thanks

    Nithin Dindigala


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 4.  RE: http get to an application failing

    Posted 08/20/10 03:21 AM

    Check if the web server is logging an error. It may be the simultaneous requests causing it to return “service unavailable.”


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 5.  RE: http get to an application failing

    Posted 08/20/10 10:13 PM

    Thanks All. Issue is resolved now. Problem was on Proviso side. This got corrected once they made some CPU configurations changes. Now we are able to multi thread with single as well as multiple user session.


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB