You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by Nencho Lupanov <ne...@googlemail.com> on 2007/05/24 10:09:16 UTC

[axis2]HttpSender with TransportBinding

Hi all,

I am tring to configure TransportBinding, i've manage to configure the key
stores but now i've got the
following error:

     [java] log4j:WARN Please initialize the log4j system properly.
     [java] Exception in thread "main" org.apache.axis2.AxisFault:
Unconnected s
ockets not implemented; nested exception is:
     [java]     java.net.SocketException: Unconnected sockets not
implemented; n
ested exception is:
     [java]     org.apache.axis2.AxisFault: Unconnected sockets not
implemented;
 nested exception is:
     [java]     java.net.SocketException: Unconnected sockets not
implemented
     [java]     at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.in
voke(CommonsHTTPTransportSender.java:227)

Does someone knows what "Unconnected sockets not implemented" would mean in
the
case of the rampart samples?

1.Could it be that the Service client is apparently using HTTPTransportSender
instead of HTTPSTransportSender?

2.Could it be that the keystores are not trusted?

thanks,
Nencho