users@glassfish.java.net

Registration with durable parent failed:

From: <glassfish_at_javadesktop.org>
Date: Tue, 25 Nov 2008 17:47:41 PST

Can anyone help.? I've post some other messages in this forum, but so so far i got absolutely no answer.
I have the error below when I have a WS client talking to a server in a remote machine.
My debug pointed to something related in the SOAP header that seemed to be requiring https authentication..
The same client and server when running in the same host. they work great. The Web Service is supposed to be not secure. (in other words, no security concerns were taken into account) So i don know how the "header" appears.

Can someone give me any insight Point me in the right direction? Anything?


Caused by: javax.xml.ws.WebServiceException: WSTX-AT-0022: Registration with durable parent failed: ' coordId=uuid:WSCOOR-SUN-45a6ed1e-2ce5-436c-8579-c451eeca043e partId:4 '
Caused by: com.sun.xml.ws.client.ClientTransportException: HTTP transport error: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target
Caused by: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target
Caused by: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target
Caused by: java.security.cert.CertPathBuilderException: unable to find valid certification path to requested target

SOAP MESSAGE

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Header>
<CoordinationContext xmlns="http://schemas.xmlsoap.org/ws/2004/10/wscoor" xmlns:ns3="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing" ns3:mustUnderstand="true">
<Identifier>uuid:WSCOOR-SUN-4124b51e-3f3b-47c6-8f6d-e9e669d0d969</Identifier>
<CoordinationType>http://schemas.xmlsoap.org/ws/2004/10/wsat</CoordinationType>
<RegistrationService>
<ns2:Address>https://funk.isxinc.com:8181/__wstx-services/wscoor/coordinator/register</ns2:Address>
<ns2:ReferenceParameters>
<jaxws:objectId xmlns:jaxws="http://jax-ws.dev.java.net/xml/ns/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">3dabbfc6-e916-4fca-8c33-271231cdd989</jaxws:objectId>
</ns2:ReferenceParameters>
</RegistrationService>
</CoordinationContext>
</S:Header>
<S:Body>
<ns2:init xmlns:ns2="http://webservice.yy.xx.aa.com/">
<qualifier_id>id</qualifier_id>
<wsdl>http://funk:8080/xx-yy/WS?wsdl</wsdl>
</ns2:init>
</S:Body>
</S:Envelope>
[Message sent by forum member 'malmeidalmi' (malmeidalmi)]

http://forums.java.net/jive/thread.jspa?messageID=318743