You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Kirti (JIRA)" <ji...@apache.org> on 2018/01/23 18:37:00 UTC

[jira] [Created] (CXF-7621) Facing issue while upgrading to Java 8 and Webspehre 8.5.5.11

Kirti created CXF-7621:
--------------------------

             Summary: Facing issue while upgrading to Java 8 and Webspehre 8.5.5.11
                 Key: CXF-7621
                 URL: https://issues.apache.org/jira/browse/CXF-7621
             Project: CXF
          Issue Type: Bug
            Reporter: Kirti


Hi,
 *I am working on upgrading java from 6 to 8 and WebSphere from 8.5.5.2 to 8.5.5.11 . Facing below issue while hitting web services wsdl.*

*Currently we are using spring 2.3.9 and apache cxf 2.3.9*

2018-01-22 13:40:16,046 [server.startup : 2] ERROR org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:331) - Context initializat
 ion failed
 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'BOSService': Invocation of init method failed; nested exception is javax.xml.ws.
 WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1572)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
 at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
 at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:434)
 at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)
 at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
 at com.vesystems.ws.services.impl.CustomContextLoaderListener.contextInitialized(Unknown Source)
 at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1732)
 at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:415)
 at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)
 at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:171)
 at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:904)
 at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:789)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)