Unable to access following endpoint(s) : url...New upgrade to 11g issue.

[C:\Users\DELL\Desktop\error_description.txt]
Dear All,
Similar kind of issue is already there in another thread. but that solution is not suitable for this issue.
We are migrating our BPEL processes from 10g to 11g.
We are facing two critical issues as follows. Request you if anybody has idea on this issue, please let me know the solution.
BPEL process invoke a remote webservice which required authentication with below properties.
wsseOASIS2004Compliant
wsseHeaders
wsseUsername
wssePassword
In 10g code these details were given under partner Link Properties. It has been working fine.
The remote webservice is in third party system(external) and there is no migration happen to this webservice.
We installed remote server’s (external) certificates in our 11g weblogic server (soa_server).
Now we are facing two issues.
issue #1:
Invoking remote webservice in BPEL process is giving following error.
*"Unable to access following endpoint(s) : https://192.72......../webservice1/webservice1Proxy"*
As per the previous issue whic is similar to this error, is due to certificate instalation and adding into trusted list was resolved the issue.
But for this issue our admin team is verystongly saying certifactes instalation is perfect also reinstalled when we asked them.
Also we are able to telnet the ipaddress/ hostname of the extenal server (webservice) from the soa_server unix box.
Also above endpoint URL(external) we able access with ?wsdl from our soa_server unix box.
Request you folks, please let me know your valuable thoughts on this issue. we are really struckup and reached the delivery date.
Issue #2
The authentication details are given as follows…
Right click on the external reference service and select “Configure WS policies”
* Under the security tab, click add button and select “oracle/wss_username_token_client_policy”
* Now Open the property Inspector window and click the add button under “Binding properties” tab.
* Include the “oracle.webservices.auth.username” and “oracle.webservices.auth.password properties.
But these details are ineffective in runtime.
Request you, please let me know your valuable thoughts on these 2 issues.
Please let me know whether it is cerificte issue or any other issue.
If it is certificate issue how to strongly inform to our admin team so that they will make the required changes?
Please find the error log in the attachment.
Thanks,
Deol
error log description
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318)
at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
at sun.security.validator.Validator.validate(Validator.java:218)
at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:137)
at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:594)
at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1139)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:632)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59

Full error log for the above error:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318)
at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
at sun.security.validator.Validator.validate(Validator.java:218)
at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:137)
at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:594)
at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1139)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:632)
at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:109)
at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3366)
at HTTPClient.HttpOutputStream.closeImpl(HttpOutputStream.java:461)
at HTTPClient.HttpOutputStream.access$000(HttpOutputStream.java:99)
at HTTPClient.HttpOutputStream$1.run(HttpOutputStream.java:418)
at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:666)
at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:415)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.sendMessage(HttpSOAPConnection.java:1060)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.java:495)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PrivilegedPost.run(HttpSOAPConnection.java:1262)
at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:229)
at oracle.j2ee.ws.common.transport.HttpTransport.transmit(HttpTransport.java:75)
at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:64)
at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134)
at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90)
at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:275)
at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:95)
at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:793)
at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235)
at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:106)
at oracle.integration.platform.blocks.soap.AbstractWebServiceBindingComponent.dispatchRequest(AbstractWebServiceBindingComponent.java:516)
at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.processOutboundMessage(WebServiceExternalBindingComponent.java:207)
at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.sendSOAPMessage(WebServiceExternalBindingComponent.java:826)
at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.request(WebServiceExternalBindingComponent.java:603)
at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:154)
at sun.reflect.GeneratedMethodAccessor1956.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy304.request(Unknown Source)
at oracle.fabric.CubeServiceEngine.requestToMesh(CubeServiceEngine.java:824)
at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:263)
at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1059)
at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:586)
at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:130)
at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:75)
at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:158)
at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2543)
at com.collaxa.cube.engine.CubeEngine._handleWorkItem(CubeEngine.java:1166)
at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1071)
at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:220)
at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:328)
at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4430)
at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4362)
at com.collaxa.cube.engine.CubeEngine._createAndInvoke(CubeEngine.java:698)
at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:555)
at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:103)
at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:145)
at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean.syncCreateAndInvoke(BPELEngineBean.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
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.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
at sun.reflect.GeneratedMethodAccessor856.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy291.syncCreateAndInvoke(Unknown Source)
at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean_51369e_ICubeEngineLocalBeanImpl.__WL_invoke(Unknown Source)
at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean_51369e_ICubeEngineLocalBeanImpl.syncCreateAndInvoke(Unknown Source)
at com.collaxa.cube.engine.delivery.DeliveryHandler.callCreateAndInvoke(DeliveryHandler.java:790)
at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:528)
at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:487)
at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:162)
at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.request(CubeDeliveryBean.java:493)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
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.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
at sun.reflect.GeneratedMethodAccessor856.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy287.request(Unknown Source)
at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)
at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.request(Unknown Source)
at oracle.fabric.CubeServiceEngine.request(CubeServiceEngine.java:380)
at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:154)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:59)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy304.request(Unknown Source)
at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntryBindingComponent.java:1280)
at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:858)
at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)
at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1081)
at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:232)
at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:193)
at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:484)
at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:507)
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.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.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:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

Similar Messages

  • Unable to access following end point(s)

    Hi All,
    I am facing very strange thing in my BPEL.
    Third party is sending message to my SOA BPEL process.Starting point of the (input variable place) is not showing the message for some inputs from third party.For some input messages of third party, BPEL is taking messages properly and it is also showing messages.It is also executing whole process propely.
    But some For some inputs(problem related inputs)It is showing below thing at the input message(receive activity):
    <message>SOA returned no detail.</message>
    But That BPEL process is having  further transform and assign activities in that.The contents of the message is coming in those activities (but strange thing is it is not coming in BPEL intial activity.).
    Note : What I observed from  some input messages(for BPEL that I am getting problem) , payload size is very high.So SOA is not able to show or load  messages properly.
    I am also getting'
    'Unable to access following end points' along with the errors'.I think it may be related SOA infra memory issue'
    Please help me in this as I am stuck in production issue.It is very urgent.
    Is there any way I can make my BPEL try access large payloads? I think it is the problem of not accepting large payloads.

    Hi karan,
    Thank you very much for your reply to my question.I will also try to change the message size by informing my client SOA admin people according to you.
    Regarding the scenario that you are asking , I already mentioned clearly above(When I first posted this question).Anyways I am again copying those details below:
    Starting of Scenario explanation:
    I am facing very strange thing in my BPEL.
    Third party is sending message to my SOA BPEL process.Starting point of the (input variable place) is not showing the message for some inputs from third party.For some input messages of third party, BPEL is taking messages properly and it is also showing messages.It is also executing whole process propely.
    But some For some inputs(problem related inputs)It is showing below thing at the input message(receive activity):
    <message>SOA returned no detail.</message>
    But That BPEL process is having  further transform and assign activities in that.The contents of the message is coming in those activities (but strange thing is it is not coming in BPEL intial activity.).
    Note : What I observed from  some input messages(for BPEL that I am getting problem) , payload size is very high.So SOA is not able to show or load  messages properly.
    I am also getting'
    'Unable to access following end points' along with the errors'.I think it may be related SOA infra memory issue'
    Please help me in this as I am stuck in production issue.It is very urgent.
    Is there any way I can make my BPEL try access large payloads? I think it is the problem of not accepting large payloads.
    ending of Scenario explanation:

  • Ref: Unable to access the endpoint(s): In BPEL

    Hi,
    Here My requirement is, I wants Invoke WSDL into my Composite.
    My is Domain like http://s008apl011001:7001.
    But that WSDL is in diff Domain like http://v110aplffc002: 8001.
    This time I am getting below Error:
    Non Recoverable System Fault :
    Unable to access the following endpoint(s): http://v110aplffc002:8001/soa-infra/services/default/ContentManagement/ContentManagement_ep
    I am using SOA suite version 11.1.1.6.
    In my composite I have added below security policies like below
    <reference name="ContentManagement"
    ui:wsdlLocation="http://v110aplffc002:8001/soa-infra/services/default/ContentManagement/ContentManagement.wsdl">
    <interface.wsdl interface="http://www.absa.co.za/afs/ContentManagement#wsdl.interface(contentMgt_ptt)"/>
    <binding.ws port="http://www.absa.co.za/afs/ContentManagement#wsdl.endpoint(ContentManagement_ep/execute_pt)"
    location="ContentManagement_ep.wsdl" soapVersion="1.1">
    *<wsp:PolicyReference URI="oracle/wss_username_token_client_policy"*
    orawsp:category="security" orawsp:status="enabled"/>
    *<property name="oracle.webservices.auth.password">p$ssword01</property>*
    *<property name="oracle.webservices.auth.username">weblogic</property>*
    *<property name="weblogic.wsee.wsat.transaction.flowOption"*
    type="xs:string" many="false">WSDLDriven</property>
    *<property name="oracle.webservices.proxyHost" type="xs:anyURI"*
    many="false" override="may"> http://v110aplffc002</property>
    *<property name="oracle.webservices.proxyPort" type="xs:integer"*
    many="false" override="may">8001</property>
    *<property name="oracle.webservices.local.optimization" type="xs:boolean"*
    many="false" override="may">true</property>
    </binding.ws>
    </reference>
    Then deployed SOA server,It's deployed successfully. At testing time it's throwing below Error :
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): http://v110aplffc002:8001/soa-infra/services/default/ContentManagement/ContentManagement_ep</summary></part><part name="detail"><detail>Unable to access the following endpoint(s): http://v110aplffc002:8001/soa-infra/services/default/ContentManagement/ContentManagement_ep</detail></part><part name="code"><code>null</code></part></remoteFault></bpelFault>
    Please any one provide solutions for above error.
    What I do for above error.
    Thanks in Advance
    Regards
    Anil

    Looks like http://v110aplffc002: 8001 is not accessible from http://s008apl011001:7001. if s008apl011001 is windows server check from the browser if you are able to access http://v110aplffc002:8001/soa-infra/services/default/ContentManagement/ContentManagement_ep?WSDL and see the wsdl file. if linux then try curl and see if you can access the wsdl . Most likely the url on v110aplffc002:8001 is not accessible from s008apl011001 .

  • Unable to access the endpoint

    When I tested BPEL service in EM, the invoke activity reported following error. However I can test the external service invoked by the activity successfully.
    How to solve it?
    oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): https://test.com/services/productSearch
    at oracle.integration.platform.blocks.soap.AbstractWebServiceBindingComponent.dispatchRequest(AbstractWebServiceBindingComponent.java:478)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.processOutboundMessage(WebServiceExternalBindingComponent.java:185)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.sendSOAPMessage(WebServiceExternalBindingComponent.java:635)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.request(WebServiceExternalBindingComponent.java:525)
    at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
    at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
    at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:144)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:296)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy191.request(Unknown Source)
    at oracle.fabric.CubeServiceEngine.requestToMesh(CubeServiceEngine.java:784)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:256)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1009)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:512)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:123)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:63)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:157)
    at com.collaxa.cube.engine.CubeEngine._performActivity(CubeEngine.java:2585)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2444)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1121)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:220)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:322)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4497)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4428)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:685)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:682)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:356)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
    at java.security.AccessController.doPrivileged(Native Method)
    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.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:106)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
    at sun.reflect.GeneratedMethodAccessor674.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy178.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.handleInvoke(BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.java:745)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:35)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:142)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:82)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:749)
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:226)
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:97)
    at oracle.integration.platform.blocks.soap.AbstractWebServiceBindingComponent.dispatchRequest(AbstractWebServiceBindingComponent.java:450)
    ... 77 more
    Caused by: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:210)
    at oracle.j2ee.ws.common.transport.HttpTransport.transmit(HttpTransport.java:75)
    at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:64)
    at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134)
    at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90)
    at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:273)
    at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:94)
    at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:706)
    ... 80 more
    Caused by: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.java:499)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:1215)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:208)
    ... 87 more
    Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:187)
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:181)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1035)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:124)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:516)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:454)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:884)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1112)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:623)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
    at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:109)
    at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3366)
    at HTTPClient.HttpOutputStream.closeImpl(HttpOutputStream.java:461)
    at HTTPClient.HttpOutputStream.access$000(HttpOutputStream.java:99)
    at HTTPClient.HttpOutputStream$1.run(HttpOutputStream.java:417)
    at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:666)
    at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:415)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.sendMessage(HttpSOAPConnection.java:1028)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.java:474)
    ... 90 more
    Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:285)
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:191)
    at sun.security.validator.Validator.validate(Validator.java:218)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1014)
    ... 106 more
    Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:280)
    ... 112 more

    Hi,
    Your problem is SSL implementation. Your JRE's keystore does not contain the certificate presented by the link (https://test.com/services/productSearch) as trusted certificate and hence this problem is coming. Below error shows the root cause -
    Caused by: javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetPlease refer below threads and add required certificate (server certificate of test.com) under trusted certificate in keystore, and it will start working -
    Re: ESB service secity using WebCache as a proxy
    Re: SSL implementation with SOA 10.1.3
    exception on JaxRpc invoke: PKIX path building failed
    Regards,
    Anuj

  • TS1424 When i try to download or update my apps. Message pop out "there is an billing problem on your previous purchased". I tried to change my visa acct no. Still unable to access. Tried to create new itune account & access but they still showed old itun

    When tried to download or update it showed"there is a problem in billing from previous purchased" changed to new payment account still unable to access. Created new itune account still cant access, keep showing old account detailed. &amp; asked for verification. Pls assist. Thank you.

    Also when I apply the safety copy it only imports the app the phones have had in common, so none of the apps that only the iPhone 4 had doesn't come in, only the ones I and the iPhone 4 has had in common. So you say the only way I can use the Apple ID to download on the old iPhone 4 is if I delete the apps that are in the phone and then download them again? How will that change the ID to download/update from. Won't it still have mine to update/download from?

  • Unable to access BPM composer UI despite installing BPM Suite 11g

    Hi,
    I've installed BPM suite (& SOA suite too) but even after starting Admin server and managed server (soa_server1), I'm unable to access BPM composer (I'm
    using URL similar to http://host/bpm/composer) though I can access WLS console, EM, BPM worklist application etc correctly. Just wanted to check, what else needs to be done to use BPM composer? Kindly let me know.
    Thanks,
    Harsh

    Thanks Rommel. It worked!
    PS: I've seen Composer UI working fine in other BPM installations without specifying port in URL, so I was also trying on similar lines.

  • Unable to access 2nd HD after installing new DVD drive...stumped

    OK have a Mac Pro late 2009, superdrive was acting funny, errors burning DVD's,  so I installed a Pioneer DVD I got from Macsales. As soon as I did that, I started getting a grey bar on boot up. Come to find out, the Western DIgital 3tb drive I installed (WD30EXEZ) that I partiioned with Disk Utilities for a Working drive for bootcamp was unreadable, from Lion with Paragon NTFS.. I have two of them, the 1st I set up with a couple OS X partitions and as HFS working disk.Seems to be working fine, I think? My bootcamp (Winblows 7) is on the 640 WD SSD that came with the Mac. Disk Utilities comes up with an error when I verify the NTFS partition but not the drive itself but I a unable to repair it, Winblows 7 sees the drive but can't access it.So I am trying to figure out what went wrong and how to repair the file system. My Mac Pro was purchased Mar 2010 and was nto the primary box, I opted to use my Dell before I gave it to my son.
    On to the next problem
    I pulled the drive out and hooked it to my sons  (Dell) and running testdisk on it via Hirens Boot CD.
    Now when I boot the Mac I get the grey bar on the boot which tells me something else is wrong...
    any and all help is requested...
    thanks

    hard to fully understand
    Where is Windows 7?
    Do you have Paragon latest? never had trouble.
    3TB drives with GPT and used as data for Windows? The term "boot camp" means little or too many different things. Drivers, Windows on Mac, but not much else.
    I would never repair NTFS with Disk Utility unless Paragon  endorses such action.
    3TB Greens do seem to give a number of Mac Pro owners grief. Shouldn't but then who knows except WD and Apple may or may not be talking and sharing.
    I'd format the drive in Windows, or format the NTFS part. I do use GPT and NTFS for Windows data drives w/ no problem.
    WD makes a 640GB SSD? news to me. Can't be. Would check Saturday though. And Apple over-states size/capacity especially when it comes to SSDs. So Apple OEM'd SSD with WDC lable, right? or wrong?
    SSDs are an issue unto themselves lately with SATA3 models / firimware.
    Boot from Windows.
    Pull drives and leave just the one(s) for Windows; or, the one(s) used by OS X - would be a start.
    I would only use WD Lifeguard on the drive... whether on your Mac or the Dell.
    That is the best this late.

  • In Firefox 4 and 5.0 when I go to addons - I see my addons and themes - but I am unable to access (or even see) anything new that is not already installed. Using Wndows XP Pro.

    Using Windows XP Pro. Mysteriously some time ago - I lost the ability to add new addon's because I can't even lookup new addons from the addon area. Moving from 3.6 to 4.0 did not correct it and moving to 5.0 did not correct it either.
    Literally - I can search for addons I know exist at Mozilla - and the searches show "no results" (from the addon area). Its as if I can use the browser for everything but accessing Moxilla in the addon area.
    P.S. Firewall and antivirus shut off in attempts :-) Even then - its as if I'm "blind" to seeing new addon choices from the addon area (true for themes, plugins, etc.).

    The longer this thread continues, the more ancillary comments you throw in that aren't directly pertinent to your problem with your DVR software not working with Firefox 4.0. Sorry, I don't intend to continue with this discussion.
    I do agree that ''something'' needs to be done better with regards to plugins for Firefox, but I do disagree with you as to whose responsibility that ''something'' is.

  • Unable to access some websites since installing new WRT300N Wireless Router

    I have just replaced my old Belkin router with the new Linksys WRT300N, all of my connecting devices are Belkin & Linksys PCI or inbuilt Atheros and IntelPro 3945ABG Net on my laptops.
    The issue that I have is that since the upgrade a number of sites (yours included) do not connect straight away, I have to refresh the page until it connects, some do not.  This is not browser dependant as I have IE7 and Mozilla and the problems occurs in both.
    The wirless is setup with DHCP enabled on the first page, any ideas?

    Try to update the router's firmware. I heard, the latest firmware on their site should fix it.
    Love is just a word".... It has no emotions...only thoughts, imaginations.

  • Unable to load Falt file in our new Upgrade BI 7 system ?

    Hi all,
    I am an APO DP consultant and we have recently upgraded from SCM 4.1 version to SCM 7.0. As Apo had Build in BI system and  SCM 4.1 uses BI 3.5 and now SCM we have upgraded to BI 7.0.
    While testing to uplaod sales data into infocube from flat file I an gettor error with message update delivered  error code 7 and message no is RSAR119 and there were no further details . We tried to chenge the target to PSA and it worked and not working loading to cube.
    I reactivated transfer rule and update rule but still not working . Can anyone suggest solution for this?
    Edited by: KVerma on Jul 10, 2009 8:54 PM

    Hi
    I also had this issue recently while testing upgrate to SCM 7.0. Check note 1152453.
    Rub Program RSDG_CUBE_ACTIVATE, Select your cube and run. This should resolve your issue later I would suggest to activate all cubes.
    You can also run job RSDD_RSTMPLWIDTP_GEN_ALL this wil activate all cubes and write programs.
    Thanks
    Siva

  • Unable to access particular website but others have no problem

    I am unable to access schiffradio.com

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Unable to access orange email since upgrading to Windows 10

    Unable to access my Orange email account since upgrading to Windows 10 and Microsoft Edge. any suggestions?

    Not caught up with Win 10 yet. Doesn't Edge do POP3?
    You will need to install a POP3 mail client like Windows Live Mail or Mozilla Thunderbird

  • HTTP adapter - Unable to access the following endpoint(s): REPLACE_WITH_ACTUAL_URL

    Hi All,
    Hope you all doing good.
    I had a simple but a bit unresolved issue.
    I am using soa suite 11.1.1.5 for calling a service which only accepts HTTPS POST requests.
    I used HTTP adapter to call that with required security applied.
    when I tested the process, the calling is not getting successful but the process goes in running state for 2 mins, and then fails with the error: Unable to access the following endpoint(s): REPLACE_WITH_ACTUAL_URL
    End point URL not reachable, and the URL after this.
    But there is 500 error message in the called service server log with the same user.
    I tried changing lot of things without success.
    Can anyone of you guide me, what could be going wrong here.
    Hope I get some solution .,
    Thanks in advance,
    Best Regards

    Hi,
    The process will receive the request as SOAP message. Then the process will call the service which accpets HTTPS POST message.
    I dont know, how to verify whether my service call out to service goes through POST method of HTTP adapter?
    But verb used is POST, http.payload is xml.
    Thanks & Regards
    Chandru

  • Unable to access the following endpoint(s): REPLACE_WITH_ACTUAL_URL

    HI',
    I am invoking a Rest service using HTTP binding adapter.
    Below is the entry inside the composite.xml file.
    location="testDataService.wsdl" supports="http">
    <property name="http.verb" type="xs:string" many="false">GET</property>
    <property name="endpointURI" type="xs:string" many="false">http://xxx.yyy.zzz:907/Testservices/rest/TestWS/(make)/(serialNo)</property>
    <property name="http.payload" type="xs:string" many="false">url-encoded</property>
    <property name="oracle.webservices.auth.username" type="xs:string" many="false" override="may">username</property>
    <property name="oracle.webservices.auth.password" type="xs:string" many="false" override="may">password123</property>
    </binding.ws>
    </reference>
    I am passing input to (make) and (serialNo) from inside the BPEL process.
    When I am testing this service I am getting below error.
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault>
    <faultcode>env:Server</faultcode>
    <faultstring>oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s): REPLACE_WITH_ACTUAL_URL</faultstring>
    <faultactor/>
    <detail>
    <exception>Unable to access the following endpoint(s): REPLACE_WITH_ACTUAL_URL</exception>
    </detail>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    Please advice.
    Thanks
    Yatan

    Refer the below URL, this may help you to resolve the issue.
    http://www.albinsblog.com/2011/11/oracle-soa-suite-10g-to-11g-migration_9478.html#.UOxEcqzDiuk
    Regards
    Albin I
    http://www.albinsblog.com/

  • Unable to access the following endpoint

    I'm getting 'Unable to access the following endpoint(s): http://localhost:8888/oracle/apps/ego/extfwk/service/ValuesetServiceSoapHttpPort
    How do you change the endpoints?

    Hi here's the update on the error:
    Aug 8, 2012 6:17:11 PM Completed assign
    getTargetEndpointLocation
    Aug 8, 2012 6:17:11 PM Partnerlink = ValueSetService
    Aug 8, 2012 6:17:11 PM Configuration property Routing.ValueSetService.CAVS.EndpointURI not found!
    Aug 8, 2012 6:17:11 PM Using previously stored Target System ID = 'PIM_01'
    Aug 8, 2012 6:17:11 PM Endpoint = 'http://MYSOASERVER:8888/oracle/apps/ego/extfwk/service/ValuesetServiceSoapHttpPort' selected from configuration property Routing.ValueSetService.PIM_01.EndpointURI
    Aug 8, 2012 6:17:11 PM bpelx:exec executed
    How can I change my Endpoint to this:
    ' 'http://MYSOASERVER:8888/PIM-Service/ValuesetServiceSoapHttpPort'

Maybe you are looking for

  • Can't connect to wireless network with encryption.

    I have had no trouble connecting to hotel wireless networks, or my college wireless network. However, when I try to connect to my home network wirelessly, or another family member's network wirelessly, my connection times out when I enter the usernam

  • How to format external drive as MS-DOS (FAT)

    How do I format the external drive as MS-DOS (FAT)? I followed the instructions and have Disk Utility open for the external drive. Then > Erase > changed format from Mac OS to ExFAT and did the same with the RAID tab.  But this does not change the Fo

  • Remote desktop to laptop running Window 7 from laptop running Windows 8.1 on same network

    I am trying to remote desktop into my Windows 7.1 laptop with my Windows 8.1 laptop.  They are both connected to the same network and I can ping each other with their dns names.  I can even use Windows Explorer to explore the file system of each lapt

  • Need help for connection problem

    When I try to run JdbcCheckup.java, I get following problem: password: tiger database(a TNSNAME entry): myhost:1521:orcl Connecting to the database...Connecting... Exception in thread "main" java.sql.SQLException: Io exception: The Network Adap ter c

  • Pricing and costing in MTO material

    Hi In Make to order production material  is it advisiable to maintain pricing condition record (PR00) in VK11.As at the time of creation of a sales order it is difficult to know the the excact requirement of the raw material and other cost. And also