Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2152

NPE in Form on Websphere 8 after applying load

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 5.2.6
    • None
    • tapestry-core

    Description

      A NullPointerException occurs Form.java:406 (Tapestry 5.2.6) when applying load - in any application deployed to Websphere 8.

      Here's the corresponding line from Form.java:406:
      resources.triggerEvent(EventConstants.PREPARE_FOR_RENDER, context, null);

      The NPE first is raised after some parallel users are working with the application - before that everything works fine. After the first occurrence, the NPE is raised on any Form render on any page for all users. We have to restart the application to get it working again. We can reproduce the error with some load but the first NPE happens on different pages - so that's no clue.

      The behavior can be reproduced with a quite simple application with some pages with forms: https://github.com/porscheinformatik/tapestry-was8

      The behavior cannot be reproduced with JIT turned off.

      Attachments

        Activity

          People

            Unassigned Unassigned
            koc Christian Köberl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: