Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-295

NPE in SessionListenerBridge.sessionDestroyed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.1.Beta7
    • 1.1.Beta6
    • Servlet
    • None
    • WildFly 8.1.0.Final with Undertow libs changed to 1.1.0.Beta5 or 1.1.0.Beta6.

      Happens after I try to login to our webapp.

      java.lang.NullPointerException
              at io.undertow.servlet.core.SessionListenerBridge.sessionDestroyed(SessionListenerBridge.java:78) [undertow-servlet-1.1.0.Beta5.jar:1.1.0.Beta5]
              at io.undertow.server.session.SessionListeners.sessionDestroyed(SessionListeners.java:56) [undertow-core-1.1.0.Beta5.jar:1.1.0.Beta5]
              at io.undertow.server.session.InMemorySessionManager$SessionImpl.invalidate(InMemorySessionManager.java:395) [undertow-core-1.1.0.Beta5.jar:1.1.0.Beta5]
              at io.undertow.server.session.InMemorySessionManager$SessionImpl.invalidate(InMemorySessionManager.java:381) [undertow-core-1.1.0.Beta5.jar:1.1.0.Beta5]
              at io.undertow.servlet.spec.HttpSessionImpl.invalidate(HttpSessionImpl.java:197) [undertow-servlet-1.1.0.Beta5.jar:1.1.0.Beta5]
      

      Full stack trace can be found here: http://pastebin.com/mp6rT2we
      Caused by changes made in UNDERTOW-261.

              sdouglas1@redhat.com Stuart Douglas (Inactive)
              ddska_jira Dmitry Lisovsky (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: