Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97F73200B40 for ; Fri, 1 Jul 2016 09:07:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 94C8E160A61; Fri, 1 Jul 2016 07:07:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DA237160A5D for ; Fri, 1 Jul 2016 09:07:11 +0200 (CEST) Received: (qmail 16406 invoked by uid 500); 1 Jul 2016 07:07:11 -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 16394 invoked by uid 99); 1 Jul 2016 07:07:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 07:07:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E6D632C029E for ; Fri, 1 Jul 2016 07:07:10 +0000 (UTC) Date: Fri, 1 Jul 2016 07:07:10 +0000 (UTC) From: "Maninder Singh (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-6956) One of the application hosted on Apache CXF, is sporadically giving the following exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 01 Jul 2016 07:07:12 -0000 [ https://issues.apache.org/jira/browse/CXF-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maninder Singh updated CXF-6956: -------------------------------- Affects Version/s: (was: 2.7.18) 2.7.14 Environment: JRE version 1.7.0_80-b35 > One of the application hosted on Apache CXF, is sporadically giving the following exception > ------------------------------------------------------------------------------------------- > > Key: CXF-6956 > URL: https://issues.apache.org/jira/browse/CXF-6956 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.7.14 > Environment: JRE version 1.7.0_80-b35 > Reporter: Maninder Singh > > Jun 01, 2016 2:47:34 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL > INFO: Creating Service {http://www.something.com/oss/CertificateService}CertificateService from WSDL: jar:https://har2lb.rc103400.vodafone.in/mpfwsc/nbm/com-something-oss-mpfwsc-wscwrp_com-something-oss-csi-cert-gen-service-interface-10.25.493.3.jar!/META-INF/wsdl/CertificateService.wsdl > Jun 01, 2016 2:47:36 PM org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging > WARNING: Interceptor for {http://www.something.com/oss/CertificateService}CertificateService#{http://www.something.com/oss/CertificateService}createCertificate has thrown exception, unwinding now > org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType. Incoming portion of HTML stream: > > 500 Internal Server Error > >

Internal Server Error

>

The server encountered an internal error or > misconfiguration and was unable to complete > your request.

>

Please contact the server administrator, > you@your.address and inform them of the time the error occurred, > and anything you might have done that may have > caused the error.

>

More information about this error may be available > in the server error log.

> > > at org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:95) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272) > at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:849) > at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1642) > at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1520) > at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1317) > at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56) > at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:632) > at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272) > at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:572) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:481) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:382) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:335) > at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96) > at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:136) > at com.sun.proxy.$Proxy31.createCertificate(Unknown Source) > at com.something.oss.mpfcertgen.service.client.CertificateClient.createCertificate(CertificateClient.java:89) > at com.something.oss.j2ee.client.library.UserCertificatesServiceClient.connect(UserCertificatesServiceClient.java:63) > at com.something.oss.j2ee.client.library.UserCertificatesServiceClient.getLongTermKeyStore(UserCertificatesServiceClient.java:33) > at com.something.oss.j2ee.client.library.ibm.initializations.JWSInitializationStrategy.createContextConfigurations(JWSInitializationStrategy.java:114) > at com.something.oss.j2ee.client.library.ibm.initializations.JWSInitializationStrategy.execute(JWSInitializationStrategy.java:49) > at com.something.oss.j2ee.client.library.ibm.IBMThinClient.initialize(IBMThinClient.java:23) > at com.something.oss.j2ee.client.library.HTTPConnection.initializeImpl(HTTPConnection.java:36) > at com.something.oss.j2ee.client.library.HTTPConnection.initialize(HTTPConnection.java:89) > at com.something.oss.j2ee.client.library.HTTPConnection.getDefaultURL(HTTPConnection.java:48) > at com.something.oss.descor.corzea.ZeroadminServletConnection.init(ZeroadminServletConnection.java:41) > at org.netbeans.modules.zeroadmin.ZeroAdminInstall.load(ZeroAdminInstall.java:177) > at org.netbeans.modules.zeroadmin.ZeroAdminInstall.restored(ZeroAdminInstall.java:117) > at org.openide.modules.ModuleInstall.installed(ModuleInstall.java:75) > at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:365) > at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:276) > at org.netbeans.ModuleManager.enable(ModuleManager.java:898) > at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:377) > at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:311) > at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:244) > at org.netbeans.core.startup.Main.getModuleSystem(Main.java:219) > at org.netbeans.core.startup.Main.start(Main.java:390) > at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:90) > at java.lang.Thread.run(Unknown Source) -- This message was sent by Atlassian JIRA (v6.3.4#6332)