Uploaded image for project: 'i2b2 Core Software'
  1. i2b2 Core Software
  2. CORE-131

FRC Error - Unable to get 'destdir' from File Repository Cell

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7.01
    • 1.7.04
    • FR Cell
    • None
    • i2b2 Core
    • Oracle

    Description

      The database table PM.PM_CELL_PARAMS should have the configuration data for "destdir". The "destdir" value is being used when uploading file into File Repository cell.

      In the code of RecvfileRequestHandler.java at edu.harvard.i2b2.fr\src\server\edu\harvard\i2b2\fr\delegate, the "destdir" is required.
      String destDir = getCellDataParam("FRC", "destdir");

      if (destDir == null) {
      throw new I2B2Exception("Unable to get 'destdir' from File Repository Cell(FRC) param data");
      }

      However, the "destdir" is not being set by the database installation script. As a result, the following exception is thrown during Uploading file to FRC,
          "Unable to get 'destdir' from File Repository Cell(FRC) param data");

      I need to manually configure the 'destdir" from admin console. The regular user won't have the knowledge about the variable "destdir", therefore, the configuration should be provided by default.
       

      Attachments

        Activity

          hongluo1 Hong Luo created issue -
          jmd86 Janice Donahoe made changes -
          Field Original Value New Value
          Fix Version/s 1.7.03 [ 10156 ]
          Assignee Mike Mendis [ mem61 ]
          i2b2 Sponsored Project/s i2b2 Core [ 10196 ]
          Status New [ 10000 ] Open [ 1 ]
          jmd86 Janice Donahoe made changes -
          Fix Version/s 1.7.04 [ 10160 ]
          Fix Version/s 1.7.03 [ 10156 ]
          mem61 Mike Mendis made changes -
          Resolution Fixed [ 1 ]
          Status Open [ 1 ] Resolved [ 5 ]
          jmd86 Janice Donahoe made changes -
          Status Resolved [ 5 ] Closed [ 6 ]

          People

            mem61 Mike Mendis
            hongluo1 Hong Luo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: