1 Reply Latest reply on Oct 31, 2013 3:09 PM by nztr

    ClassNotFoundException: org.jboss.virtual.VirtualFileVisitor while deploying in JBoss

    chirr12

      I had developed an application using Spring 3/Hibernate 4 in JBoss Developer Studio 6.

      While deploying the application, getting the below exception. As a resolution i had added jboss-vfs-3.1.0.Final.jar file to the build path, but still its throwing the same exception.

       

      Error:

      00:51:54,738 INFO  [org.jboss.modules] JBoss Modules version 1.1.3.GA-redhat-1
      00:52:01,456 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA-redhat-2
      00:52:03,160 INFO  [org.jboss.as] JBAS015899: JBoss EAP 6.0.1.GA (AS 7.1.3.Final-redhat-4) starting
      00:52:19,894 INFO  [org.jboss.as.server.deployment.scanner] JBAS015003: Found conciergeFlows.war in deployment directory. To trigger deployment create a file called conciergeFlows.war.dodeploy
      00:52:20,191 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
      00:52:20,379 INFO  [org.xnio] XNIO Version 3.0.7.GA-redhat-1
      00:52:20,816 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.7.GA-redhat-1
      00:52:21,176 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.14.GA-redhat-1
      00:52:21,613 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
      00:52:21,707 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
      00:52:21,769 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
      00:52:22,832 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
      00:52:23,098 INFO  [org.jboss.as.security] (MSC service thread 1-1) JBAS013170: Current PicketBox version=4.0.14.Final-redhat-2
      00:52:23,410 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-2) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.13.Final-redhat-1)
      00:52:23,754 INFO  [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
      00:52:24,332 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
      00:52:27,832 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.6.GA-redhat-2
      00:52:28,191 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http-localhost/127.0.0.1:8080
      00:52:29,676 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 127.0.0.1:9999
      00:52:29,676 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory C:\Program Files\JBossStudio\runtimes\jboss-eap\standalone\deployments
      00:52:30,192 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "conciergeFlows.war"
      00:52:30,629 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on 127.0.0.1:4447
      00:52:32,926 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
      00:52:44,567 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015852: Could not index class com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class at /C:/Program Files/JBossStudio/runtimes/jboss-eap/standalone/deployments/conciergeFlows.war/WEB-INF/lib/icu4j-2.6.1.jar: java.lang.IllegalStateException: Unknown tag! pos=40 poolCount = 47
      at org.jboss.jandex.Indexer.processConstantPool(Indexer.java:606) [jandex-1.0.3.Final-redhat-2.jar:1.0.3.Final-redhat-2]
      at org.jboss.jandex.Indexer.index(Indexer.java:640) [jandex-1.0.3.Final-redhat-2.jar:1.0.3.Final-redhat-2]
      at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:78) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
      at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:116) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_21]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_21]
      at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_21]

      00:52:45,864 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry jaxb-api.jar in /C:/Program Files/JBossStudio/runtimes/jboss-eap/standalone/deployments/conciergeFlows.war/WEB-INF/lib/jaxb-impl-2.1.3.jar  does not point to a valid jar for a Class-Path reference.
      00:52:45,864 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry activation.jar in /C:/Program Files/JBossStudio/runtimes/jboss-eap/standalone/deployments/conciergeFlows.war/WEB-INF/lib/jaxb-impl-2.1.3.jar  does not point to a valid jar for a Class-Path reference.
      00:52:45,864 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry jsr173_1.0_api.jar in /C:/Program Files/JBossStudio/runtimes/jboss-eap/standalone/deployments/conciergeFlows.war/WEB-INF/lib/jaxb-impl-2.1.3.jar  does not point to a valid jar for a Class-Path reference.
      00:52:45,864 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry jaxb1-impl.jar in /C:/Program Files/JBossStudio/runtimes/jboss-eap/standalone/deployments/conciergeFlows.war/WEB-INF/lib/jaxb-impl-2.1.3.jar  does not point to a valid jar for a Class-Path reference.
      00:52:45,879 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry activation.jar in /C:/Program Files/JBossStudio/runtimes/jboss-eap/standalone/deployments/conciergeFlows.war/WEB-INF/lib/mail-1.4.jar  does not point to a valid jar for a Class-Path reference.
      00:52:45,879 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry xercesImpl.jar in /C:/Program Files/JBossStudio/runtimes/jboss-eap/standalone/deployments/conciergeFlows.war/WEB-INF/lib/xalan-2.6.0.jar  does not point to a valid jar for a Class-Path reference.
      00:52:45,879 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015960: Class Path entry xml-apis.jar in /C:/Program Files/JBossStudio/runtimes/jboss-eap/standalone/deployments/conciergeFlows.war/WEB-INF/lib/xalan-2.6.0.jar  does not point to a valid jar for a Class-Path reference.
      00:52:51,348 ERROR [org.jboss.remoting.remote.connection] (Remoting "wvdi1itcs11:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: An established connection was aborted by the software in your host machine
      00:52:51,411 ERROR [org.jboss.remoting.remote.connection] (Remoting "wvdi1itcs11:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: An established connection was aborted by the software in your host machine
      00:52:51,411 ERROR [org.jboss.remoting.remote.connection] (Remoting "wvdi1itcs11:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: An established connection was aborted by the software in your host machine
      00:52:52,301 WARN  [org.jboss.as.ee] (MSC service thread 1-1) JBAS011006: Not installing optional component org.springframework.web.context.ContextLoaderServlet due to exception: java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderServlet from [Module "deployment.conciergeFlows.war:main" from Service Module Loader]
      at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
      at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
      at java.lang.Class.forName0(Native Method) [rt.jar:1.7.0_21]
      at java.lang.Class.forName(Unknown Source) [rt.jar:1.7.0_21]
      at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:54)
      at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81) [jboss-as-ee-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
      at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:116)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_21]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_21]
      at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_21]

      00:52:53,458 INFO  [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011907: Register module: Module "deployment.conciergeFlows.war:main" from Service Module Loader
      00:52:54,380 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/conciergeFlows]] (MSC service thread 1-1) Initializing Spring root WebApplicationContext
      00:52:54,380 INFO  [org.springframework.web.context.ContextLoader] (MSC service thread 1-1) Root WebApplicationContext: initialization started
      00:52:54,427 INFO  [org.springframework.web.context.support.XmlWebApplicationContext] (MSC service thread 1-1) Refreshing Root WebApplicationContext: startup date [Thu May 23 00:52:54 EST 2013]; root of context hierarchy
      00:52:54,552 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] (MSC service thread 1-1) Loading XML bean definitions from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]
      00:52:55,505 INFO  [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] (MSC service thread 1-1) JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
      00:52:55,520 INFO  [org.springframework.context.annotation.ClassPathBeanDefinitionScanner] (MSC service thread 1-1) JSR-330 'javax.inject.Named' annotation found and supported for component scanning
      00:52:55,536 ERROR [org.springframework.web.context.ContextLoader] (MSC service thread 1-1) Context initialization failed: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]; nested exception is java.lang.NoClassDefFoundError: org/jboss/virtual/VirtualFileVisitor
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:412) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:93) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:465) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:395) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:272) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:196) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.17.Final-redhat-1.jar:]
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.17.Final-redhat-1.jar:]
      at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:89) [jboss-as-web-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_21]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_21]
      at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_21]
      Caused by: java.lang.NoClassDefFoundError: org/jboss/virtual/VirtualFileVisitor
      at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:348) [spring-core-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:269) [spring-core-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1196) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:204) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:204) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.annotation.ComponentScanBeanDefinitionParser.parse(ComponentScanBeanDefinitionParser.java:84) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.NamespaceHandlerSupport.parse(NamespaceHandlerSupport.java:73) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1335) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1325) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:136) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:493) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:390) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      ... 21 more
      Caused by: java.lang.ClassNotFoundException: org.jboss.virtual.VirtualFileVisitor from [Module "deployment.conciergeFlows.war:main" from Service Module Loader]
      at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
      at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
      ... 34 more

      00:52:55,536 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/conciergeFlows]] (MSC service thread 1-1) Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]; nested exception is java.lang.NoClassDefFoundError: org/jboss/virtual/VirtualFileVisitor
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:412) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:93) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:130) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:465) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:395) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:272) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:196) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) [spring-web-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.17.Final-redhat-1.jar:]
      at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.17.Final-redhat-1.jar:]
      at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:89) [jboss-as-web-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_21]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_21]
      at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_21]
      Caused by: java.lang.NoClassDefFoundError: org/jboss/virtual/VirtualFileVisitor
      at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:348) [spring-core-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:269) [spring-core-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1196) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:204) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:204) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.context.annotation.ComponentScanBeanDefinitionParser.parse(ComponentScanBeanDefinitionParser.java:84) [spring-context-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.NamespaceHandlerSupport.parse(NamespaceHandlerSupport.java:73) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1335) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1325) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:136) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:493) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:390) [spring-beans-3.0.1.RELEASE.jar:3.0.1.RELEASE]
      ... 21 more
      Caused by: java.lang.ClassNotFoundException: org.jboss.virtual.VirtualFileVisitor from [Module "deployment.conciergeFlows.war:main" from Service Module Loader]
      at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
      at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
      at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
      ... 34 more

      00:52:56,692 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-1) Error listenerStart
      00:52:56,692 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-1) Context [/conciergeFlows] startup failed due to previous errors
      00:52:57,458 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/conciergeFlows]] (MSC service thread 1-1) Closing Spring root WebApplicationContext
      00:52:57,473 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.web.deployment.default-host./conciergeFlows: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./conciergeFlows: JBAS018040: Failed to start context
      at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:94)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
      at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_21]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_21]
      at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_21]

      00:52:57,692 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "conciergeFlows.war"
      00:52:57,692 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
      JBAS014777:   Services which failed to start:      service jboss.web.deployment.default-host./conciergeFlows: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./conciergeFlows: JBAS018040: Failed to start context

      00:52:57,864 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
      00:52:57,864 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
      00:52:57,864 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.0.1.GA (AS 7.1.3.Final-redhat-4) started (with errors) in 71002ms - Started 380 of 465 services (2 services failed or missing dependencies, 82 services are passive or on-demand)


      Library files in my build path:

      WebContent/WEB-INF/lib/activation-1.0.2.jar
      WebContent/WEB-INF/lib/antlr-2.7.6.jar
      WebContent/WEB-INF/lib/aopalliance-1.0.jar
      WebContent/WEB-INF/lib/asm-1.5.3.jar
      WebContent/WEB-INF/lib/asm-attrs-1.5.3.jar
      WebContent/WEB-INF/lib/cglib-2.1_3.jar
      WebContent/WEB-INF/lib/commons-beanutils-1.7.0.jar
      WebContent/WEB-INF/lib/commons-collections-2.1.1.jar
      WebContent/WEB-INF/lib/commons-digester-1.8.jar
      WebContent/WEB-INF/lib/commons-email-1.0.jar
      WebContent/WEB-INF/lib/commons-fileupload-1.1.1.jar
      WebContent/WEB-INF/lib/commons-io-1.1.jar
      WebContent/WEB-INF/lib/commons-lang-2.5.jar
      WebContent/WEB-INF/lib/commons-logging-1.1.1.jar
      WebContent/WEB-INF/lib/dom4j-1.6.1.jar
      WebContent/WEB-INF/lib/dumbster-1.6.jar
      WebContent/WEB-INF/lib/ehcache-1.2.3.jar
      WebContent/WEB-INF/lib/hibernate-3.2.6.ga.jar
      WebContent/WEB-INF/lib/hibernate-annotations-3.3.1.GA.jar
      WebContent/WEB-INF/lib/hibernate-commons-annotations-3.0.0.ga.jar
      WebContent/WEB-INF/lib/hibernate-entitymanager-3.3.2.GA.jar
      WebContent/WEB-INF/lib/hibernate-search-3.0.0.GA.jar
      WebContent/WEB-INF/lib/hibernate-validator-4.0.2.GA.jar
      WebContent/WEB-INF/lib/icu4j-2.6.1.jar
      WebContent/WEB-INF/lib/javassist-3.4.GA.jar
      WebContent/WEB-INF/lib/jaxb-api-2.1.jar
      WebContent/WEB-INF/lib/jaxb-impl-2.1.3.jar
      WebContent/WEB-INF/lib/jaxen-1.1.1.jar
      WebContent/WEB-INF/lib/jboss-common-4.0.2.jar
      WebContent/WEB-INF/lib/jboss-spring-deployer-as6-spring3-2.0.5.Final.0.5.Final.zip
      WebContent/WEB-INF/lib/jboss-vfs-3.1.0.Final.jar
      WebContent/WEB-INF/lib/jdom-1.0.jar
      WebContent/WEB-INF/lib/jstl-1.2.jar
      WebContent/WEB-INF/lib/jta-1.1.jar
      WebContent/WEB-INF/lib/log4j-1.2.14.jar
      WebContent/WEB-INF/lib/lucene-core-2.3.2.jar
      WebContent/WEB-INF/lib/lucene-highlighter-2.0.0.jar
      WebContent/WEB-INF/lib/mail-1.4.jar
      WebContent/WEB-INF/lib/mysql-connector-java-5.0.5.jar
      WebContent/WEB-INF/lib/persistence-api-1.0.jar
      WebContent/WEB-INF/lib/quartz-1.5.2.jar
      WebContent/WEB-INF/lib/slf4j-api-1.5.6.jar
      WebContent/WEB-INF/lib/slf4j-log4j12-1.5.6.jar
      WebContent/WEB-INF/lib/spring-aop-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-asm-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-beans-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-context-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-core-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-expression-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-jdbc-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-orm-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-tx-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-web-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/spring-webmvc-3.0.1.RELEASE.jar
      WebContent/WEB-INF/lib/stax-api-1.0-2.jar
      WebContent/WEB-INF/lib/validation-api-1.0.0.GA.jar
      WebContent/WEB-INF/lib/xalan-2.6.0.jar
      WebContent/WEB-INF/lib/xercesImpl-2.6.2.jar
      WebContent/WEB-INF/lib/xml-apis-1.3.02.jar
      WebContent/WEB-INF/lib/xmlParserAPIs-2.6.2.jar
      WebContent/WEB-INF/lib/xom-1.0.jar

      Could anyone please help me to reslove me this issue?