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(ExtensionManagerImpl.java:142)
       at 
org.apache.cxf.bus.extension.ExtensionManagerBus.<init>(ExtensionManagerBus.java:126)
       at 
org.apache.cxf.bus.extension.ExtensionManagerBus.<init>(ExtensionManagerBus.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$JAXWSSpringClientProxyFactoryBean.setApplicationContext(JaxWsProxyFactoryBeanDefinitionParser.java:74)
       at 
org.springframework.context.support.ApplicationContextAwareProcessor.invokeAwareInterfaces(ApplicationContextAwareProcessor.java:117)
       at 
org.springframework.context.support.ApplicationContextAwareProcessor.postProcessBeforeInitialization(ApplicationContextAwareProcessor.java:92)
       at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408)
       at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1560)
       at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.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(CompoundClassLoader.java:853)
       at 
com.ibm.ws.classloader.CompoundClassLoader.localFindClass(CompoundClassLoader.java:763)
       at 
com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.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(CompoundClassLoader.java:853)
       at 
com.ibm.ws.classloader.CompoundClassLoader.localFindClass(CompoundClassLoader.java:763)
       at 
com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.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&amp;#59&#59; 
class=org/springframework/web/SpringServletContainerInitializer, 
method=onStartup&amp;#40&#59;Ljava/util/Set&amp;#59&#59;Ljavax/servlet/ServletContext&amp;#59&#59;&amp;#41&#59;V,
 pc=0
[11/17/14 15:23:32:120 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:432)
[11/17/14 15:23:32:121 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.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.fireDeployedObjectStart(DeployedApplicationImpl.java:1370)
[11/17/14 15:23:32:122 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
[11/17/14 15:23:32:122 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:968)
[11/17/14 15:23:32:123 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:774)
[11/17/14 15:23:32:123 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(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(CompositionUnitMgrImpl.java:445)
[11/17/14 15:23:32:124 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
[11/17/14 15:23:32:125 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:388)
[11/17/14 15:23:32:125 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:116)
[11/17/14 15:23:32:126 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:663)
[11/17/14 15:23:32:126 IST] 0000009d SystemErr     R   at 
com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5384)
[11/17/14 15:23:32:127 IST] 0000009d SystemErr     R   at 
com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5600)
[11/17/14 15:23:32:127 IST] 0000009d SystemErr     R   at 
com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
[11/17/14 15:23:32:128 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:677)
[11/17/14 15:23:32:130 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:621)
[11/17/14 15:23:32:131 IST] 0000009d SystemErr     R   at 
com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.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(DelegatingMethodAccessorImpl.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(DelegatingMethodAccessorImpl.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(RequiredModelMBean.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.java:87)
[11/17/14 15:23:32:339 IST] 0000009d SystemErr     R   at 
javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1250)
[11/17/14 15:23:32:339 IST] 0000009d SystemErr     R   at 
javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1088)
[11/17/14 15:23:32:339 IST] 0000009d SystemErr     R   at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.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:1335)
[11/17/14 15:23:32:344 IST] 0000009d SystemErr     R   at 
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
[11/17/14 15:23:32:349 IST] 0000009d SystemErr     R   at 
com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1228)
[11/17/14 15:23:32:349 IST] 0000009d SystemErr     R   at 
com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(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.execute(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(ServletWrapper.java:776)
[11/17/14 15:23:32:353 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:458)
[11/17/14 15:23:32:353 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
[11/17/14 15:23:32:353 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
[11/17/14 15:23:32:353 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:79)
[11/17/14 15:23:32:354 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:928)
[11/17/14 15:23:32:354 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)
[11/17/14 15:23:32:354 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1385)
[11/17/14 15:23:32:355 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.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(ServletWrapper.java:776)
[11/17/14 15:23:32:361 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:458)
[11/17/14 15:23:32:362 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
[11/17/14 15:23:32:362 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
[11/17/14 15:23:32:362 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)
[11/17/14 15:23:32:363 IST] 0000009d SystemErr     R   at 
com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistance(WSCUrlFilter.java:955)
[11/17/14 15:23:32:363 IST] 0000009d SystemErr     R   at 
com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.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(FilterInstanceWrapper.java:195)
[11/17/14 15:23:32:364 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
[11/17/14 15:23:32:364 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:928)
[11/17/14 15:23:32:364 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1025)
[11/17/14 15:23:32:365 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
[11/17/14 15:23:32:365 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:909)
[11/17/14 15:23:32:365 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java: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(HttpInboundLink.java:526)
[11/17/14 15:23:32:366 IST] 0000009d SystemErr     R   at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:312)
[11/17/14 15:23:32:367 IST] 0000009d SystemErr     R   at 
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
[11/17/14 15:23:32:367 IST] 0000009d SystemErr     R   at 
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
[11/17/14 15:23:32:367 IST] 0000009d SystemErr     R   at 
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
[11/17/14 15:23:32:368 IST] 0000009d SystemErr     R   at 
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.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:775)
[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&amp;#59&#59; 
class=org/springframework/web/SpringServletContainerInitializer, 
method=onStartup&amp;#40&#59;Ljava/util/Set&amp;#59&#59;Ljavax/servlet/ServletContext&amp;#59&#59;&amp;#41&#59;V,
 pc=0
[11/17/14 15:23:32:371 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:759)
[11/17/14 15:23:32:372 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:634)
[11/17/14 15:23:32:372 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.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&#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: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.java: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.initializeServletContainerInitializers(WebAppImpl.java:535)
[11/17/14 15:23:32:380 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:409)
[11/17/14 15:23:32:380 IST] 0000009d SystemErr     R   at 
com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.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

Reply via email to