You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (Commented) (JIRA)" <ji...@apache.org> on 2011/12/08 23:03:40 UTC

[jira] [Commented] (CXF-3904) CXF and Java 7

    [ https://issues.apache.org/jira/browse/CXF-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165614#comment-13165614 ] 

Daniel Kulp commented on CXF-3904:
----------------------------------

I've gone through and run the complete CXF build with java 7:
{code}
java version "1.7.0_01"
Java(TM) SE Runtime Environment (build 1.7.0_01-b08)
{code}
and am down to a single failure.  I did have to update a bunch of HTTPs tests to specify some additional algorithms, but everything else worked fine.

In this particular case, since the JVM is completely crashing, it's really a bug in the JVM and would need to be reported to Oracle.  However, if you haven't already tried the "update 1" version of Java7, I'd suggest that.



                
> CXF and Java 7
> --------------
>
>                 Key: CXF-3904
>                 URL: https://issues.apache.org/jira/browse/CXF-3904
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>         Environment: Windows, Java 7
>            Reporter: Aravindan Thulasinathan
>
> CXF based web service client with https crashes JVM. This started happening after we switched to Java 7. We are considering incorporating Java 7 for our next release and would like to know, when would be Java 7 usable with CXF.
> I have attached the Stack-trace here
> Stack: [0x245e0000,0x24630000],  sp=0x2462f070,  free space=316k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C  [Secur32.dll+0x75bc]  DeleteSecurityContext+0x35
> C  [net.dll+0xa171]  Java_sun_net_www_protocol_http_ntlm_NTLMAuthSequence_getCredentialsHandle+0x195
> C  [net.dll+0xa2b1]  Java_sun_net_www_protocol_http_ntlm_NTLMAuthSequence_getNextToken+0x137
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j  sun.net.www.protocol.http.ntlm.NTLMAuthSequence.getNextToken(J[B)[B+0
> j  sun.net.www.protocol.http.ntlm.NTLMAuthSequence.getAuthHeader(Ljava/lang/String;)Ljava/lang/String;+24
> j  sun.net.www.protocol.http.ntlm.NTLMAuthentication.setHeaders(Lsun/net/www/protocol/http/HttpURLConnection;Lsun/net/www/HeaderParser;Ljava/lang/String;)Z+73
> j  sun.net.www.protocol.http.HttpURLConnection.getServerAuthentication(Lsun/net/www/protocol/http/AuthenticationHeader;)Lsun/net/www/protocol/http/AuthenticationInfo;+760
> j  sun.net.www.protocol.http.HttpURLConnection.getInputStream()Ljava/io/InputStream;+972
> j  java.net.HttpURLConnection.getResponseCode()I+16
> j  sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode()I+4
> j  org.apache.cxf.transport.http.HTTPConduit.processRetransmit(Ljava/net/HttpURLConnection;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/io/CacheAndWriteOutputStream;)Ljava/net/HttpURLConnection;+1
> j  org.apache.cxf.transport.http.HTTPConduit.access$600(Lorg/apache/cxf/transport/http/HTTPConduit;Ljava/net/HttpURLConnection;Lorg/apache/cxf/message/Message;Lorg/apache/cxf/io/CacheAndWriteOutputStream;)Ljava/net/HttpURLConnection;+4
> j  org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleRetransmits()V+142
> j  org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse()V+1
> j  org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close()V+98
> j  org.apache.cxf.transport.AbstractConduit.close(Lorg/apache/cxf/message/Message;)V+18
> j  org.apache.cxf.transport.http.HTTPConduit.close(Lorg/apache/cxf/message/Message;)V+50
> j  org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(Lorg/apache/cxf/message/Message;)V+9
> j  org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(Lorg/apache/cxf/message/Message;)Z+88
> j  org.apache.cxf.endpoint.ClientImpl.invoke(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Ljava/util/Map;Lorg/apache/cxf/message/Exchange;)[Ljava/lang/Object;+282
> j  org.apache.cxf.endpoint.ClientImpl.invoke(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;Lorg/apache/cxf/message/Exchange;)[Ljava/lang/Object;+65
> j  org.apache.cxf.endpoint.ClientImpl.invoke(Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;)[Ljava/lang/Object;+4
> j  org.apache.cxf.frontend.ClientProxy.invokeSync(Ljava/lang/reflect/Method;Lorg/apache/cxf/service/model/BindingOperationInfo;[Ljava/lang/Object;)Ljava/lang/Object;+6
> j  org.apache.cxf.jaxws.JaxWsClientProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+218

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira