Hi, I guess the problem is that other neethi version (not 3.0.3) is loaded from Websphere application server. Could you please experiment with classloader options (try parent_last)? This link could help a bit more: http://stackoverflow.com/questions/17568330/incompatible-neethi-jar-with-was-7
Regards, Andrei. > -----Original Message----- > From: Anshul Bhatt [mailto:[email protected]] > Sent: Dienstag, 18. November 2014 09:03 > To: [email protected] > Subject: Issue in deploying cxf3.0.2.jar in Websphere 8.5 > > Hi Team, > > > We are facing one issue with the websphere application server 8.5 standalone > environment and we are unable to fix that, require your help so that they can > take it further, > > Isuue description is mentioned below: > > I am using apache cxf in my application but while deploying the same in IBM > websphere 8.5, I am getting below exception. This seems to be the issue with > version of apache neethi jar which apache cxf internally refers where WAS > internally has some older version of the same and while deploying the > application it is picking the older version of neethi.jar from WAS as compared > to newer version. > > I followed several post in IBM and other forum where this seems to be a > common problem with apache cxf with websphere where it was asked to > change the class loader configuration in application to make it "parent > last", so > that it doesn't pick the same from WAS . I did the same as well (as snapshot > attached in below email thread), but still this error appears on application > load. > > Please check and let me know if you can provide any input. > > > Caused by: org.apache.cxf.bus.extension.ExtensionException: Could not load > extension class org.apache.cxf.ws.policy.AssertionBuilderRegistryImpl. > at org.apache.cxf.bus.extension.Extension.tryClass(Extension.java:182) > at > org.apache.cxf.bus.extension.Extension.getClassObject(Extension.java:194) > at > org.apache.cxf.bus.extension.ExtensionManagerImpl.activateAllByType(Extensi > onManagerImpl.java:142) > at > org.apache.cxf.bus.extension.ExtensionManagerBus.<init>(ExtensionManagerB > us.java:126) > at > org.apache.cxf.bus.extension.ExtensionManagerBus.<init>(ExtensionManagerB > us.java:138) > at org.apache.cxf.bus.spring.SpringBus.<init>(SpringBus.java:46) > at > org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor.getBusForName > (BusWiringBeanFactoryPostProcessor.java:72) > at > org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor.addDefaultBus( > BusWiringBeanFactoryPostProcessor.java:188) > at > org.apache.cxf.jaxws.spring.JaxWsProxyFactoryBeanDefinitionParser$JAXWSSpr > ingClientProxyFactoryBean.setApplicationContext(JaxWsProxyFactoryBeanDefin > itionParser.java:74) > at > org.springframework.context.support.ApplicationContextAwareProcessor.invok > eAwareInterfaces(ApplicationContextAwareProcessor.java:117) > at > org.springframework.context.support.ApplicationContextAwareProcessor.postP > rocessBeforeInitialization(ApplicationContextAwareProcessor.java:92) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFact > ory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBean > Factory.java:408) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFact > ory.initializeBean(AbstractAutowireCapableBeanFactory.java:1560) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFact > ory.doCreateBean(AbstractAutowireCapableBeanFactory.java:540) > ... 122 more > Caused by: java.lang.IncompatibleClassChangeError: > org.apache.neethi.AssertionBuilderFactory > at java.lang.ClassLoader.defineClassImpl(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:295) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:154) > at > com.ibm.ws.classloader.CompoundClassLoader._defineClass(CompoundClassLo > ader.java:853) > at > com.ibm.ws.classloader.CompoundClassLoader.localFindClass(CompoundClassL > oader.java:763) > at > com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoade > r.java:586) > at java.lang.ClassLoader.loadClass(ClassLoader.java:690) > at java.lang.ClassLoader.defineClassImpl(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:295) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.java:154) > at > com.ibm.ws.classloader.CompoundClassLoader._defineClass(CompoundClassLo > ader.java:853) > at > com.ibm.ws.classloader.CompoundClassLoader.localFindClass(CompoundClassL > oader.java:763) > at > com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoade > r.java:586) > at java.lang.ClassLoader.loadClass(ClassLoader.java:690) > at org.apache.cxf.bus.extension.Extension.tryClass(Extension.java:163) > ... 135 more > > > We tried to fix it by using the below mentioned link: > > http://public.dhe.ibm.com/software/dw/wes/1001_thaker/1001_thaker.pdf > > but after this we are facing the below error > > [11/17/14 15:23:32:119 IST] 0000009d SystemErr R > com.ibm.ws.exception.RuntimeWarning: > com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to > load webapp: Failed to load webapp: javax.servlet.ServletContainerInitializer: > Provider org.springframework.web.SpringServletContainerInitializer could not > be instantiated: java.lang.VerifyError: JVMVRFY013 class loading constraint > violated&#59; > class=org/springframework/web/SpringServletContainerInitializer, > method=onStartup&#40;Ljava/util/Set&#59;Ljavax/servlet/ > ServletContext&#59;&#41;V, pc=0 > [11/17/14 15:23:32:120 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainer > Impl.java:432) > [11/17/14 15:23:32:121 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerI > mpl.java:718) > [11/17/14 15:23:32:121 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl. > java:1175) > [11/17/14 15:23:32:122 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectS > tart(DeployedApplicationImpl.java:1370) > [11/17/14 15:23:32:122 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleI > mpl.java:639) > [11/17/14 15:23:32:122 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplic > ationImpl.java:968) > [11/17/14 15:23:32:123 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applicati > onMgrImpl.java:774) > [11/17/14 15:23:32:123 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamica > lly(ApplicationMgrImpl.java:1374) > [11/17/14 15:23:32:123 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl. > java:2179) > [11/17/14 15:23:32:124 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUn > itMgrImpl.java:445) > [11/17/14 15:23:32:124 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitIm > pl.java:123) > [11/17/14 15:23:32:125 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUn > itMgrImpl.java:388) > [11/17/14 15:23:32:125 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(Composi > tionUnitMgrImpl.java:116) > [11/17/14 15:23:32:126 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionU > nitMgrImpl.java:663) > [11/17/14 15:23:32:126 IST] 0000009d SystemErr R at > com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.jav > a:5384) > [11/17/14 15:23:32:127 IST] 0000009d SystemErr R at > com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerI > mpl.java:5600) > [11/17/14 15:23:32:127 IST] 0000009d SystemErr R at > com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:25 > 5) > [11/17/14 15:23:32:128 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUni > t(CompositionUnitMgrImpl.java:677) > [11/17/14 15:23:32:130 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUni > t(CompositionUnitMgrImpl.java:621) > [11/17/14 15:23:32:131 IST] 0000009d SystemErr R at > com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(Applicati > onMgrImpl.java:1266) > [11/17/14 15:23:32:131 IST] 0000009d SystemErr R at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [11/17/14 15:23:32:131 IST] 0000009d SystemErr R at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: > 88) > [11/17/14 15:23:32:132 IST] 0000009d SystemErr R at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI > mpl.java:55) > [11/17/14 15:23:32:132 IST] 0000009d SystemErr R at > java.lang.reflect.Method.invoke(Method.java:613) > [11/17/14 15:23:32:132 IST] 0000009d SystemErr R at > sun.reflect.misc.Trampoline.invoke(MethodUtil.java:68) > [11/17/14 15:23:32:133 IST] 0000009d SystemErr R at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [11/17/14 15:23:32:133 IST] 0000009d SystemErr R at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: > 88) > [11/17/14 15:23:32:133 IST] 0000009d SystemErr R at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI > mpl.java:55) > [11/17/14 15:23:32:133 IST] 0000009d SystemErr R at > java.lang.reflect.Method.invoke(Method.java:613) > [11/17/14 15:23:32:337 IST] 0000009d SystemErr R at > sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:287) > [11/17/14 15:23:32:338 IST] 0000009d SystemErr R at > javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModel > MBean.java:1256) > [11/17/14 15:23:32:338 IST] 0000009d SystemErr R at > java.security.AccessController.doPrivileged(AccessController.java:252) > [11/17/14 15:23:32:338 IST] 0000009d SystemErr R at > java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.ja > va:87) > [11/17/14 15:23:32:339 IST] 0000009d SystemErr R at > javax.management.modelmbean.RequiredModelMBean.invokeMethod(Requir > edModelMBean.java:1250) > [11/17/14 15:23:32:339 IST] 0000009d SystemErr R at > javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModel > MBean.java:1088) > [11/17/14 15:23:32:339 IST] 0000009d SystemErr R at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBean > ServerInterceptor.java:831) > [11/17/14 15:23:32:340 IST] 0000009d SystemErr R at > com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:804) > [11/17/14 15:23:32:341 IST] 0000009d SystemErr R at > com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:133 > 5) > [11/17/14 15:23:32:344 IST] 0000009d SystemErr R at > com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:1 > 18) > [11/17/14 15:23:32:349 IST] 0000009d SystemErr R at > com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:122 > 8) > [11/17/14 15:23:32:349 IST] 0000009d SystemErr R at > com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.exe > cute(AdminServiceCommands.java:251) > [11/17/14 15:23:32:350 IST] 0000009d SystemErr R at > com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:241) > [11/17/14 15:23:32:350 IST] 0000009d SystemErr R at > com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.ex > ecute(ApplicationDeploymentCollectionAction.java:578) > [11/17/14 15:23:32:350 IST] 0000009d SystemErr R at > org.apache.struts.action.RequestProcessor.processActionPerform(Unknown > Source) > [11/17/14 15:23:32:351 IST] 0000009d SystemErr R at > org.apache.struts.action.RequestProcessor.process(Unknown Source) > [11/17/14 15:23:32:351 IST] 0000009d SystemErr R at > org.apache.struts.action.ActionServlet.process(Unknown Source) > [11/17/14 15:23:32:351 IST] 0000009d SystemErr R at > org.apache.struts.action.ActionServlet.doPost(Unknown Source) > [11/17/14 15:23:32:352 IST] 0000009d SystemErr R at > javax.servlet.http.HttpServlet.service(HttpServlet.java:595) > [11/17/14 15:23:32:352 IST] 0000009d SystemErr R at > javax.servlet.http.HttpServlet.service(HttpServlet.java:668) > [11/17/14 15:23:32:352 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java: > 1227) > [11/17/14 15:23:32:352 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap > per.java:776) > [11/17/14 15:23:32:353 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap > per.java:458) > [11/17/14 15:23:32:353 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletW > rapperImpl.java:178) > [11/17/14 15:23:32:353 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilte > rChain.java:136) > [11/17/14 15:23:32:353 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChai > n.java:79) > [11/17/14 15:23:32:354 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter > Manager.java:928) > [11/17/14 15:23:32:354 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFi > lterManager.java:1025) > [11/17/14 15:23:32:354 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAp > pRequestDispatcher.java:1385) > [11/17/14 15:23:32:355 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAp > pRequestDispatcher.java:194) > [11/17/14 15:23:32:355 IST] 0000009d SystemErr R at > org.apache.struts.action.RequestProcessor.doForward(Unknown Source) > [11/17/14 15:23:32:355 IST] 0000009d SystemErr R at > org.apache.struts.tiles.TilesRequestProcessor.doForward(Unknown Source) > [11/17/14 15:23:32:355 IST] 0000009d SystemErr R at > org.apache.struts.action.RequestProcessor.processForwardConfig(Unknown > Source) > [11/17/14 15:23:32:356 IST] 0000009d SystemErr R at > org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Unknown > Source) > [11/17/14 15:23:32:356 IST] 0000009d SystemErr R at > org.apache.struts.action.RequestProcessor.process(Unknown Source) > [11/17/14 15:23:32:356 IST] 0000009d SystemErr R at > org.apache.struts.action.ActionServlet.process(Unknown Source) > [11/17/14 15:23:32:357 IST] 0000009d SystemErr R at > org.apache.struts.action.ActionServlet.doPost(Unknown Source) > [11/17/14 15:23:32:357 IST] 0000009d SystemErr R at > javax.servlet.http.HttpServlet.service(HttpServlet.java:595) > [11/17/14 15:23:32:357 IST] 0000009d SystemErr R at > javax.servlet.http.HttpServlet.service(HttpServlet.java:668) > [11/17/14 15:23:32:358 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java: > 1227) > [11/17/14 15:23:32:359 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap > per.java:776) > [11/17/14 15:23:32:361 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrap > per.java:458) > [11/17/14 15:23:32:362 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletW > rapperImpl.java:178) > [11/17/14 15:23:32:362 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilte > rChain.java:136) > [11/17/14 15:23:32:362 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChai > n.java:97) > [11/17/14 15:23:32:363 IST] 0000009d SystemErr R at > com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistance(WSC > UrlFilter.java:955) > [11/17/14 15:23:32:363 IST] 0000009d SystemErr R at > com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUr > lFilter.java:504) > [11/17/14 15:23:32:363 IST] 0000009d SystemErr R at > com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:325) > [11/17/14 15:23:32:364 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceW > rapper.java:195) > [11/17/14 15:23:32:364 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChai > n.java:91) > [11/17/14 15:23:32:364 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter > Manager.java:928) > [11/17/14 15:23:32:364 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFi > lterManager.java:1025) > [11/17/14 15:23:32:365 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheS > ervletWrapper.java:87) > [11/17/14 15:23:32:365 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:90 > 9) > [11/17/14 15:23:32:365 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.j > ava:1662) > [11/17/14 15:23:32:366 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java: > 200) > [11/17/14 15:23:32:366 IST] 0000009d SystemErr R at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination( > HttpInboundLink.java:459) > [11/17/14 15:23:32:366 IST] 0000009d SystemErr R at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(Htt > pInboundLink.java:526) > [11/17/14 15:23:32:366 IST] 0000009d SystemErr R at > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpIn > boundLink.java:312) > [11/17/14 15:23:32:367 IST] 0000009d SystemErr R at > com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLR > eadCallback.java:88) > [11/17/14 15:23:32:367 IST] 0000009d SystemErr R at > com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(Aio > ReadCompletionListener.java:175) > [11/17/14 15:23:32:367 IST] 0000009d SystemErr R at > com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.jav > a:217) > [11/17/14 15:23:32:368 IST] 0000009d SystemErr R at > com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFut > ure.java:161) > [11/17/14 15:23:32:368 IST] 0000009d SystemErr R at > com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138) > [11/17/14 15:23:32:369 IST] 0000009d SystemErr R at > com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) > [11/17/14 15:23:32:369 IST] 0000009d SystemErr R at > com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:77 > 5) > [11/17/14 15:23:32:369 IST] 0000009d SystemErr R at > com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) > [11/17/14 15:23:32:370 IST] 0000009d SystemErr R at > com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1862) > [11/17/14 15:23:32:370 IST] 0000009d SystemErr R Caused by: > com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to > load webapp: Failed to load webapp: javax.servlet.ServletContainerInitializer: > Provider org.springframework.web.SpringServletContainerInitializer could not > be instantiated: java.lang.VerifyError: JVMVRFY013 class loading constraint > violated&#59; > class=org/springframework/web/SpringServletContainerInitializer, > method=onStartup&#40;Ljava/util/Set&#59;Ljavax/servlet/ > ServletContext&#59;&#41;V, pc=0 > [11/17/14 15:23:32:371 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.jav > a:759) > [11/17/14 15:23:32:372 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContai > ner.java:634) > [11/17/14 15:23:32:372 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainer > Impl.java:426) > [11/17/14 15:23:32:373 IST] 0000009d SystemErr R ... 96 more > [11/17/14 15:23:32:373 IST] 0000009d SystemErr R Caused by: > com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to > load webapp: javax.servlet.ServletContainerInitializer: Provider > org.springframework.web.SpringServletContainerInitializer could not be > instantiated: java.lang.VerifyError: JVMVRFY013 class loading constraint > violated; > class=org/springframework/web/SpringServletContainerInitializer, > method=onStartup(Ljava/util/Set;Ljavax/servlet/ServletContext; > )V, pc=0 > [11/17/14 15:23:32:375 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl. > java:176) > [11/17/14 15:23:32:376 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.jav > a:746) > [11/17/14 15:23:32:376 IST] 0000009d SystemErr R ... 98 more > [11/17/14 15:23:32:377 IST] 0000009d SystemErr R Caused by: > java.util.ServiceConfigurationError: > javax.servlet.ServletContainerInitializer: > Provider org.springframework.web.SpringServletContainerInitializer could not > be instantiated: java.lang.VerifyError: JVMVRFY013 class loading constraint > violated; class=org/springframework/web/SpringServletContainerInitializer, > method=onStartup(Ljava/util/Set;Ljavax/servlet/ServletContext;)V, pc=0 > [11/17/14 15:23:32:378 IST] 0000009d SystemErr R at > java.util.ServiceLoader.fail(ServiceLoader.java:235) > [11/17/14 15:23:32:379 IST] 0000009d SystemErr R at > java.util.ServiceLoader.access$100(ServiceLoader.java:192) > [11/17/14 15:23:32:379 IST] 0000009d SystemErr R at > java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:388) > [11/17/14 15:23:32:380 IST] 0000009d SystemErr R at > java.util.ServiceLoader$1.next(ServiceLoader.java:456) > [11/17/14 15:23:32:380 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.webapp.WebAppImpl.initializeServletContainerInitial > izers(WebAppImpl.java:535) > [11/17/14 15:23:32:380 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:40 > 9) > [11/17/14 15:23:32:380 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGro > upImpl.java:88) > [11/17/14 15:23:32:381 IST] 0000009d SystemErr R at > com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl. > java:169) > [11/17/14 15:23:32:381 IST] 0000009d SystemErr R ... 99 more > [11/17/14 15:23:32:382 IST] 0000009d SystemErr R Caused by: > java.lang.VerifyError: JVMVRFY013 class loading constraint violated; > class=org/springframework/web/SpringServletContainerInitializer, > method=onStartup(Ljava/util/Set;Ljavax/servlet/ServletContext;)V, pc=0 > [11/17/14 15:23:32:383 IST] 0000009d SystemErr R at > java.lang.J9VMInternals.verifyImpl(Native Method) > [11/17/14 15:23:32:385 IST] 0000009d SystemErr R at > java.lang.J9VMInternals.verify(J9VMInternals.java:93) > [11/17/14 15:23:32:387 IST] 0000009d SystemErr R at > java.lang.J9VMInternals.initialize(J9VMInternals.java:170) > [11/17/14 15:23:32:392 IST] 0000009d SystemErr R at > java.lang.J9VMInternals.newInstanceImpl(Native Method) > [11/17/14 15:23:32:394 IST] 0000009d SystemErr R at > java.lang.Class.newInstance(Class.java:1600) > [11/17/14 15:23:32:395 IST] 0000009d SystemErr R at > java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:384) > [11/17/14 15:23:32:395 IST] 0000009d SystemErr R ... 104 more > > > Any help would be appreciated. > > Thanks > Regards > Anshul Bhatt > Senior Associate L1 Infra > - > SapientNitro > 8th Floor, Tower B, Building 8 > Gurgaon (Haryana) 122016 IN > > Phone +91-124-489-9000 extn:67617 > mobile 981-826-2404
