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 (JIRA)" <ji...@apache.org> on 2017/04/10 18:57:41 UTC

[jira] [Resolved] (CXF-6956) One of the application hosted on Apache CXF, is sporadically giving the following exception

     [ https://issues.apache.org/jira/browse/CXF-6956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-6956.
------------------------------
       Resolution: Incomplete
    Fix Version/s: Invalid

Agreed.  Not enough information to determine anything about this issue.

> 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
>             Fix For: Invalid
>
>
> 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: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>500 Internal Server Error</title>
> </head><body>
> <h1>Internal Server Error</h1>
> <p>The server encountered an internal error or
> misconfiguration and was unable to complete
> your request.</p>
> <p>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.</p>
> <p>More information about this error may be available
> in the server error log.</p>
> </body></html>
>  
>     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.15#6346)