Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.2-RC1
    • Fix Version/s: 1.8.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces

      Description

      "Too many open files" Exceptions may be thrown from various non-deterministic places in the code:

      java.io.FileNotFoundException: /opt/bea/weblogic_10.3.1.0/user_projects/domains/base_domain/edit.lok (Too many open files)
      at java.io.FileOutputStream.open(Native Method)
      at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
      at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
      at weblogic.management.provider.internal.EditLockManager.persistLock(EditLockManager.java:493)
      at weblogic.management.provider.internal.EditLockManager.getEditLock(EditLockManager.java:244)
      at weblogic.management.provider.internal.EditAccessImpl.acquireLock(EditAccessImpl.java:257)
      at weblogic.management.provider.internal.EditAccessImpl.startEdit(EditAccessImpl.java:288)

      Once source of excessive file handles can be rapid checking of the last modified time of the JSPs, configured by:

          <context-param>
              <param-name>com.icesoft.faces.reloadInterval</param-name>
              <param-value>500</param-value>
          </context-param>

      The default is to check for modification every two seconds. With a large number of connected users, this check can exhaust the file handle limit before the file handles are automatically released.

        Activity

        Ted Goddard created issue -
        Ted Goddard made changes -
        Field Original Value New Value
        Salesforce Case []
        Fix Version/s 1.8.2 [ 10190 ]
        Ted Goddard made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: