BPM Workspace 10gR3 Portlet integration in WebCenter 11g

Hi guys, I want to integrate my BPM processes within WebCenters portal. What i want to do is to present my bpm workspace inside portlets that will live in Webcenter. My question is, if there is an out-of-the-box solution in webcenter for doing this or if an implementation must be done to achieve this. If the second choice is the best I would like to know what kind of portlet (technology of the porlet) would be the best for implementing this integration. My Bpm workspace will be implemented on version 10gR3 and webcenter´s version is 11g. Thank you so much!!
Edited by: user10975931 on 24/06/2010 10:43 AM

Any documentation hints would be great. Thanks
Edited by: user10975931 on 24/06/2010 10:44 AM

Similar Messages

  • Coordination Between Portlets Across Pages - Webcenter 11g

    I am trying to create JSR 286 portlets with Webcenter and configure IPC with it. I am trying to connect portlet A with portlet B, with portlet A on page one and portlet B on page two.
    After some research I know other containers like Webspere and Liferay can be configured to perform IPC across different pages. http://developers.sun.com/portalserver/reference/techart/jsr286/jsr286_3.html
    Does anybody know if this is possible with Webcenter 11g? I was able to get IPC working with Portlet A and Portlet B on the same page.

    Hoque,
    My tutorial will show how IPC works for portlets on the same page but not over different pages.
    There are a few remarks before building such a page flow... Portlets are designed to be independent from the portlet. They shouldn't be tightly coupled with the portal. When you want to communicate over pages, you create tightly coupled portlets which is completly against the basic principles of portlets...
    If you want to build a flow like this, you definitly can do this. The easiest way is when both portlets are from the same producer. All portlets from the same producer share the same session which means that you can use this to put values on the producer session.
    In order to respect the portlet interopability ideas, you should expose an event instead of navigation to a different page from within the portlet. The event will be triggered by the portal and the portal will navigate to the next page.
    By doing this, you don't really have a tight coupling because you just expose an event and the portal decides to navigate to another page upon that event.

  • How to create portlet pages in oracle webcenter 11g?

    Hi all,
    currently we are using an application with oracle web portal 10g server. Is it possible to do migration all portlet pages 10g portal to 11g webcenter ?
    and please clarify how to create a portlet page in webcenter 11g?
    Regards
    Nagarajan

    Hi Nagarajan,
    In webcenter there is no concept of portlets.Here you need to have all the portlets as WSRP.
    So in a jist, you need to expose your current portlets as WSRP and the same should be consumed in webcenter portal pages.
    Hope this make things clear.

  • Oracle UCM 10gr3 and webcenter 11g, WCM Portlets

    Hi,
    I have installed Oracle UCM 10gR3, Site Studio 10gR4 and Webcenter 11g. Now my problem is how to get the WYSIWIG (WCM Portlet) created in UCM to be retrieved in webcenter spaces.
    My understanding after reading some articles is the only way i can communicate is through WSRP (CIS and CPS), if that is the case can u suggest what is the difference between them and which one is best one for a Intranet Application. Please also provide the example for the portlet and the steps to install them locally.
    i not asking to give all the answers at a time. Just share bit by bit even if u have some knowledge.
    Thanks,
    Pradeep.
    I am a Newbie!!!

    Hey Pradeep,
    You have lots of options for retrieving content from UCM in WebCenter besides CIS and by extension CPS. The best article on the subject can be found here (if you haven't already read it): http://blogs.oracle.com/fusionecm/2010/04/oracle_ucm_integration_with_we.html
    To more directly answer your questions the difference between CIS and CPS is that CIS is the lower level API that actually does the communication with UCM. It serializes your request across the socket and handles the response data that comes back packaging it up as easy to use objects. CPS leverages CIS as its backend to allow the portlets to communicate with UCM.
    For an intranet application you have lots of options. For document management I would recommend a combination of the Document Library taskflow along with a couple of the CPS portlets (my workflow assignments, etc). To retrieve content to display as part of an intranet "site" I would leverage the Content Presenter taskflow.
    If the content to be retrieved is Site Studio 10gr4 assets I would instead recommend that you roll your own simple content portlets. That is what we ended up doing at Fishbowl and have reused them to great affect implementing several intranet portals for different customers in a very short amount of time. More info here: http://www.fishbowlsolutions.com/StellentSolutions/OracleUCMStellentConsultingServices/Categories/OracleUCMStellentPortalTechnologies/index.htm
    Hope that helps,
    Andy Weaver - Senior Software Consultant
    Fishbowl Solutions < http://www.fishbowlsolutions.com?WT.mc_id=L_Oracle_Consulting_amw_OTN_WCF >

  • Webcenter 11g Tutorial: Building portlets and wiring them fails at step 6

    I'm running through the WebCenter Tutorial. I've done everything up to this point. I've created the portlet, checked the view.jsp works, and registered it as a WSRP producer in my tutorial application.
    Step 6 asks me to drag and drop the portlet from the resource palette onto my page. This works, except when I run the page I get portlet unavailable on the generated page.
    The only thing I can think of is that the portlet deployment is being stopped when the tutorial app is being deployed - so I can't run then both at the same time, but that's me guessing from the error messages. Can anyone help?
    In JDev it says the following:
    [Another instance of the application is running on the server.  JDeveloper redeploy the application.]
    [Application MyTutorialPortlet stopped but not undeployed from Server Instance DefaultServer]
    [Running application MyTutorialPortlet on Server Instance DefaultServer...]
    Run startup time: 4322 ms.
    [Application MyTutorialPortlet deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/MyTutorialPortlet-Portlets-context-root/Products/html/view.jsp
    [Another instance of the application is running on the server.  JDeveloper redeploy the application.]
    [Application MyTutorialApplication stopped but not undeployed from Server Instance DefaultServer]
    [Running application MyTutorialApplication on Server Instance DefaultServer...]
    13-Nov-2009 14:46:36 oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener preStop
    INFO: ADFApplicationLifecycleListener.preStop
    13-Nov-2009 14:46:36 oracle.mds.internal.lcm.logging.MDSLCMLogger log
    INFO: MBean: oracle.mds.lcm:name=MDSAppRuntime,type=MDSAppRuntime,Application=MyTutorialApplication deregistered
    13-Nov-2009 14:46:36 oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener postStop
    INFO: ADFApplicationLifecycleListener.postStop
    13-Nov-2009 14:46:36 oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Cleaning up application state
    13-Nov-2009 14:46:36 oracle.adf.share.config.ADFConfigFactory cleanUpApplicationState
    INFO: Calling ADF Config instance implementation: class oracle.adf.share.config.MDSConfigImpl.releaseResources()
    13-Nov-2009 14:46:36 oracle.adf.share.config.MDSConfigImpl releaseResources
    INFO: Releasing MDS Config implementation
    13-Nov-2009 14:46:36 oracle.adf.share.config.ADFContextMDSConfigHelperImpl releaseMDSInstance
    INFO: Releasing MDSInstance:ADFApplication14
    13-Nov-2009 14:46:36 oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : MyTutorialApplication
    <13-Nov-2009 14:46:36 o'clock GMT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application MyTutorialApplication is not versioned.>
    13-Nov-2009 14:46:36 oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    13-Nov-2009 14:46:37 JpsApplicationLifecycleListener Migrate Application Credential Store
    WARNING: Overwriting credentials is allowed in application credential store migration with Weblogic server running in Development Mode and system property 'jps.app.credential.overwrite.allowed' set to true
    13-Nov-2009 14:46:42 oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
    INFO: ADFc: Initializing ADF Page Lifecycle for the JSF environment, LifecycleContextBuilder is 'oracle.adf.controller.faces.lifecycle.ADFPhaseListener'.
    13-Nov-2009 14:46:52 oracle.adf.mbean.share.connection.ConnectionsRuntimeMXBeanImpl getNonCachedConnectionsContext
    INFO: Registering Connection Runtime MBean
    ADF Library non-OC4J post-deployment (millis): 163
    Run startup time: 21953 ms.
    [Application MyTutorialApplication deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/MyTutorialApplication/faces/MyPage.jspx
    13-Nov-2009 14:46:57 oracle.jbo.uicli.mom.CpxUtils$Visitor logMainApplicationCpx
    INFO: file:/home/joconnor/.jdeveloper/system11.1.1.1.33.54.07/o.j2ee/drs/MyTutorialApplication/MyTutorialApplication/WEB-INF/classes/view/DataBindings.cpx
    13-Nov-2009 14:46:58 oracle.adfinternal.view.page.editor.config.ExtensionFileParser parse
    INFO: Parsing Oracle Composer configuration files...
    13-Nov-2009 14:46:58 oracle.adfinternal.view.page.editor.config.ExtensionFileParser parse
    INFO: Successfully parsed 6 Oracle Composer extension configuration files.
    13-Nov-2009 14:46:58 oracle.adfinternal.view.page.editor.config.PanelRegistry _mergeInbuiltAddonConfig
    INFO: A duplicate definition of the inbuilt property panel oracle.adf.pageeditor.prop-panel.page is found. Ignoring the duplicate definition. Run the application with the FINE log level for more information.
    [TopLink Info]: 2009.11.13 14:46:59.432--ServerSession(28208629)--tag-repository logout successful
    [TopLink Info]: 2009.11.13 14:46:59.626--ServerSession(6727526)--TopLink, version: Oracle TopLink - 11g Release 1 (11.1.1.1.0) (Build 090527)
    [TopLink Info]: 2009.11.13 14:46:59.626--ServerSession(6727526)--Server: WebLogic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385
    [TopLink Info]: 2009.11.13 14:46:59.628--ServerSession(6727526)--tag-repository login successful
    13-Nov-2009 14:47:01 oracle.wsm.agent.WSMAgent init
    INFO: WSMAgent is initialized for category=management, function=agent.function.client, topologyNodePath=/wls/MyTutorialApplication/EJBs/default/COMPONENTs/default/WEBSERVICECLIENTs/WSRP_v2_Service/PORTs/WSRP_v2_Markup_Service/INTERCEPTORs/, isJ2EE=true
    13-Nov-2009 14:47:01 oracle.wsm.agent.WSMAgent init
    INFO: WSMAgent is initialized for category=security, function=agent.function.client, topologyNodePath=/wls/MyTutorialApplication/EJBs/default/COMPONENTs/default/WEBSERVICECLIENTs/WSRP_v2_Service/PORTs/WSRP_v2_Markup_Service/INTERCEPTORs/, isJ2EE=true
    [TopLink Info]: 2009.11.13 14:47:08.340--ServerSession(2366727)--relationship-repository logout successful
    [TopLink Info]: 2009.11.13 14:47:08.461--ServerSession(26747734)--TopLink, version: Oracle TopLink - 11g Release 1 (11.1.1.1.0) (Build 090527)
    [TopLink Info]: 2009.11.13 14:47:08.461--ServerSession(26747734)--Server: WebLogic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385
    [TopLink Info]: 2009.11.13 14:47:08.464--ServerSession(26747734)--relationship-repository login successful
    13-Nov-2009 14:47:10 oracle.adfinternal.view.faces.renderkit.rich.portlet.PortletRenderer preRender
    SEVERE: oracle.adf.model.portlet.binding.PortletModelException
         at oracle.adf.model.portlet.binding.PortletBinding$InnerPortletModel.getPortletRendition(PortletBinding.java:1104)
         at oracle.adfinternal.model.portlet.binding.ActivityPortletModelWrapper.getPortletRendition(ActivityPortletModelWrapper.java:106)
         at oracle.adfinternal.view.faces.renderkit.rich.portlet.PortletRenderer.preRender(PortletRenderer.java:948)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.ShowDetailFrameRenderer.encodeAll(ShowDetailFrameRenderer.java:639)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeChildrenVertically(PanelCustomizableRenderer.java:800)
         at oracle.adfinternal.view.faces.renderkit.rich.customizable.PanelCustomizableRenderer.encodeAll(PanelCustomizableRenderer.java:267)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer._encodeChild(LayoutCustomizableRenderer.java:1015)
         at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer.doTwoColumnBottomLayout(LayoutCustomizableRenderer.java:640)
         at oracle.adfinternal.view.page.editor.renderkit.LayoutCustomizableRenderer.encodeAll(LayoutCustomizableRenderer.java:276)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:1523)
         at oracle.adfinternal.view.page.editor.renderkit.PageCustomizableRenderer.encodeAll(PageCustomizableRenderer.java:190)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:1523)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderPane(PanelSplitterRenderer.java:925)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer._renderSecondPane(PanelSplitterRenderer.java:831)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelSplitterRenderer.encodeAll(PanelSplitterRenderer.java:166)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:221)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:432)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:820)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__encodeRecursive(UIXComponentBase.java:1494)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeAll(UIXComponentBase.java:771)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:271)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:202)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:685)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:261)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:193)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.fabric.common.PolicyEnforcementException
         at oracle.integration.platform.common.InterceptorChainImpl.createPolicyEnforcementException(InterceptorChainImpl.java:161)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:97)
         at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:216)
         at oracle.j2ee.ws.client.mgmt.runtime.SuperClientInterceptorPipeline.handleRequest(SuperClientInterceptorPipeline.java:96)
         at oracle.j2ee.ws.client.StubBase._preRequestSendingHook(StubBase.java:867)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:210)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:147)
         at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_Binding_SOAP_Stub.initCookie(WSRP_v2_Markup_Binding_SOAP_Stub.java:173)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeJaxbToSoap.initCookie(WSRP_v2_Markup_PortTypeJaxbToSoap.java:671)
         at oracle.portlet.wsrp.v2.ServerToWSRPv2.initCookie(ServerToWSRPv2.java:6081)
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.initCookie(ActivityServerWrapper.java:688)
         at oracle.portlet.client.techimpl.wsrp.WSRPInitCookiePipe.execute(WSRPInitCookiePipe.java:112)
         at oracle.portlet.client.techimpl.wsrp.WSRPInitCookiePipe.pre(WSRPInitCookiePipe.java:42)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute2(PipeContext.java:644)
         at oracle.portlet.client.service.pipeline.PipeContext.access$000(PipeContext.java:51)
         at oracle.portlet.client.service.pipeline.PipeContext$1.run(PipeContext.java:495)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute(PipeContext.java:505)
         at oracle.portlet.client.service.pipeline.PipeContextRunnable.run(PipeContextRunnable.java:23)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:391)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:416)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NullPointerException
         at oracle.j2ee.ws.rm.interceptor.WSRMClientInterceptor.processRequest(WSRMClientInterceptor.java:169)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:89)
         ... 24 more

    hi,
    im a newbie in webcenter, where should I increase the portlet timeout? I'm encountering the Portlet Unavailable error evertime i logged into webcenter spaces. but after i try to collapse/uncollapse the portlet, it is showing the right page.
    i'm using jdeveloper 11.1.1.3 and webcenter 11g
    thanks,
    rian

  • BPM 11g Role Assignment not Reflected on BPM Workspace

    Hi,
    I'm having trouble with role maping in JDeveloper for my BPM 11g project, where the server groups mapped against a particular applcation role is not reflected in BPM workspace.
    I'm mapping application roles with server groups in the Organization section of my BPM project in JDeveloper, but when I open the Administration section of the BPM workspace, I see that the appropriate section is blank where there should be the server group assigned.
    I have confirmed that the server groups are in place, and have users associated with them. I even tried ti with the Administrators groups of WebLogic, with the same results.
    However, when I deployed this same project on an Oracle On Demand server, the JDeveloper role maapping was successfully deployed along with my process. Could anyone please provide some insight in this matter?
    I'm working on JDeveloper and SOA 11.1.1.5
    Thanks,
    Debojit

    HI,
    In 11g you have the concept of Global Links. You can refer to http://docs.oracle.com/cd/E23943_01/user.1111/e15175/bpmug_ext_apps.htm#BACCACGI fro example of how this can be acheived
    I think there are also some samples on java.net for Oracle BPM Suite however this appears to be down at the time of posting so I can not validate this.
    Hope this helps
    Regards Dave

  • Can't logon bpm workspace in BPM suite 11g R1 PS3

    I have a very wire problem,
    I can't login to bpm workspace using the administrator "weblogic/welcome1", but I can use this logon weblogic console and em.
    check log find the following,
    initIgnoreList:Register 'oracle_ias_farm' login page url:/em/faces/targetauth/emasLogin
    m_connection-jpss null
    javax.security.auth.login.LoginException: Operation exception.
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:63)
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:43)
         at oracle.bpm.papi.ora.ProcessServiceSessionAdapter.<init>(ProcessServiceSessionAdapter.java:178)
         at oracle.bpm.papi.ora.ProcessServiceAdapter.createSession(ProcessServiceAdapter.java:146)
         at oracle.bpm.workspace.model.servlet.WorkspaceLoginServlet.initPrincipal(WorkspaceLoginServlet.java:65)
         at oracle.bpm.web.security.servlet.LoginServlet.initPrincipal(LoginServlet.java:142)
         at oracle.bpm.web.security.servlet.LoginServlet.doPost(LoginServlet.java:104)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    my env was:
    java: sun jdk 1.6.0_24
    Soa suite 11g ps3
    I create domain, select oracle bpm suite for developers template.
    I also google it, try to reset MDS and check /etc/hosts file. it's doesn't helpful.
    Any ideas?
    thx!
    /Leaf

    Hi Ravi, Leaf
    I am facing similar issue when trying to logon to bpm workspace (http://localhost:7001/bpm/workspace) after installing BPM & SOA Suite 11.1.1.4 Developers (single JVM install of AdminServer only).
    Steps I followed are-
    1.     Database is XE, I have set an environment variable to TRUE as suggested on download instructions page
    2.     Install SOA suite 11.1.1.4 by choosing the options for BPM for developers
    3.     When logging to WLS and em console with “weblogic” user, it works fine.
    4.     On the em console, I have checked and verified the “BPMWorkspaceAdmin” role exists and weblogic user is a added to the role
    5.     However using “weblogic” user, I can not login to bpm workspace (http:// localhost:7001/bpm/workspace). The server log shows-
    privilege NA resource //app/policy/OracleBPMWorkspace/null/null result ABSTAIN
    [2011-04-26T16:11:51.532+02:00] [AdminServer] [NOTIFICATION] [] [oracle.bpm.common] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: a9218d2d72883d7b:7f1352b9:12f920db316:-8000-0000000000000726,0] [APP: OracleBPMWorkspace] Operation exception.[[
    javax.security.auth.login.LoginException: Operation exception.
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:63)
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:43)
         at oracle.bpm.papi.ora.ProcessServiceSessionAdapter.<init>(ProcessServiceSessionAdapter.java:178)
         at oracle.bpm.papi.ora.ProcessServiceAdapter.createSession(ProcessServiceAdapter.java:146)
         at oracle.bpm.workspace.model.servlet.WorkspaceLoginServlet.initPrincipal(WorkspaceLoginServlet.java:65)
         at oracle.bpm.web.security.servlet.LoginServlet.initPrincipal(LoginServlet.java:142)
         at oracle.bpm.web.security.servlet.LoginServlet.doPost(LoginServlet.java:104)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    I am installing everything on a standalone laptop.
    Thanks in advance for any solution/pointers.
    Regards
    sibendu
    Edited by: user650290 on Apr 26, 2011 7:19 AM

  • Portlet 2.0 Support in WebCenter 11g

    Will there any support of portlet 2.0 (JSR 286) in WebCenter 11g?

    According to the current plans, we will have support for WSRP 2.0, which addresses most of the limitations of the portlet 1.0 spec (JSR 168).
    Peter

  • BPM WorkSpace in WebCenter Space

    Hi,
    How to configure BPM Workspace in WebCenter Space?
    Pleaes help me & provide step by step configuration doc.
    Thanks
    Dharm

    Hi Dharm,
    You can check this below document to configure BPM with Spaces.
    Configuring Oracle BPM Process Spaces For WebCenter (Doc ID 1467510.1)
    Regards
    Sreedhar

  • Integrating Webcenter 11g (Discussions)  with OAM  for SSO

    Hi,
    I need some help in integrating Webcenter 11g with OAM 10g.
    Objective:
    =========
    My customer is using Webcenter 11.1.1.2.0 and they are primarily using Discussions and wiki .I would like to integrate OAM with Webcenter for providing SSO.
    Steps Followed:
    ============
    I have followed the steps mentioned in the section 23.7.1 and 23.7.1.7 in the doc
    http://download.oracle.com/docs/cd/E15523_01/webcenter.1111/e12405/wcadm_security.htm#BGBCEHGE
    and also referred metalink note ID 829122.1
    Scenario after integrating with OAM:
    ===========================
    1.Accessed the dicussions url through OHS proxy http://<ohs_host>:<ohs_proxy>/owc_discussions
    2.Click on Login button
    3.OAM Login page appears
    4.Provide credentials for orcladmin (admin user of OAM OID LDAP)
    5.Discussions default login screen appears ( I dont expect this default login page,as I have already authenticated with OAM)
    6.Provide orcladmin credentials
    7.Login screen is keep on popping and not able to login
    if i set owc_discussions.sso.mode=false,then looping (Step 7) is not occuring and could able to login.
    Am I doing anything wrong here? Or is there a way I can make it work.
    Thanks in Advance.

    Did you setup weblogic as per this doc? - http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e12405/wcadm_security_sso.htm#WCADM8175

  • 11G BPM workspace shows nothing after login

    Hi,
    I am new to BPM. I installed weblogic, soa suite on my laptop. When I login to BPM workspace I get login screen but after that its blank nothing shows up.
    Here are parts of log file for soa_server1
    Any Idea thanks
    Bikram
    ####<Nov 18, 2010 3:47:46 PM CST> <Info> <Common> <BIPANDHE-E4300> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@f32dc9> <<anonymous>> <BEA1-33B76A3AFBDD> <c91ab9e973f25cc1:-1e0709d8:12c60c39495:-7ffd-0000000000000002> <1290116866671> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
    ####<Nov 18, 2010 3:48:21 PM CST> <Error> <HTTP> <BIPANDHE-E4300> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <c91ab9e973f25cc1:-1e0709d8:12c60c39495:-7ffd-00000000000019df> <1290116901937> <BEA-101020> <[ServletContext@26164483[app:OracleBPMWorkspace module:/bpm/workspace path:/bpm/workspace spec-version:2.5]] Servlet failed with Exception
    fuego.papi.OperationRuntimeException: Runtime operation error.
         Caused By: fuego.papi.OperationException: Operation exception.
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:68)
         at oracle.bpm.papi.ora.mgr.OrganizationManager.lookupParticipant(OrganizationManager.java:44)
         Caused By: ORABPEL-10585
    Service error.
    Internal Error; Service error occurs in IdentityService in method lookupUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
         at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.lookupUser(AbstractIdentityServiceClient.java:195)
    Caused By: java.lang.RuntimeException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.invoke(IdentityServiceSOAPClient.java:285)
    Caused By: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         Caused By: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         Caused By: java.net.ConnectException: Connection refused: connect

    Please review note 1135814.1 in My Oracle Support. If this does not work for you, review your /etc/hosts file and make sure all your entries are right, i.e. your hostname is mapped to the correct host IP instead of 127.0.0.1.

  • BPM workspace different port question

    Hi,
    I have a UI project, that is used for BPM human tasks.
    When I deploy the UI part to the SOA server(default port 8001)  then login to BPM workspace and click to my task all works fine(task details page is displayed).
    But when I deploy the UI part to the non SOA server(port 8020) then login to BPM workspace and click to my task I get the error message: Could not connect to the server: host_name:8020. (But I have wf_client_config.xml and all configurations as described in Onkar's Oracle and ADF Blog: How to separate BPM 11g ADF Task page components from SOA/BPM to a new ADF managed server and Designing Task Forms for Human Tasks - 11g Release 1 (11.1.1.6.3) )
    Maybe somebody had such problem and can share with the solution.
    Thanks.
    Best regards, Stanislav

    By default the attachments are stored in the Engine Database, you can stored them also in Aqualogin Interaction (Old ALUI) now Webcenter Interaction.
    If you upload a file that already exists it creates a new version
    Hope it helps

  • BPM WorkSpace login issue

    Hello
    I was trying to login to my BPM Console: http://localhost:8001/bpm/workspace/faces/loginPage.jspx
    After logging in the page looks blank, does not show up any info in the page.
    Following is the log that has got reflected @ Weblogic level:
    Any issue with WIN7 OS on this.
    log:
    <24 Jan, 2013 2:20:35 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com
    .bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DOracleBPMWorkspac
    e%2CType%3DAppDeployment%22%29.>
    <24 Jan, 2013 2:21:54 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is execu
    ted in begin or refresh action. Redirect url is /console/console.portal?_nfpb=tr
    ue&_pageLabel=AppControlPages.>
    Please help me out
    Regards
    Raj
    When Searched in Oracle Support Here is the information that they specified. But This is also not working.
    Service error.
    Internal Error; Service error occurs in IdentityService in method lookupUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.lookupUser(AbstractIdentityServiceClient.java:195)Cannot log in to workspace( BPM 11g).
    Fix
    One of the reasons this issue might happen is when the application (in this case the Workspace) was not able to connect to the Identity services.
    And the cause of bug was network configuration issues which prevented connection to IdentityService SOAP endpoint using the configured server hostname.
    So to overcome this issue, set the ServerURL property in the soa-infra config mBean to http://127.0.0.1
    This should resolve the issue.
    An alternative option is to use any other valid server IP address / port.
    In future the bug fix will have log messages which will post warnings in the logs if the host name used in the URL is not resolved.
    How to set the MBean:
    1. Login to the em console
    2. Right click on soa-infra
    3. Goto Administration ->SystemMBean Browser
    4. Goto Application Defined MBeans
    5. Find Oracle.as.soainfra.config ->Expand "Server: <your server name>"
    6. Goto SoaInfraConfig -> click on soa-infra
    7. Find the Property ServerURL, enter value as http://127.0.0.1
    8. Click on Apply
    References
    BUG:9815699 - BPM 11G:NOT ABLE TO LOGIN TO WORKSPACE
    Edited by: rajMS on Jan 24, 2013 4:18 PM

    This is related to the authentication providers you have configured in WebLogic. Check that the providers are configured property for whatever identity store you need to use - integrated WebLogic, OID, AD, etc. - and that they are in the correct order.

  • Processes not available in BPM Workspace

    Hi,
    We are getting folowing exception in workspace :
    The Process '/xyz#Default-1.0' is not available.
    The Process '/xyz#Default-1.0' is not available. Caused by: Process '/xyz#Default-1.0' not available. Caused by: Cannot reach engine 'xyzbpmengine' at URL: ''. Caused by: While trying to lookup 'engines.xyzbpmengine' didn't find subcontext 'engines'. Resolved '' No processes were found
    Can anyone help us with the possible reason and resolution for the same.
    Need an early reply.
    Thanks and Regards,

    Hi,
    Engine is running fine. Looking at the error it seems like engine is not reachable however the engine & its configuration is rechecked & seems to be fine.
    What environment are you deploying to?
    Cluster environment with Admin & Managed server on single host
    What kind of setup do you have?
    Cluster environment with Admin & Managed server on single host
    1 Admin server 2 Managed servers for engine & 2 Workspace servers
    What version of BPM?
    10gR3
    Did this work before?
    This deployment worked on DEv environment with 1 Admin server & no managed servers.
    What has changed?
    Managed servers added.

  • Process is not visible in BPM Workspace in Application panel 2

    Hi dear developers,
    I had a problem about BPM process. I was trying to implement this tutorial -> http://st-curriculum.oracle.com/obe/fmw/obpm/11g/r1/firstProcess/firstprocess_obpm11g.htm#t3
    And all the steps had been done. But the deployment step, i couldn't see my process on the BPM Workspace. I searched the other opinions in the forum. It's completely same with this thread -> Process is not visible in BPM Workspace in Application panel
    Nevertheless, couldn't find anything helpful. Could you help me please?
    Thanks in advance.
    Erdo

    Hi Erdo
    I hope you already ran the demo community seed app to create all the test users and groups etc in the default authenticator. If not, please see this below post:
    Re: New to BPM: How to get the tasks in the Workspace
    1. First login into bpm/workspace with domain adminstrator username/password. Then on right side, click on Adminstration link and see if you could see all the roles related to hello world app and also the users that you added to those roles.
    One other very basic thing is, you should and must deploy the TaskForms project that has all the taskdetails UI pages. I hope you did this while deploying the workflow and checking the check boxes to deploy other ui projects also.
    If seeding and getting demo uses is confusing, you can always use your own users. From weblogic console, create some extra users like weblogic1, weblogic2, weblogic3 etc with some password. Then use these users to assign to the roles from hello world app. Then login with these users. This will also work.
    Thanks
    Ravi Jegga

Maybe you are looking for

  • Data load issue with export data source - BW 3.5

    Hi, We are facing issues in loading data with the help of export data source. We have created export data source of 0PCA_C01 cube. With the help of this export datasource,  we are loading data to other custom cube. Scenario is working fine in develop

  • Fault Handling in Mediator

    Hi, We have a DBAdpater to retrieve the data and a mediator to invoke the DBAdapter. In cases like No Records we want to create a soap fault. So we implemented Mediator Java callout and overriden postRouting() to read the response message and create

  • Question Elements 11: "Add people" recognizes faces in individual photos but not groups of photos

    "Add people" feature has never worked in Elements 11.  How do I fix this?  It recognizes faces in individual photos, but not in groups of photos.

  • Positioning cursor in texteditor

    Hi all,      How to set cursor in texteditor control in dynpro. Regards, bala

  • Forms Library from a list template

    Hi I saved a forms library with its content as a list template and then recreated a new forms library based on the saved list template, in the same location with a different name. For some reason, I cant seem to edit/view the properties of the forms