Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-2567

Images and stylesheets leave open file handles

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.3
    • 1.4.6, 1.5-M1
    • wicket
    • None
    • The problem exists on IBM WebSphere 6.1.0.19 running on Windows 2003 Server

    Description

      Running Wicket applications on IBM WebSphere and Oracle BEA application server result in a huge amount of open file handles for images and stylesheets. Our customer has up to 700 open file handles up to 50 file handles on the same stylesheet or image.
      The stylesheets are directly referenced in the HTML files:

      <html>
      <head>
      <title>PTS/A&R Login</title>
      <link rel="stylesheet" type="text/css" href="styles/basicStyles.css" />

      or

      <html>
      <wicket:head>
      <link rel="stylesheet" type="text/css" href="styles/genericMaint.css">
      </wicket:head>
      <body>
      <wicket:extend>
      <div wicket:id="genDetail"/>
      </wicket:extend>
      </body>
      </html>

      Sometimes the images are referenced within the stylesheets:

      .mainLogo {
      position: relative;
      top: 0px;
      left: 0px;
      width: 188px;
      height: 35px;
      background-image: url(../images/AARLogo.png);
      }

      But in most cases we use the images directly in the HTML code.

      Attachments

        1. Open File Handles on WebShpere for Wicket Application.jpg
          380 kB
          Peter Diefenthäler
        2. FhTest.war
          3.34 MB
          Peter Diefenthäler

        Activity

          People

            jcompagner Johan Compagner
            pdiefent Peter Diefenthäler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: