Uploaded image for project: 'Gump'
  1. Gump
  2. GUMP-140

Gump crashes when listing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Gump2-2.3
    • None
    • Python-based Gump
    • None
    • Solaris (likely all)

    Description

      A symlink pointed to a missing file. Gump was trying to 'list' this.

      Traceback (most recent call last):
      File "bin/integrate.py", line 113, in ?
      irun()
      File "bin/integrate.py", line 90, in irun
      result = getRunner(run).perform()
      File "/export/home/gump/test/gump/python/gump/core/runner/runner.py", line 25
      3, in perform
      return self.performRun()
      File "/export/home/gump/test/gump/python/gump/core/runner/demand.py", line 19
      9, in performRun
      self.performBuild(project)
      File "/export/home/gump/test/gump/python/gump/core/runner/demand.py", line 13
      0, in performBuild
      self.run.generateEvent(project)
      File "/export/home/gump/test/gump/python/gump/core/run/gumprun.py", line 202,
      in generateEvent
      self._dispatchEvent(EntityRunEvent(self, entity))
      File "/export/home/gump/test/gump/python/gump/core/run/gumprun.py", line 185,
      in _dispatchEvent
      actor._processEvent(event)
      File "/export/home/gump/test/gump/python/gump/core/run/actor.py", line 82, in
      _processEvent
      self.processEvent(event)
      File "/export/home/gump/test/gump/python/gump/core/run/actor.py", line 124, i
      n processEvent
      self._processProject(entity)
      File "/export/home/gump/test/gump/python/gump/core/run/actor.py", line 171, i
      n _processProject
      self.processProject(project)
      File "/export/home/gump/test/gump/python/gump/actor/document/xdocs/documenter
      .py", line 87, in processProject
      self.documentProject(project,True)
      File "/export/home/gump/test/gump/python/gump/actor/document/xdocs/documenter
      .py", line 1801, in documentProject
      self.documentFileList(document,project,'Project-level Files')
      File "/export/home/gump/test/gump/python/gump/actor/document/xdocs/documenter
      .py", line 2547, in documentFileList
      self.documentFile(fileReference)
      File "/export/home/gump/test/gump/python/gump/actor/document/xdocs/documenter
      .py", line 2591, in documentFile
      listingRow.createData(str(os.path.getsize(filePath)))

      File "/usr/sfw/lib/python2.3/posixpath.py", line 142, in getsize
      return os.stat(filename).st_size
      OSError: [Errno 2] No such file or directory: '/export/home/gump/test/packages/
      java-runtime-1.3/LICENSE'
      Process Exit Code : 1

      Attachments

        Activity

          People

            ajack Adam R. B. Jack
            ajack Adam R. B. Jack
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: