2 Replies Latest reply on Feb 9, 2007 10:38 PM by rob.stryker

    IDE Tutorial: Deployed the EAR, got two clustering exception

    theschles

      Fresh copy of Eclipse 3.1.2 and IDE 1.6GA

      In IDE tutorial, I deployed the EAR, I got the following console output:

      17:31:19,546 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-portal-2.4.1/server/default/deploy/FiboApp.ear
      17:31:20,515 INFO [EjbModule] Deploying Fibo
      17:31:20,640 INFO [ProxyFactory] Bound EJB Home 'Fibo' to jndi 'ejb/Fibo'
      17:31:20,640 INFO [EJBDeployer] Deployed: file:/C:/jboss-portal-2.4.1/server/default/tmp/deploy/tmp41732FiboApp.ear-contents/FiboEJB.jar
      17:31:20,687 INFO [TomcatDeployer] deploy, ctxPath=/fibo, warUrl=.../tmp/deploy/tmp41732FiboApp.ear-contents/FiboWeb-exp.war/
      17:31:21,140 INFO [JBossCacheManager] init(): replicationGranularity_ is 0 and invaldateSessionPolicy is 2
      17:31:21,156 ERROR [JBossCacheService] jboss.cache:service=TomcatClusteringCache service to Tomcat clustering not found
      17:31:21,156 ERROR [JBossCacheManager] JBossCacheService to Tomcat clustering not found
      org.jboss.web.tomcat.tc5.session.ClusteringNotSupportedException: jboss.cache:service=TomcatClusteringCache service to Tomcat clustering not found
      at org.jboss.web.tomcat.tc5.session.JBossCacheService.(JBossCacheService.java:127)
      <snipped out details>
      17:31:21,203 ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled. Exception:
      org.jboss.web.tomcat.tc5.session.ClusteringNotSupportedException: JBossCacheService to Tomcat clustering not found
      at org.jboss.web.tomcat.tc5.session.JBossCacheManager.init(JBossCacheManager.java:150)
      <snipped out details>
      17:31:21,296 INFO [EARDeployer] Started J2EE application: file:/C:/jboss-portal-2.4.1/server/default/deploy/FiboApp.ear


      Then, when I go to http://localhost:8080/fibo, I get the following:

      Directory Listing For /
      Filename Size Last Modified
      Apache Tomcat/5.5.17

      Ideas?