Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-3513

adding <distributable> to webapp's web.xml causes ERROR on startup in default server profile

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • JBossAS-4.0.5.CR1
    • JBossAS-4.0.4.GA
    • Clustering
    • None
    • Workaround Exists
    • Hide

      It doesn't affect the operation of the server. just ignore the exception

      Show
      It doesn't affect the operation of the server. just ignore the exception

      To reproduce, add <distributable> to a webapp's web.xml and deploy to a default server profile. You'll see the following exception thrown on the server console:

      11:50:38,181 ERROR [JBossCacheManager] JBossCacheService to Tomcat clustering not found
      java.lang.NoClassDefFoundError: org/jboss/cache/CacheException
      [stacktrace]....

      followed by ..

      11:50:38,215 ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled. Exception:
      org.jboss.web.tomcat.tc5.session.ClusteringNotSupportedException: JBossCacheService to Tomcat clustering not found
      [stacktrace]...

      While the exception is true and the cluster is disabled at the end. It should only warn the user and not throw the exception.

              bstansbe@redhat.com Brian Stansberry
              hmesha_jira Hany Mesha (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: