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.

 View Only
  • 1.  Cannot view process instances in wM Portal

    Posted Wed May 13, 2009 12:52 PM

    Hi all

    I have a new wM 6.5.2 development environment on my local workstation (Windows XP).

    I have uploaded a model for monitoring. The model is enabled and seems to be running ok. But when I try to view it from MWS there is nothing there. When I check the logs I find the exception listed below.

    Anyone have any ideas what I have done wrong?

    Regards
    Roland

    2009-05-13 13:14:56 CEST (wsclient : FATAL) [RID:58] - com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy: [ISS.0088.9134] Exception occurred while processing the body of the message
    SOAPException( Client: [ISS.0088.9134] Exception occurred while processing the body of the message )
    at electric.soap.SOAPMessage.getSOAPException(Unknown Source)
    at electric.soap.java.reference.JavaToSOAP.invoke(Unknown Source)
    at electric.soap.java.reference.JavaToSOAP.invoke(Unknown Source)
    at electric.proxy.handler.Proxy.invoke(Unknown Source)
    at $Proxy9.getList(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy.invokeMethod(WSClientDynamicProxy.java:84)
    at com.webMethods.caf.wsclient.proxy.impl.WSClientDynamicProxy.invoke(WSClientDynamicProxy.java:126)
    at $Proxy8.getList(Unknown Source)
    at com.webMethods.bpo.portlet.wm_bam_instance_list.Bam_instance_list.getList(Bam_instance_list.java:1392)
    at com.webMethods.bpo.portlet.wm_bam_instance_list.Bam_instance_list.instance_getList(Bam_instance_list.java:1290)
    at com.webMethods.bpo.portlet.wm_bam_instance_list.Bam_instance_list.search(Bam_instance_list.java:799)
    at com.webMethods.portal.portlet.wm_commonsearchresults.mechanics.CommonsearchresultsMechanics.getSearchResults(CommonsearchresultsMechanics.java:89)
    at com.webMethods.bpo.portlet.wm_bam_instance_list.Bam_instance_list.getSearchResults(Bam_instance_list.java:821)
    at ui.portlets.wm_bam_instance_list.result_instance_getList._jspService(result_instance_getList.java:45)
    at com.webMethods.portal.framework.presentation.handlers.Jsp.render(Jsp.java:288)
    at com.webMethods.portal.framework.presentation.handlers.Jsp.render(Jsp.java:228)
    at com.webMethods.portal.framework.portlet.beans.JspPortletBean.generateContent(JspPortletBean.java:120)
    at com.webMethods.portal.framework.portlet.beans.JspPortletBean.getContentInternal(JspPortletBean.java:70)
    at com.webMethods.portal.framework.portlet.beans.BasicPortletBean.getContent(BasicPortletBean.java:142)
    at com.webMethods.portal.mech.portlet.impl.PortletMechanics.getPortletContent(PortletMechanics.java:91)
    at com.webMethods.portal.mech.storage.page.PortletHelper.renderContent(PortletHelper.java:354)
    at com.webMethods.portal.mech.storage.page.PortletHelper.renderContent(PortletHelper.java:326)
    at com.webMethods.portal.framework.presentation.renderers.FolderRenderer.renderPortlet(FolderRenderer.java:260)
    at com.webMethods.portal.framework.presentation.renderers.FolderRenderer.renderColumn(FolderRenderer.java:203)
    at com.webMethods.portal.framework.presentation.renderers.FolderRenderer.renderRow(FolderRenderer.java:164)
    at com.webMethods.portal.framework.presentation.renderers.FolderRenderer.renderContent(FolderRenderer.java:91)
    at com.webMethods.portal.framework.presentation.renderers.FolderRenderer.renderPageContent(FolderRenderer.java:68)
    at com.webMethods.portal.framework.presentation.renderers.DefaultRenderer.render(DefaultRenderer.java:188)
    at com.webMethods.portal.framework.presentation.PresentationManager.handlePres(PresentationManager.java:354)
    at com.webMethods.portal.framework.dispatch.DispatchManager.pres(DispatchManager.java:584)
    at com.webMethods.portal.framework.dispatch.DispatchManager.handle(DispatchManager.java:424)
    at com.webMethods.portal.framework.dispatch.DispatchManager.handleDispatch(DispatchManager.java:338)
    at com.webMethods.portal.framework.impl.PortalServlet.service(PortalServlet.java:176)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:356)
    at org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:342)
    at com.webMethods.portal.framework.impl.NTLMFilter.doFilter(NTLMFilter.java:50)
    at org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:334)
    at com.webMethods.portal.framework.impl.CompressionFilter.doFilter(CompressionFilter.java:41)
    at org.mortbay.jetty.servlet.WebApplicationHandler$Chain.doFilter(WebApplicationHandler.java:334)
    at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:286)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1723)
    at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:514)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1673)
    at org.mortbay.http.HttpServer.service(HttpServer.java:879)
    at org.mortbay.http.HttpConnection.service(HttpConnection.java:783)
    at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:945)
    at org.mortbay.http.HttpConnection.handle(HttpConnection.java:800)
    at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
    at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
    at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:454)
    2009-05-13 13:14:56 CEST (Framework : DEBUG) [RID:58] - SOAPException( Client: [ISS.0088.9134] Exception occurred while processing the body of the message )
    2009-05-13 13:14:56 CEST (Framework : DEBUG) [RID:58] - hasModifyResubmitPriv true
    2009-05-13 13:14:56 CEST (Framework : DEBUG) [RID:58] - hasResubmitPriv true
    2009-05-13 13:14:56 CEST (Framework : DEBUG) [RID:58] - hasModifyResubmitPriv true


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


  • 2.  RE: Cannot view process instances in wM Portal

    Posted Wed October 21, 2009 10:00 AM

    Hi all,

    Facing the same problem.Any clues how to resolve this?Any pointers would be great.
    Went through documetation for all possible configurations.

    Thanks in advance,
    Aparna


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


  • 3.  RE: Cannot view process instances in wM Portal

    Posted Mon May 03, 2010 05:08 PM

    Hi all,

    I have the issue when I try to consult the Services within the Integration Monitoring within WMS. When I check in the DB the WMServices I have there some list of services which are included.

    Can anybody help me out or provide me with some hints to solve this issue?
    WMS 6.5.2, IS 6.5, Oracle 11r2 db. All running on WinXP

    Kr,
    Patrick


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


  • 4.  RE: Cannot view process instances in wM Portal

    Posted Wed May 05, 2010 01:24 AM

    Have you checked the connection settings from MWS to Process Engine? MWS needs to talk to Process Engine before it can render any monitoring data.

    Wen


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


  • 5.  RE: Cannot view process instances in wM Portal

    Posted Wed May 05, 2010 12:10 PM

    Hi,

    Monitor package should point to the MWS server settings, go to WmMonitor homepage from IS admin page and enter the values to connect to MWS from there…

    -nD


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