You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Kristof Werling (JIRA)" <ji...@apache.org> on 2008/03/11 20:12:46 UTC

[jira] Created: (AXIS2-3595) Unconnected sockets not implemented

Unconnected sockets not implemented
-----------------------------------

                 Key: AXIS2-3595
                 URL: https://issues.apache.org/jira/browse/AXIS2-3595
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: JSE1.5 - Axis 1.3
            Reporter: Kristof Werling
             Fix For: 1.3


We are using a WSClient to call a web service. Works fine with http. Does not work with https. The Axis Error is : Unconnected sockets not implemented

However, when setting up a ssl connection in order to verify the key/trust store config it works just fine!

We tried a number of setups:

  -1-  key and trust store were the same file. We used only file name to specify it (same dir as program)
  -2- key and trust store were the same file. Filename specified fully qualified
  -3-  key and trust store are separate files, Filename was specified fully qualified for both.

Result is the same: Unconnected sockets not implemented

I found a number of entries here reporting the same, and also the web seems to be full of the issues.  But there seems to be no solution.

Any help is very much appreciated!

Thanks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3595) Unconnected sockets not implemented

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577849#action_12577849 ] 

Davanum Srinivas commented on AXIS2-3595:
-----------------------------------------

Kristof,

Can you please try passing -Djavax.net.debug=all  in the VM options?

I remember seeing this kind of errors when there's trouble with your keystore 

thanks,
dims

> Unconnected sockets not implemented
> -----------------------------------
>
>                 Key: AXIS2-3595
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3595
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: JSE1.5 - Axis 1.3
>            Reporter: Kristof Werling
>             Fix For: 1.3
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> We are using a WSClient to call a web service. Works fine with http. Does not work with https. The Axis Error is : Unconnected sockets not implemented
> However, when setting up a ssl connection in order to verify the key/trust store config it works just fine!
> We tried a number of setups:
>   -1-  key and trust store were the same file. We used only file name to specify it (same dir as program)
>   -2- key and trust store were the same file. Filename specified fully qualified
>   -3-  key and trust store are separate files, Filename was specified fully qualified for both.
> Result is the same: Unconnected sockets not implemented
> I found a number of entries here reporting the same, and also the web seems to be full of the issues.  But there seems to be no solution.
> Any help is very much appreciated!
> Thanks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3595) Unconnected sockets not implemented

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3595:
------------------------------------

    Affects Version/s: 1.3
        Fix Version/s:     (was: 1.3)

> Unconnected sockets not implemented
> -----------------------------------
>
>                 Key: AXIS2-3595
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3595
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: JSE1.5 - Axis 1.3
>            Reporter: Kristof Werling
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> We are using a WSClient to call a web service. Works fine with http. Does not work with https. The Axis Error is : Unconnected sockets not implemented
> However, when setting up a ssl connection in order to verify the key/trust store config it works just fine!
> We tried a number of setups:
>   -1-  key and trust store were the same file. We used only file name to specify it (same dir as program)
>   -2- key and trust store were the same file. Filename specified fully qualified
>   -3-  key and trust store are separate files, Filename was specified fully qualified for both.
> Result is the same: Unconnected sockets not implemented
> I found a number of entries here reporting the same, and also the web seems to be full of the issues.  But there seems to be no solution.
> Any help is very much appreciated!
> Thanks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3595) Unconnected sockets not implemented

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3595:
------------------------------------

    Affects Version/s:     (was: 1.3)

> Unconnected sockets not implemented
> -----------------------------------
>
>                 Key: AXIS2-3595
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3595
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: JSE1.5 - Axis 1.3
>            Reporter: Kristof Werling
>             Fix For: 1.3
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> We are using a WSClient to call a web service. Works fine with http. Does not work with https. The Axis Error is : Unconnected sockets not implemented
> However, when setting up a ssl connection in order to verify the key/trust store config it works just fine!
> We tried a number of setups:
>   -1-  key and trust store were the same file. We used only file name to specify it (same dir as program)
>   -2- key and trust store were the same file. Filename specified fully qualified
>   -3-  key and trust store are separate files, Filename was specified fully qualified for both.
> Result is the same: Unconnected sockets not implemented
> I found a number of entries here reporting the same, and also the web seems to be full of the issues.  But there seems to be no solution.
> Any help is very much appreciated!
> Thanks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3595) Unconnected sockets not implemented

Posted by "Kristof Werling (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578521#action_12578521 ] 

Kristof Werling commented on AXIS2-3595:
----------------------------------------

Hello Davanum,

thanks for trying to help me.

We figured a way to solve the issue for us. It is not logical, but it seems
to work.

We re-created the keystore file on a different platform. The original was
build on HP-Ux and now we built it on Linux. When using the new file it just
works.

This is unsatisfactory, as I have no idea if the solution is permanent. But
until I hear better ways to solve it ...

Thanks again,
Kristof

On Wed, Mar 12, 2008 at 2:52 PM, Davanum Srinivas (JIRA) <ji...@apache.org>



> Unconnected sockets not implemented
> -----------------------------------
>
>                 Key: AXIS2-3595
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3595
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: JSE1.5 - Axis 1.3
>            Reporter: Kristof Werling
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> We are using a WSClient to call a web service. Works fine with http. Does not work with https. The Axis Error is : Unconnected sockets not implemented
> However, when setting up a ssl connection in order to verify the key/trust store config it works just fine!
> We tried a number of setups:
>   -1-  key and trust store were the same file. We used only file name to specify it (same dir as program)
>   -2- key and trust store were the same file. Filename specified fully qualified
>   -3-  key and trust store are separate files, Filename was specified fully qualified for both.
> Result is the same: Unconnected sockets not implemented
> I found a number of entries here reporting the same, and also the web seems to be full of the issues.  But there seems to be no solution.
> Any help is very much appreciated!
> Thanks.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org