Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 107E77E7F for ; Fri, 9 Dec 2011 17:57:05 +0000 (UTC) Received: (qmail 7329 invoked by uid 500); 9 Dec 2011 17:57:04 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 7311 invoked by uid 500); 9 Dec 2011 17:57:04 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 7303 invoked by uid 99); 9 Dec 2011 17:57:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2011 17:57:04 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2011 17:57:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 266571095A2 for ; Fri, 9 Dec 2011 17:56:40 +0000 (UTC) Date: Fri, 9 Dec 2011 17:56:40 +0000 (UTC) From: "Daniel Kulp (Resolved) (JIRA)" To: issues@cxf.apache.org Message-ID: <1732966826.59202.1323453400158.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <227657201.22747.1321054131820.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CXF-3904) CXF and Java 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-3904. ------------------------------ Resolution: Fixed Fix Version/s: 2.5.1 Assignee: Daniel Kulp All tests have now passed with Java 7. There are a couple of random failures that I think are timing related that still need to be investigated to get them to pass reliably, but all the features are now known to work. > 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 > Assignee: Daniel Kulp > Fix For: 2.5.1 > > > 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