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.  help with error popups [POP.012.0002.wm_cafshared/hidden]

    Posted 02/12/09 02:31 PM

    I know why these happen, at least in my application, but is there a way to turn them off or change their behavior? They can become a nightmare.

    Any help is very much appreciated,

    Lucas.


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 2.  RE: help with error popups [POP.012.0002.wm_cafshared/hidden]

    Posted 02/13/09 05:38 AM

    Hi Lucus,

    In my application i have removed “error(e)” statement in all the catch blocks of my MWS code, so that i ll be not able to see the messages…
    Hope this will be helpful.

    Regards,
    Sunil.


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 3.  RE: help with error popups [POP.012.0002.wm_cafshared/hidden]

    Posted 02/16/09 07:54 PM

    Hummm… you mean in the XXXView.java files?

    I’m curious how this works since the code triggering the pop ups must be on the client side – since they pop up iff you’re offline.

    Thanks man,

    Lucas.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 4.  RE: help with error popups [POP.012.0002.wm_cafshared/hidden]

    Posted 02/17/09 05:46 AM

    Hi Lucas,

    For every view, we will be having source in the designer
    their just try to remove error(e).

    Regards,
    Sunil.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 5.  RE: help with error popups [POP.012.0002.wm_cafshared/hidden]

    Posted 02/18/09 03:49 PM

    These error indicate there was an unhanded exception during async request processing. Look for what kind of async requests you make and if they result in any errors (they can be reported in the MWS logs, but not always).


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 6.  RE: help with error popups [POP.012.0002.wm_cafshared/hidden]

    Posted 02/19/09 03:28 PM

    Oh yes, I know WHY they happen. That’s not the issue. I need to disable them or change their behavior. Sometimes the cause is out of my control but it effect is a major annoyance to the user. Is this possible?


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 7.  RE: help with error popups [POP.012.0002.wm_cafshared/hidden]

    Posted 08/18/20 01:57 PM

    How did you resolve? I have the same issue but delete all the error(e) lines didnt work. Google says the reason is synchronus calls but I dont find who is this synchronus call. Help pls

    NetworkError
    Failed to execute ‘send’ on ‘XMLHttpRequest’: Failed to load ‘https://procesosdesa.ine.mx:8585/meta/default/wm_xt_fabricfolder/0000018939?method=savetemppage’: Synchronous XHR in page dismissal. See Chrome Platform Status for more details.
    Error: Failed to execute ‘send’ on ‘XMLHttpRequest’: Failed to load ‘https://procesosdesa.ine.mx:8585/meta/default/wm_xt_fabricfolder/0000018939?method=savetemppage’: Synchronous XHR in page dismissal. See Chrome Platform Status for more details.
    at send (https://procesosdesa.ine.mx:8585/ui/dyn/general.js?l=es_MX&v=200818123223:1438:13)
    at klass.request (https://procesosdesa.ine.mx:8585/ui/dyn/general.js?l=es_MX&v=200818123223:1449:1)
    at klass.qexecute (https://procesosdesa.ine.mx:8585/ui/dyn/general.js?l=es_MX&v=200818123223:8582:32)
    at klass.queue (https://procesosdesa.ine.mx:8585/ui/dyn/general.js?l=es_MX&v=200818123223:8566:6)
    at klass.request (https://procesosdesa.ine.mx:8585/ui/dyn/general.js?l=es_MX&v=200818123223:8550:3)
    at klass.initialize (https://procesosdesa.ine.mx:8585/ui/dyn/general.js?l=es_MX&v=200818123223:1403:6)
    at klass.initialize (https://procesosdesa.ine.mx:8585/ui/dyn/general.js?l=es_MX&v=200818123223:363:16)
    at new klass (https://procesosdesa.ine.mx:8585/ui/dyn/general.js?l=es_MX&v=200818123223:56:17)
    at https://procesosdesa.ine.mx:8585/wm_noodle/dyn/noodle.js?l=es_MX&v=200117133822:4696:1
    at Object.requireScratch (https://procesosdesa.ine.mx:8585/wm_noodle/dyn/noodle.js?l=es_MX&v=200117133822:4176:7)


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine