RemotePortletCommunicationError

Hi
while consuming the producer page,i'm getting the below exception.
Can i confirm that producer is up when wsdl url is displaying?
What mi8 be the issue?
Log:
<HTTPClientTransport> <invoke> A request to the producer URL "http://adcdaa03.us.oracle.com:6747/hcmTalent/portlets/WSRP_v2_Markup_Service" resulted in a status 500 response with fault string "Caught exception while handling request: unexpected element name: expected={urn:oasis:names:tc:wsrp:v2:types}initCookie, actual={http://www.w3.org/2001/04/xmlenc#}EncryptedData". The fault code given was "{http://schemas.xmlsoap.org/soap/envelope/}Client".
<PortletRenderer> <setErrorState> An error has occured for Portlet Binding portlet1.
oracle.portlet.client.container.PortletHttpException: HTTP <unknown method> request to URL http://adcdaa03.us.oracle.com:6747/hcmTalent/portlets/wsrp2?WSDL failed with status code 500 reason <unknown reason>. Check that the producer URL has been correctly specified, that the producer server machine and producer container are running, that the producer application is deployed correctly, and that the client can reach the server if behind a firewall.
     at oracle.portlet.client.service.pipeline.PipeContext.setData(PipeContext.java:1624)
     at oracle.portlet.client.service.pipeline.PipeContext.prev(PipeContext.java:1188)
     at oracle.portlet.client.techimpl.wsrp.WSRPInitCookiePipe.pre(WSRPInitCookiePipe.java:55)
     at oracle.portlet.client.service.pipeline.PipeContext.internalExecute2(PipeContext.java:645)
     at oracle.portlet.client.service.pipeline.PipeContext.access$000(PipeContext.java:48)
     at oracle.portlet.client.service.pipeline.PipeContext$1.run(PipeContext.java:493)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:47)
     at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:79)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
     at weblogic.security.Security.runAs(Security.java:61)
     at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:48)
     at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:52)
     at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.executeAs(AbstractSubjectSecurity.java:138)
     at oracle.portlet.client.service.pipeline.PipeContext.internalExecute(PipeContext.java:497)
     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: oracle.portlet.client.container.PortletHttpRuntimeException: HTTP <unknown method> request to URL http://adcdaa03.us.oracle.com:6747/hcmTalent/portlets/wsrp2?WSDL failed with status code 500 reason <unknown reason>. Check that the producer URL has been correctly specified, that the producer server machine and producer container are running, that the producer application is deployed correctly, and that the client can reach the server if behind a firewall.
     at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.checkAndReturnHttpException(ActivityServerWrapper.java:57)
     at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.initCookie(ActivityServerWrapper.java:1110)
     at oracle.portlet.client.techimpl.wsrp.WSRPInitCookiePipe.execute(WSRPInitCookiePipe.java:115)
     at oracle.portlet.client.techimpl.wsrp.WSRPInitCookiePipe.pre(WSRPInitCookiePipe.java:45)
     ... 21 more
Caused by: javax.xml.rpc.soap.SOAPFaultException: Caught exception while handling request: unexpected element name: expected={urn:oasis:names:tc:wsrp:v2:types}initCookie, actual={http://www.w3.org/2001/04/xmlenc#}EncryptedData
     at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:669)
     at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:475)
     at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:148)
     at oracle.portlet.wsrp.v2.soap.runtime.WSRP_v2_Markup_Binding_SOAP_Stub.initCookie(WSRP_v2_Markup_Binding_SOAP_Stub.java:80)
     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:23854)
     at oracle.portlet.client.connection.wsrp.ActivityServerWrapper.initCookie(ActivityServerWrapper.java:1058)
     ... 23 more
Thanks in Advance

Try see the log of the managed server where portlet are deployed, because it's given a error 500 that means internal error in you portlet

Similar Messages

Maybe you are looking for

  • Xorg-server broken after upgrade to 1.6.3.901-1

    Hello, After upgrading to xorg-server 1.6.3.901-1 and rebooting the computer xorg-server respawned repeatedly very fast and I was unable to exit except for pressing the power button (I had runlevel 5 set in /etc/inittab). Then I set the runlevel to 3

  • PC Suite and 6310i - 6021

    Hi there, This has been quite a struggle to get it working so I thought I should share it here. I was trying to copy my old 6310 phone memory (and other things) to my new 6021 phone using the newest nokia pc suite (6.80.22). The backup procedure ran

  • SSIS Auditing on Table

    HiĀ  I need to record insert & update changes made to a SQL 2005 table with no primary key, is this possible? The logging events in SSIS seem related purely to validation, execution and errors. Thanks

  • Really Verizon.... No IPhone for current customers!!!!

    I am far from happy with Verizon. I have never had an issue. I loved Verizon, however I will be leaving Verizon as soon as my contract is up and going to AT&T. I love the service... but customer service is something that can be approved upon. 1 year

  • Third paty Sale of Same material And different

    Hi Gurus i want use in one sales order thirdy party item And normal item so for that what the Item category determination so that system automatically create purchase requisition for third party and for normal material normal sales And sometime i use