Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2704

<distributable/> app with mod_cluster StackOverflowError on request

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 7.1.0.CR1
    • 7.1.0.Beta1
    • Clustering
    • None
    • Hide

      1. start the standalone-ha server
      2. start modcluster
      3. deploy the app
      4. do the request on the app through modcluster

      Show
      1. start the standalone-ha server 2. start modcluster 3. deploy the app 4. do the request on the app through modcluster

    Description

      Any request through modcluster on a simple <distributable/> app with a single servlet leads to the following exception (direct request to the server works fine):

      16:42:36,730 ERROR [org.apache.catalina.connector.CoyoteAdapter] (http-node1-127.0.1.1-8080-2) An exception or error occurred in the container during the request processing: java.
      lang.StackOverflowError
      at org.jboss.as.clustering.infinispan.atomic.AtomicMapCache.get(AtomicMapCache.java:20)
      at org.jboss.as.clustering.infinispan.atomic.AtomicMapCache.get(AtomicMapCache.java:12)
      at org.infinispan.atomic.AtomicMapLookup.getMap(AtomicMapLookup.java:137)
      at org.infinispan.atomic.AtomicMapLookup.getAtomicMap(AtomicMapLookup.java:88)
      at org.jboss.as.clustering.infinispan.atomic.AtomicMapCache.get(AtomicMapCache.java:20)
      at org.jboss.as.clustering.infinispan.atomic.AtomicMapCache.get(AtomicMapCache.java:12)
      at org.infinispan.atomic.AtomicMapLookup.getMap(AtomicMapLookup.java:137)
      ...
      at org.infinispan.atomic.AtomicMapLookup.getMap(AtomicMapLookup.java:137)
      at org.infinispan.atomic.AtomicMapLookup.getAtomicMap(AtomicMapLookup.java:88)
      at org.jboss.as.clustering.infinispan.atomic.AtomicMapCache.get(AtomicMapCache.java:20)
      at org.jboss.as.clustering.infinispan.atomic.AtomicMapCache.get(AtomicMapCache.java:12)
      at org.infinispan.atomic.AtomicMapLookup.getMap(AtomicMapLookup.java:137)
      at org.infinispan.atomic.AtomicMapLookup.getAtomicMap(AtomicMapLookup.java:88)

      Attachments

        Activity

          People

            pferraro@redhat.com Paul Ferraro
            maschmid@redhat.com Marek Schmidt
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: