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 "Steve Wu (JIRA)" <ji...@apache.org> on 2007/11/27 20:00:56 UTC

[jira] Created: (AXIS2-3372) Axis fault when using HTTPS with Axis2 1.3

Axis fault when using  HTTPS with Axis2 1.3
-------------------------------------------

                 Key: AXIS2-3372
                 URL: https://issues.apache.org/jira/browse/AXIS2-3372
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
    Affects Versions: 1.3
         Environment: WIndows XP sp2, Tomcat 5.5.25, JDK1.5.0_12
            Reporter: Steve Wu
            Priority: Critical


Hello,
I am setting up https to work with Axis2 1.3.
I can access my web services through https://localhost:8443/axis2/services.

But when I call a web service method  I got the following exception:
Before calling, I set the following system properties,

System.setProperty("javax.net.ssl.trustStore","C:/Program Files/Java/jdk1.5.0_12/bin/tomcatKeyStore");
System.setProperty("javax.net.ssl.trustStorePassword","changeit");

org.apache.axis2.AxisFault: unknown
	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
	at com.primavera.ws.client.AuthenticationServiceStub.login(AuthenticationServiceStub.java:150)
	at com.primavera.wsclient.AuthenticationServiceXmlbeanClient.testLogin(AuthenticationServiceXmlbeanClient.java:34)
	at com.primavera.wsclient.AuthenticationServiceXmlbeanClient.main(AuthenticationServiceXmlbeanClient.java:90)


Is this an Axis 2 defect? 
Is there any good articles on this subject?

Thanks
Steve



-- 
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] Resolved: (AXIS2-3372) Axis fault when using HTTPS with Axis2 1.3

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

Davanum Srinivas resolved AXIS2-3372.
-------------------------------------

    Resolution: Cannot Reproduce

works for me.

> Axis fault when using  HTTPS with Axis2 1.3
> -------------------------------------------
>
>                 Key: AXIS2-3372
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3372
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.3
>         Environment: WIndows XP sp2, Tomcat 5.5.25, JDK1.5.0_12
>            Reporter: Steve Wu
>            Priority: Critical
>             Fix For: 1.4
>
>
> Hello,
> I am setting up https to work with Axis2 1.3.
> I can access my web services through https://localhost:8443/axis2/services.
> But when I call a web service method  I got the following exception:
> Before calling, I set the following system properties,
> System.setProperty("javax.net.ssl.trustStore","C:/Program Files/Java/jdk1.5.0_12/bin/tomcatKeyStore");
> System.setProperty("javax.net.ssl.trustStorePassword","changeit");
> org.apache.axis2.AxisFault: unknown
> 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
> 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
> 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
> 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
> 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
> 	at com.primavera.ws.client.AuthenticationServiceStub.login(AuthenticationServiceStub.java:150)
> 	at com.primavera.wsclient.AuthenticationServiceXmlbeanClient.testLogin(AuthenticationServiceXmlbeanClient.java:34)
> 	at com.primavera.wsclient.AuthenticationServiceXmlbeanClient.main(AuthenticationServiceXmlbeanClient.java:90)
> Is this an Axis 2 defect? 
> Is there any good articles on this subject?
> Thanks
> Steve

-- 
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-3372) Axis fault when using HTTPS with Axis2 1.3

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

Davanum Srinivas updated AXIS2-3372:
------------------------------------

    Fix Version/s: 1.4

> Axis fault when using  HTTPS with Axis2 1.3
> -------------------------------------------
>
>                 Key: AXIS2-3372
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3372
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.3
>         Environment: WIndows XP sp2, Tomcat 5.5.25, JDK1.5.0_12
>            Reporter: Steve Wu
>            Priority: Critical
>             Fix For: 1.4
>
>
> Hello,
> I am setting up https to work with Axis2 1.3.
> I can access my web services through https://localhost:8443/axis2/services.
> But when I call a web service method  I got the following exception:
> Before calling, I set the following system properties,
> System.setProperty("javax.net.ssl.trustStore","C:/Program Files/Java/jdk1.5.0_12/bin/tomcatKeyStore");
> System.setProperty("javax.net.ssl.trustStorePassword","changeit");
> org.apache.axis2.AxisFault: unknown
> 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
> 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
> 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
> 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
> 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
> 	at com.primavera.ws.client.AuthenticationServiceStub.login(AuthenticationServiceStub.java:150)
> 	at com.primavera.wsclient.AuthenticationServiceXmlbeanClient.testLogin(AuthenticationServiceXmlbeanClient.java:34)
> 	at com.primavera.wsclient.AuthenticationServiceXmlbeanClient.main(AuthenticationServiceXmlbeanClient.java:90)
> Is this an Axis 2 defect? 
> Is there any good articles on this subject?
> Thanks
> Steve

-- 
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-3372) Axis fault when using HTTPS with Axis2 1.3

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

Davanum Srinivas commented on AXIS2-3372:
-----------------------------------------

Steve,

Please make sure you use the same keystore inside tomcat

http://www.mail-archive.com/axis-user@ws.apache.org/msg19269.html

thanks,
dims

> Axis fault when using  HTTPS with Axis2 1.3
> -------------------------------------------
>
>                 Key: AXIS2-3372
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3372
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.3
>         Environment: WIndows XP sp2, Tomcat 5.5.25, JDK1.5.0_12
>            Reporter: Steve Wu
>            Priority: Critical
>             Fix For: 1.4
>
>
> Hello,
> I am setting up https to work with Axis2 1.3.
> I can access my web services through https://localhost:8443/axis2/services.
> But when I call a web service method  I got the following exception:
> Before calling, I set the following system properties,
> System.setProperty("javax.net.ssl.trustStore","C:/Program Files/Java/jdk1.5.0_12/bin/tomcatKeyStore");
> System.setProperty("javax.net.ssl.trustStorePassword","changeit");
> org.apache.axis2.AxisFault: unknown
> 	at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
> 	at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
> 	at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
> 	at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
> 	at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
> 	at com.primavera.ws.client.AuthenticationServiceStub.login(AuthenticationServiceStub.java:150)
> 	at com.primavera.wsclient.AuthenticationServiceXmlbeanClient.testLogin(AuthenticationServiceXmlbeanClient.java:34)
> 	at com.primavera.wsclient.AuthenticationServiceXmlbeanClient.main(AuthenticationServiceXmlbeanClient.java:90)
> Is this an Axis 2 defect? 
> Is there any good articles on this subject?
> Thanks
> Steve

-- 
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