Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7229

WFLYCLWEBUT0001 for server-side invalidated sessions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 10.1.0.Final
    • Clustering, Web (Undertow)
    • None
    • User Experience

    Description

      Attached is a simple webapp (pardon the name) with a single servlet "/main", that does the following:

      • a session is assigned (or created, if none existed before)
      • its details are printed and the browser is told to refresh after 20 seconds
      • before the browser refreshes, the session is invalidated server-side by separate thread.

      Expected behaviour is, that WF should give the user a new session. That's indeed how it works in standalone mode and without <distributable/> in web.xml. But in domain mode, OR with <distributable/> added (and, possibly, full-ha profile chosen), I get errors:

      • The first stacktrace happens when the thread invalidates the session.
      • The second stacktrace happens, when the browser refreshes. The user sees "Error 500".
      • Then, after a minute or so, I get the last one. It then repeats periodically.

      We can't upgrade from 10.0 because of this - and we know we need an upgrade because of fixes in Infinispan.

      Attachments

        1. stacktrace_01.txt
          9 kB
        2. stacktrace_02.txt
          3 kB
        3. stacktrace_03.txt
          29 kB
        4. testPortlet.tar.gz
          2 kB

        Activity

          People

            pferraro@redhat.com Paul Ferraro
            micnowak1 Michał Nowakowski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: