Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Remote Portlet runTime error with JSPX pages - Webcenter Portal 12.2.1.1.0

Hello,
I'm trying to run a Portlet P.O.C. only with a JSPX page shows something in Webcenter Portal page and when I add my portlet to a page shows this error: Remote Portlet Error. But, when I add a P.O.C. portlet with JSP page work it.
The problem is that I need a JSPX page to add a taskflow to this JSPX page.
LOG ERROR:
[2016-12-30T15:17:43.694+00:00] [WC_Portal] [ERROR] [WCS-40151] [oracle.portlet.client] [tid: pool-3-daemon-thread-1] [userId: [email protected]] [ecid: 0001K_S1O5K1nZw_ODp2id0000^q0000kr,0:5:37] [APP: webcenter] [partition-name: DOMAIN] [tenant-name: GLOBAL] A request to the producer URL "null" resulted in a status 200 response with fault string "oracle/adf/model/events/EventProducer". The fault code given was "{urn:oasis:names:tc:wsrp:v2:types}OperationFailed".
[2016-12-30T15:17:43.714+00:00] [WC_Portal] [ERROR] [] [oracle.webservices.jaxws] [tid: pool-3-daemon-thread-1] [userId: [email protected]] [ecid: 0001K_S1O5K1nZw_ODp2id0000^q0000kr,0:5:37] [APP: webcenter] [partition-name: DOMAIN] [tenant-name: GLOBAL] Error while invoking endpoint "http://vskgroupportaldev02.develop.aitec.pt:8889/WCPortletApp/portlets/WSRP_v2_Markup_Service" from client; Security Subject: CorporateAdmin
[2016-12-30T15:17:43.715+00:00] [WC_Portal] [WARNING] [WCS-40025] [oracle.portlet.client.service.activity.PortletInstrumentation] [tid: pool-3-daemon-thread-1] [userId: [email protected]] [ecid: 0001K_S1O5K1nZw_ODp2id0000^q0000kr,0:5:37] [APP: webcenter] [partition-name: DOMAIN] [tenant-name: GLOBAL] Muffling exception in method endProcessListeners, context = java.lang.ClassCastException: [Loracle.adf.share.perf.Timer; cannot be cast to [Loracle.adfinternal.share.perf.TimerImpl;.[[
java.lang.ClassCastException: [Loracle.adf.share.perf.Timer; cannot be cast to [Loracle.adfinternal.share.perf.TimerImpl;
Page error:
Thanks,
Tiago Pereira
Best Answer
-
Hi Amey,
It was my mistake:
- 1st: I deployed project(War) rather than Application (EAR);
- 2nd: the managed server needs some jars to portlet run into a Webcenter Portal;
Thanks again and Happy new year too
Tiago
Answers
-
Hello Tiago,
There should not be problem with jsf if you are using JSF portlet bridge.
Refer below link if you want to JSR JAVA Portlet.
If you use Generate JSP for portlet mode then JSP page will create and if you select Generate ADF-Faces a jspx page will create.
Thanks and Happy New Year,
Amey
-
Hi Amey,
It was my mistake:
- 1st: I deployed project(War) rather than Application (EAR);
- 2nd: the managed server needs some jars to portlet run into a Webcenter Portal;
Thanks again and Happy new year too
Tiago