0 Replies Latest reply on Feb 15, 2012 10:13 AM by kevin.christian.001 Branched from an earlier discussion.

    Missing class org.ajax4jsf.Filter

    kevin.christian.001

      I have installed JBoss 7.1.

      I added my project from MyEclipse to JBoss server and when I try to start the server, I am getting the following error...

       

      18:19:32,070 INFO  [org.jboss.modules] JBoss Modules version 1.1.0.CR6

      18:19:32,359 INFO  [org.jboss.msc] JBoss MSC version 1.0.1.GA

      18:19:32,398 INFO  [org.jboss.as] JBoss AS 7.1.0.CR1b "Flux Capacitor" starting

      18:19:33,156 INFO  [org.jboss.as] Creating http management service using  socket-binding (management-http)

      18:19:33,156 INFO  [org.xnio] XNIO Version 3.0.0.CR7

      18:19:33,166 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.0.CR7

      18:19:33,172 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.0.CR8

      18:19:33,187 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

      18:19:33,206 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) Activating Security Subsystem

      18:19:33,213 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem

      18:19:33,214 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension

      18:19:33,216 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011910: Activating OSGi Subsystem

      18:19:33,263 INFO  [org.jboss.as.clustering] (ServerService Thread Pool -- 30) JBAS010300: Activating Infinispan subsystem.

      18:19:33,284 INFO  [org.jboss.as.naming] (MSC service thread 1-8) JBAS011802: Starting Naming Service

      18:19:33,300 INFO  [org.jboss.as.security] (MSC service thread 1-8) Picketbox version=4.0.6.Beta2

      18:19:33,302 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]

      18:19:33,337 INFO  [org.jboss.as.jaxr] (MSC service thread 1-5) Binding JAXR ConnectionFactory: java:jboss/jaxr/ConnectionFactory

      18:19:33,357 INFO  [org.jboss.as.connector] (MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.6.Final)

      18:19:33,466 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) Listening on /127.0.0.1:4447

      18:19:33,485 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

      18:19:33,642 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-2) JBoss Web Services - Stack CXF Server 4.0.0.GA

      18:19:34,225 INFO  [org.jboss.as.remoting] (MSC service thread 1-8) Listening on /127.0.0.1:9999

      18:19:34,257 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

      18:19:34,257 WARN  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015005: Reliable deployment behaviour is not possible when auto-deployment of exploded content is enabled (i.e. deployment without use of ".dodeploy"' marker files). Configuration of auto-deployment of exploded content is not recommended in any situation where reliability is desired. Configuring the deployment scanner's auto-deploy-exploded setting to "false" is recommended.

      18:19:34,262 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory C:\Tools\jboss\standalone\deployments

      18:19:34,272 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment DemoTreeView.war

      18:19:34,643 INFO  [org.apache.coyote.http11.Http11AprProtocol] (MSC service thread 1-7) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080

      18:19:34,678 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) Starting deployment of "DemoTreeView.war"

      18:19:35,428 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.deployment.unit."DemoTreeView.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."DemoTreeView.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "DemoTreeView.war"

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121) [jboss-as-server-7.1.0.CR1b.jar:7.1.0.CR1b]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

          at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_13]

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_13]

          at java.lang.Thread.run(Thread.java:619) [:1.6.0_13]

      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011093: Could not load component class org.ajax4jsf.Filter

          at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:113)

          at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:54)

          at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115) [jboss-as-server-7.1.0.CR1b.jar:7.1.0.CR1b]

          ... 5 more

      Caused by: java.lang.ClassNotFoundException: org.ajax4jsf.Filter from [Module "deployment.DemoTreeView.war:main" from Service Module Loader]

          at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) [jboss-modules.jar:1.1.0.CR6]

          at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) [jboss-modules.jar:1.1.0.CR6]

          at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) [jboss-modules.jar:1.1.0.CR6]

          at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) [jboss-modules.jar:1.1.0.CR6]

          at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) [jboss-modules.jar:1.1.0.CR6]

          at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:111)

          ... 7 more

       

      18:19:35,431 ERROR [org.jboss.as] (MSC service thread 1-6) JBoss AS 7.1.0.CR1b "Flux Capacitor" started (with errors) in 3500ms - Started 137 of 210 services (1 services failed or missing dependencies, 70 services are passive or on-demand)

      18:19:35,434 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015856: Undeploy of deployment "DemoTreeView.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"DemoTreeView.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"DemoTreeView.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"DemoTreeView.war\""}}

      18:19:35,455 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) Stopped deployment DemoTreeView.war in 20ms

      18:19:35,457 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report

      JBAS014777:   Services which failed to start:      service jboss.deployment.unit."DemoTreeView.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."DemoTreeView.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "DemoTreeView.war"

       

      18:19:35,458 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"DemoTreeView.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"DemoTreeView.war\".POST_MODULE: Failed to process phase POST_MODULE of deployment \"DemoTreeView.war\""}}}}