Problem by providing ADF portlet in Oracle Portal

Hi,
I have created a simple ADF application with one JSF with a simple outputtext label, using Jdeveloper 11.1.1.3.
I created a portlet out of it by Create Portlet Entry and deployed it on weblogic (WL_WSRP).
Then i created a WSRP Provider on Oracle Portal 11g (11.1.1.6) with success, so I put the portlet on a page, when Portal show the page its appear a error message, like this:
Error: Could not get markup. The cookie or session is invalid or there is a runtime exception.
If I create a portlet with JSP page instead of a JSF page its works fine, another situation: when I access the JSF page directly in browser tha page works fine too.
To create the domain for WLS_WSRP I used this document: Doc Id 1058565.1
These are the error messages in the Weblogic logs:
ContentFetcher Unexpected Exception Request Failed:oracle.webdb.wsrp.client.run.WSRPDispatcherException: An error occurred whilst invoking an operation on the Provider name=content-fetcher17 label=wsrpPortlet url=http://ovm063portaltbl.compasso.com.br:8090/portal/proxy/portal/TBLPORTAL_PORTAL/wsrp time=1633ms timeout=65000ms process=Dispatching
An internal error has occurred in method getMarkup. java.lang.NoClassDefFoundError: javax/portlet/PortletRequest at oracle.adf.share.portlet.PortletADFContext.getPortletRequest(PortletADFContext.java:108)
at oracle.adf.share.portlet.PortletADFContext.getUserPrincipal(PortletADFContext.java:141)
at oracle.adf.share.portlet.PortletADFContext.setUserPrincipal(PortletADFContext.java:124)
at oracle.adf.share.portlet.PortletADFContext.setSecurityContext(PortletADFContext.java:119)
at oracle.adf.share.ADFContext.getSecurityContext(ADFContext.java:830)
at oracle.adf.share.portlet.PortletADFContext.initialize(PortletADFContext.java:245)
at oracle.adf.share.portlet.PortletADFContext.initThreadContext(PortletADFContext.java:232)
at oracle.adf.model.portlet.PortletBindingRequestHandler.initADFContext(PortletBindingRequestHandler.java:49)
at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:105)
at oracle.portlet.bridge.adf.lifecycle.ADFBindingBridgeLifecycleListenerImpl.onBeginRequest(ADFBindingBridgeLifecycleListenerImpl.java:94)
at oracle.portlet.bridge.adf.context.ADFPortletExternalContextImpl.<init>(ADFPortletExternalContextImpl.java:225) at oracle.portlet.bridge.adf.context.ADFPortletFacesContextImpl.<init>(ADFPortletFacesContextImpl.java:40) at oracle.portlet.bridge.adf.context.ADFPortletFacesContextFactoryImpl.getFacesContext(ADFPortletFacesContextFactoryImpl.java:41) at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64) at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.getFacesContext(BridgeImpl.java:989) at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:535) at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:498) at javax.portlet.faces.GenericFacesPortlet.doRenderDispatchInternal(GenericFacesPortlet.java:449) at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:241) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:243) at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:209) at javax.portlet.GenericPortlet.render(GenericPortlet.java:163) at oracle.portlet.bridge.adf.application.ADFBridgePortlet.render(ADFBridgePortlet.java:287) at oracle.portlet.server.containerimpl.ServerImpl.doRuntimeCall(ServerImpl.java:1316) at oracle.portlet.server.containerimpl.ServerImpl.getMarkup(ServerImpl.java:143) at oracle.portlet.server.containerimpl.ServerPerfLogger.getMarkup(ServerPerfLogger.java:559) at oracle.portlet.wsrp.v2.WSRPv2VersionWrapperServer.getMarkup(WSRPv2VersionWrapperServer.java:522) at oracle.portlet.wsrp.v2.WSRPv2ToServer.getMarkup(WSRPv2ToServer.java:11783) at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeSoapToJaxb.getMarkup(WSRP_v2_Markup_PortTypeSoapToJaxb.java:81) at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeSoapPerfLogger.getMarkup(WSRP_v2_Markup_PortTypeSoapPerfLogger.java:58) at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.invoke_getMarkup(WSRP_v2_Markup_Binding_SOAP_Tie.java:814) at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.processingHook(WSRP_v2_Markup_Binding_SOAP_Tie.java:1457) at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:299) at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:442) at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1112) at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:333) at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:233) at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:185) at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) 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:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.portlet.server.service.ContextFilter.doFilter(ContextFilter.java:101) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139) 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.wrapRun(WebAppServletContext.java:3730) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696) 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:2273) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

Hi,
What errors did you get during indexing?
-Ron

Similar Messages

  • Problem configuring the OBIEE Report Viewer Portlet to Oracle Portal!

    Now we plan to configure the OBIEE Report Viewer Portlet to Oracle BIEE.what i refre is http://www.rittmanmead.com/2007/09/integrating-oracle-bi-answers-and-oracle-portal/
    But after i deploy it and add the biee portlet to oracle portal and enter the biee reoprt path,tell me the error '(500)Internal Server Error '
    I have check the applicaion.log,the error below:
    11/12/18 00:55:26 BIEE: [id=84609988305,3] EXCEPTION THROWN: Exception:
    org.apache.axis.ConfigurationException: No service named SAWSessionServiceSoap is available
    org.apache.axis.ConfigurationException: No service named SAWSessionServiceSoap is available
    at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
    at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
    at org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
    at org.apache.axis.client.Call.invoke(Call.java:2671)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:2347)
    at org.apache.axis.client.Call.invoke(Call.java:1804)
    at com.siebel.analytics.web.soap.SAWSessionServiceStub.impersonateex(SAWSessionServiceStub.java:540)
    at com.siebel.analytics.web.portlets.jsr168.SAWConnection.init(SAWConnection.java:80)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.getSAWConnection(ReportUI.java:911)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.getSAWPage(ReportUI.java:1016)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doViewIFrameWithActionLinks(ReportUI.java:428)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doView(ReportUI.java:178)
    at javax.portlet.GenericPortlet.doDispatch(Unknown Source)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doDispatch(ReportUI.java:1058)
    at javax.portlet.GenericPortlet.render(Unknown Source)
    at oracle.webdb.wsrp.server.Server.getMarkup(Unknown Source)
    at oracle.webdb.wsrp.WSRP_v1_Markup_PortType_Tie.invoke_getMarkup(WSRP_v1_Markup_PortType_Tie.java:224)
    at oracle.webdb.wsrp.WSRP_v1_Markup_PortType_Tie.processingHook(WSRP_v1_Markup_PortType_Tie.java:499)
    at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:230)
    at com.sun.xml.rpc.server.http.ea.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:153)
    at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(Res
    ourceFilterChain.java:65)
    at oracle.webdb.wsrp.server.ContextFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(
    ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forward
    Internal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processReques
    t(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequest
    Handler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequest
    Handler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWork
    er.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    at org.apache.axis.configuration.FileProvider.getService(FileProvider.java:233)
    at org.apache.axis.AxisEngine.getService(AxisEngine.java:311)
    at org.apache.axis.MessageContext.setTargetService(MessageContext.java:755)
    at org.apache.axis.client.Call.invoke(Call.java:2671)
    at org.apache.axis.client.Call.invoke(Call.java:2424)
    at org.apache.axis.client.Call.invoke(Call.java:2347)
    at org.apache.axis.client.Call.invoke(Call.java:1804)
    at com.siebel.analytics.web.soap.SAWSessionServiceStub.impersonateex(SAWSessionServiceStub.java:540)
    at com.siebel.analytics.web.portlets.jsr168.SAWConnection.init(SAWConnection.java:80)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.getSAWConnection(ReportUI.java:911)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.getSAWPage(ReportUI.java:1016)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doViewIFrameWithActionLinks(ReportUI.java:428)
    at com.siebel.analytics.web.portlets.jsr168.ReportUI.doView(ReportUI.java:178)
    Then i goolge,and find the likely error at https://kr.forums.oracle.com/forums/thread.jspa?threadID=875397
    But after i change the portlet.xml and web.xml and restart the oc4j_portal,still face the same error
    I don't know how to resolve the problem
    Anyone can help me ?
    I have wait about 15 days,but still can not find any useful solution!
    '

    the web.xml under oc4j_portal/portal below:
    $ more web.xml
    <?xml version="1.0"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2/dtd">
    <web-app>
    <distributable/>
    <listener>
    <listener-class>oracle.webdb.portal.servlet.PortalServletContextListener</listener-class>
    </listener>
    <servlet>
    <servlet-name>RepositoryServlet</servlet-name>
    <servlet-class>oracle.webdb.repository.servlet.RepositoryServlet</servlet-class>
    <init-param>
    <param-name>logmode</param-name>
    <param-value>error</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>PortalServlet</servlet-name>
    <servlet-class>oracle.webdb.portal.servlet.PortalServlet</servlet-class>
    <init-param>
    <param-name>logmode</param-name>
    <param-value>error</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>page</servlet-name>
    <servlet-class>oracle.webdb.page.ParallelServlet</servlet-class>
    <!--
    <init-param>
    <param-name>logmode</param-name>
    <param-value>perf</param-value>
    </init-param>
    -->
    <init-param>
    <param-name>jspRoot</param-name>
    <param-value>internal_jsp</param-value>
    </init-param>
    <init-param>
    <param-name>jspSrcAlias</param-name>
    <param-value>/internal_jsp/</param-value>
    </init-param>
    <init-param>
    <param-name>useWebCache</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>maxParallelPortlets</param-name>
    <param-value>20</param-value>
    </init-param>
    <init-param>
    <param-name>maxParallelPagePortlets</param-name>
    <param-value>10</param-value>
    </init-param>
    *<init-param>*
    *<param-name>resourceUrlKey</param-name>*
    *<param-value>0123456789</param-value>*
    *</init-param>* </servlet>
    <servlet>
    <servlet-name>apploader</servlet-name>
    <servlet-class>oracle.webdb.apploader.AppLoaderServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>PortalServlet</servlet-name>
    <url-pattern>/pls/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>PortalServlet</servlet-name>
    <url-pattern>/page*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>PortalServlet</servlet-name>
    <url-pattern>/event*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>PortalServlet</servlet-name>
    <url-pattern>/witness/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>apploader</servlet-name>
    <url-pattern>/apploader</url-pattern>
    </servlet-mapping>
    <context-param>
    <param-name>oracle.webdb.service.ConfigLoader</param-name>
    <param-value>/WEB-INF/wwjps.xml</param-value>
    <description>This parameter specifies the location of the JPS configuration file</description>
    </context-param>
    <context-param>
    <param-name>oracle.webdb.portal.PortalServletContextListener.logmode</param-name>
    <param-value>error</param-value>
    <description>This parameter specifies the logging mode for the context listener</description>
    </context-param>
    </web-app>
    $

  • Register the Oracle 9iFS Portlet with Oracle Portal

    I did register the Oracle 9iFS Portlet with Oracle Portal.
    But when I am adding the portlet to a portal page I get the error:
    "500 Internal Server Error"
    When I am trying to access the page by url:
    http://<myserver>:7777/ifs/portlet
    I get the error:
    "You are not authorized to view this page"

    not a problem with BEA , just means your database has been configured to close your session after a period of inactivity(which is normal).
    Check you connection pool testing settings and tune accordingly.

  • Oracle Aplication Server Portal 10 G - configure portlets in Oracle Portal

    Hi, I was reading through the Document " ORACLE APPLICATIONS SERVER PORTAL 10G release 2 (10.1.4 - Customized Portlets with BPEL.
    On page 3 it refers to chapter 20 of a document caled "BEPL 10.1.2.0.2 Developer's Guide".
    I couldn't find this document. It is supposed to teach youhow to configure out-of-box portlets in Oracle Portal.
    Thanks

    Hi Sleepy,
    you can find this chapter here: http://download-uk.oracle.com/docs/cd/B14099_19/integrate.1012/b14448/portal.htm#sthref3420.
    How to find it? http://otn.oracle.com -> documentation -> application server -> Oracle Application Server 10g Release 2 (10.1.2.0.2) Documentation (Previous Releases section) -> View Library for B14099-11 and finally E-business Integration tab contains BPEL guides.
    Regards,
    Ivan

  • ADF Application and Oracle Portal Login Page

    We have developed ADF application and deployed it in Oracle AS 10.1.2 along with the custom JAAS module, which is working fine with the application custom login page. As a next page, I want to use Oracle Portal login page for the authentication and authorization.
    How can I accomplished it? Any idea?
    Thanks,
    AP

    Shay,
    1. I created blank ADF project
    2. I copied myreport.jsp file (this one was generated by Oracle Report Builder) under ..ViewController/public_html directory
    3. Created directory 'lib' under ViewController/public_html/WEB-INF/lib
    4. Copied reports_tld.jar file under the directory created in 3.
    5. Created simple jspx page with the af:link (btw af:goLink does not exists in JDev 12c), set 'destination' to myreport.jsp
    After the steps above I could not even compile the application, many problems too many to list here, Basically JDev is trying to build the project with .jsp file generated in Report Builder and is unable to.
    So to be sure we are on the same page: I am trying to embed JSP report files generated by Report Builder into ADF project, then create EAR file and deploy on standalone WLS. Finally execute JSP web only report.

  • Use 11g portlet in Oracle Portal or WSRP1 in WebCenter application fails

    Hi,
    I build a portlet as in the example at http://download.oracle.com/otndocs/tech/webcenter/files/owc_r11_portlet_bridge_demo.html and try to consume it from Oracle Portal. This is failing with a connection to the server failed error in the browser. I then tried to consume it in a webcenter application as wsrp2 and it works correctly. If i change to wsrp1 it fails with the same error. In the logging i see the following error:
    4-jan-2008 12:10:01 com.evermind.server.ServerBase log
    WARNING: WebcenterTest-ViewController-webapp: Servlet error
    oracle.security.jazn.JAZNRuntimeException: Method not supported
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:480)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:583)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)
         at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:646)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:614)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:405)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:168)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:149)
         at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:237)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:877)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.RuntimeException: Method not supported
         at oracle.portlet.wsrp.v1.ServerToWSRPv1.getResource(ServerToWSRPv1.java:7727)
         at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.getResource(ActivityServerWrapper.java:1519)
         at oracle.portlet.client.techimpl.wsrp.WSRPResourceOperationPipe.execute(WSRPResourceOperationPipe.java:116)
         at oracle.portlet.client.techimpl.wsrp.WSRPResourceOperationPipe.pre(WSRPResourceOperationPipe.java:43)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute2(PipeContext.java:531)
         at oracle.portlet.client.service.pipeline.PipeContext.internalExecute(PipeContext.java:418)
         at oracle.portlet.client.service.pipeline.PipeContextRunnable.run(PipeContextRunnable.java:23)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
         at java.util.concurrent.FutureTask.run(FutureTask.java:123)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:391)
         at oracle.portlet.client.service.pipeline.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:416)
         ... 1 more
    Does this mean wsrp1 is no longer supported with 11g because of client side ajax? Would this mean that Oracle Portal consuming 11g portlets is out of the question?
    Kind Regards,
    Andre Jochems

    Thank you for the clear answer. Just curious .... if Portal 11g supports wsrp 2 will it be possible to have a portlet generate events and link those in portal to page parameters which in turn can be linked to portlet input parameters as is possible with a pdk java portlet? In other words, ... can the inter portlet communication be set/edited/wired at runtime in Portal instead of design time as is the case with WebCenter?
    Also if Portal 11g will have these features what is the added value of WebCenter, aside from not needing the extra infrastructure to run Portal?
    While i am at it, ... how will the skin and stylesheets be handled when a 11g rich faces portlet is rendered in Portal, will it keep its nice looks? Can they be mapped to portal defined styles for portlets to adapt the style to the surrounding portal?
    Kind Regards,
    Andre Jochems

  • Deploy ADF Project to Oracle Portal?

    Hi,
    I'm wondering if anybody now how to deploy ADF Web project to
    Oracle Portal?
    If it is possible please tell me how and show me some example.
    Kinde Regards, Evgen

    Please have a look on document how to consume ADF Project in Portal:
    http://www.oracle.com/technology/products/webcenter/pdf/owcs_10132_cm_jsf_bridge.pdf
    Best Regards

  • Error on Basic search portlet in Oracle portal

    I am working on Oracle 10g portal. I uploaded lot of documents and completed indexing as per Oracle guidelines. There are some errors during indexing.Out of 5000 documents 22 are not indexed. When I try to search from a page I get this error. This problem doesn't exist in our development environent where there are only few documents loaded. I have encountered errors in this environment also during index creation.
    Appreciate your help.
    Internal error (WWC-00006)
    An unexpected error has occurred (WWS-32100)
    Unknown Exception (WWC-45131)
    User-Defined Exception (WWV-11230)
    Unexpected error - ORA-20000: Oracle Text error:
    DRG-10599: column is not indexed (WWC-35000)
    ----------------

    Hi,
    What errors did you get during indexing?
    -Ron

  • OSA&OFA portlet in Oracle Portal 10g

    Hi,
    How to use OSA (Oracle Sales Analyzer) and OFA (Oracle Financial Analyzer) reports on portal 10g?
    Regards
    Marcin

    Hi,
    I found two Metalink Notes that could of use to you :-
    Metalink Note:230544.1 :- How To Install And Configure OSA AS Portlets (Main Document)
    Metalink Note:247595.1 :- Installing AS Portlets 1.0 with OFA or OSA Version 6.4
    Regards,
    Sandeep

  • Edit_defaults mode in JSR-268 portlet on Oracle Portal 11g

    Hi all!
    I developed JSR-268 portlet using the wizard of JDeveloper (11.1.1.5.0).
    The portlet supports the following modes:
    - view (view.jsp)
    - edit (edit.jsp)
    - edit_defaults (edit_defaults.jsp)
    After deploy a portlet I can't get into the "edit_defaults" mode.
    On portal page portlet title content only link to edit mode (Personalized link)
    How to switch to "edit_defaults" mode?
    My portlet.xml:
    <portlet-app version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <portlet id="1319621203343">
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>edit</portlet-mode>
    <portlet-mode>edit_defaults</portlet-mode>
    </supports>
         </portlet>
    <custom-portlet-mode>
    <portlet-mode>edit_defaults</portlet-mode>
    </custom-portlet-mode>
    </portlet-app>
    I tried a programmatic switch to "edit_defaults" mode.
    In view.jsp I created a button. When click on button in method processAction() set "edit_defaults" mode:
    private static final PortletMode EDIT_DEFAULTS = new PortletMode ("edit_defaults");
    public void processAction (ActionRequest request, ActionResponse response) throws PortletException, IOException {
    // Determine which action.
    if (request.getParameter (SET_EDIT_DEFAULTS_ACTION)! = null) {
    response.setPortletMode (EDIT_DEFAULTS);
    It also did not help.
    I use the portal version: 11.1.1.4.0 (Build: 176) and WebLogic Version: 10.3.4.0
    Please help.

    Hi all!
    I developed JSR-268 portlet using the wizard of JDeveloper (11.1.1.5.0).
    The portlet supports the following modes:
    - view (view.jsp)
    - edit (edit.jsp)
    - edit_defaults (edit_defaults.jsp)
    After deploy a portlet I can't get into the "edit_defaults" mode.
    On portal page portlet title content only link to edit mode (Personalized link)
    How to switch to "edit_defaults" mode?
    My portlet.xml:
    <portlet-app version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <portlet id="1319621203343">
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>edit</portlet-mode>
    <portlet-mode>edit_defaults</portlet-mode>
    </supports>
         </portlet>
    <custom-portlet-mode>
    <portlet-mode>edit_defaults</portlet-mode>
    </custom-portlet-mode>
    </portlet-app>
    I tried a programmatic switch to "edit_defaults" mode.
    In view.jsp I created a button. When click on button in method processAction() set "edit_defaults" mode:
    private static final PortletMode EDIT_DEFAULTS = new PortletMode ("edit_defaults");
    public void processAction (ActionRequest request, ActionResponse response) throws PortletException, IOException {
    // Determine which action.
    if (request.getParameter (SET_EDIT_DEFAULTS_ACTION)! = null) {
    response.setPortletMode (EDIT_DEFAULTS);
    It also did not help.
    I use the portal version: 11.1.1.4.0 (Build: 176) and WebLogic Version: 10.3.4.0
    Please help.

  • What types of portlets are administation portlets in oracle portal?

    I want to know what is the administration portlets category.i.e.Is it PDK portlets or PL/SQL portlets.What?
    I want to make some new portlets and put them on the same admininstration page which will be accessing the OID mainly to add some new functionalities for the user management.Kindly reply soon.

    There are PL/SQL OID libraries that let you search into or manage OID, thus you can develop such portlets in PL/SQL if you wish.

  • Error in registering WSRP portlet producer  with Oracle Portal 10.1.4

    Hi all,
    I am using OC4J 10.1.3.4.0 as producer of portlets and Oracle Portal 10.1.4 as consumer. I am encountering error in registering the producer WSDL. Here's the stack trace:
    An error occurred when attempting to call the providers register function. (WWC-43134)
    An error occurred during the call to the WSRP Provider: java.rmi.RemoteException: Runtime exception; nested exception is:
    deserialization error: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.encoding.DeserializationException: deserialization error: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.encoding.DeserializationException: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.streaming.XMLReaderException: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    Java stack trace from root exception:
    com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    at com.sun.xml.rpc.sp.Parser2.fatal(Parser2.java:2015)
    at com.sun.xml.rpc.sp.Parser2.fatal(Parser2.java:2000)
    at com.sun.xml.rpc.sp.Parser2.processStartElement(Parser2.java:2794)
    at com.sun.xml.rpc.sp.Parser2.parseContent(Parser2.java:3036)
    at com.sun.xml.rpc.sp.Parser2.parse(Parser2.java:2360)
    at com.sun.xml.rpc.streaming.XMLReaderImpl.next(XMLReaderImpl.java:105)
    at com.sun.xml.rpc.streaming.XMLReaderBase.nextContent(XMLReaderBase.java:23)
    at com.sun.xml.rpc.streaming.XMLReaderBase.nextElementContent(XMLReaderBase.java:41)
    at oracle.webdb.wsrp.PortletDescription_LiteralSerializer.doDeserialize(PortletDescription_LiteralSerializer.java:94)
    at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.internalDeserialize(LiteralObjectSerializerBase.java:174)
    at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.deserialize(LiteralObjectSerializerBase.java:84)
    at oracle.webdb.wsrp.ServiceDescription_LiteralSerializer.doDeserialize(ServiceDescription_LiteralSerializer.java:88)
    at com.sun.xml.rpc.encoding.literal. (WWC-43273)
    Note that when the producer is OC4J 10.1.3.1.1 then it works fine. The OC4J log file is also not throwing any exception. So, i think some problem with Oracle Portal 10.1.4.
    Thanks
    Tarun

    Please follow the instructions given in https://metalink.oracle.com/help/usaeng/Search/search.html#file with document id 341922.1

  • Oracle Portal Portlet 404 Error for Specific Users

    I have a single portlet in Oracle Portal that is returning the message "Error: The listener returned the following error: 404 Not Found" that is occurring for just 2 out of my 350+ users. I have tried clearing user cache, clearing portlet cache, deleting these two users from portal and recreating their accounts, changing their usernames, rebooting the entire app server and nothing is working. There are other users for which the portlet will return the exact same data that the 2 problem users are requesting without an issue.
    Portal version is 10.1.2.3. Any help that anyone can provide would be greatly appreciated as I am about ready to beat my head against a wall.

    Hi Kirk,
    Please check below MOS ID, your issue will be resolved.
    Error: The Listener Returned The Following Message: 404 Not Found [ID 456421.1]
    Mark if this helps you.
    Regards,
    Kishore

  • Using Page/Portlet level  BackingFile based approach in Oracle Portal 11g

    Hi,
    I have a portal application that is running on Weblogic Portal 10.2, which is based on portlet/page level backing files. We are looking to upgrade to 11g now.
    I installed the Oracle 11g instalation (with web center) but that does not support any of the weblogic's backing file based portlets.
    I am not sure if i needed to install Oracle Portal 11g or is there also a separate weblogic portal 11g that we can upgrade to?
    If Oracle Portal 11g is what i need to install, then is thre a way we can continue to support the weblogic backing file based portlets in Oracle Portal 11g?
    Thanks,

    The new WebCenter portlet container does not, by default, directly support WebLogic Portal-style .portlet files and their corresponding WLP-specific features (i.e. backing files, WLP-native IPC, forked render, etc.) However, the WebCenter portlet container is a full java portlet 2.0 (JSR 286) and WSRP 2.0 container. Many things you could do with backing files and WLP-specific technology can be done with JSR 286 java portlet classes.
    Additionally, WebCenter portal framework, spaces, and ADF contains a WSRP 2.0 complaint consumer. So, you can keep your WebLogic Portal server and application running, and consume the individual portlets into a WebCenter webapp over WSRP. See http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10148/jpsdg_pages.htm#CIHDCBGC for more information. You WLP webapp's WSDL URL will normally be of the format http://<host>:<port>/<webapp>/producer?WSDL, e.g. http://localhost:7001/www/producer?WSDL
    Greg

  • Problems with ADF portlet

    Hi All,
    I am evaluating Webcenter and Portlets, specifically ADF portlets. I followed Peter Moskovi's article on portletizing an ADF taskflow (http://pmoskovi.wordpress.com/2008/07/18/jsr-301-the-jsf-portlet-bridge/).
    This is an excellent demo to guide on creating a portlet from an ADF taskflow. This demo is for old webcenter with OC4J.
    I am working on the JDEV 5407 build with Webcenter externsions. The demo is still pretty accurate for Weblogic Portal (WLP).
    I was able to run and deploy my portlet app without any problem. It works find in a stand-alone server. However, I run into problems while consuming the portlet in my PORTAL app. I followed the demo and build the consumer app. Everything looks fine, but at runtime, I get "Portlet Unavailable Error".
    Has anyone else followed Peter's demo and built portal and portlets with Bulldog i.e. 5407 build? Did you have any issues integrating the portlet in the portal?
    I would appreciate any input.
    Thanks,
    --ajay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Yes! When I say PORTAL app, I was referring to a WebCenter application that consumes the portal.
    Thanks for your help in advance.
    --ajay                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • MACBOOK Air/ OS Lion Keeps Freezing and restarting "because of an error"

    Hi, My Macbook keeps freezing - keyboard and touchpad do not respond and then after a few seconds it restarts. A Screen comes on to say that it restarted "because of a problem" Often it freezes at login. It has frozen at least 6 times as I type this.

  • HT4007 How can i use aperture to make chromakey effect

    How can i make chromakey portraits in aperture

  • Exchange rate table pops up

    Hi All A client has an issue. When he wants to do a sales quotation, the Exchange Rate and Indexes table pops up. He mentioned it pops up when he tries to open the sales order window, and a few marketing documents. Is there not a setting somewhere th

  • Net Weight (NTGEW) does not populate in table VBRP and LIPS for Purch Order

    The net weight field (NTGEW) does not populate in tables VBRP and LIPS when created from a Purchase Order.  The field Net Weight (NTGEW) does populate when created from a sales order.  Do you know if there is a way to make the field populate when cre

  • Recordset with matching date record

    I am trying to create a recordset where all the items with the same date are displayed. The date being taken from a form on the page which has its initial value taken from the date of the last record. I can get all the items to display but can't seem