You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by "Adam Jack (JIRA)" <ge...@gump.apache.org> on 2005/06/24 19:37:57 UTC

[jira] Created: (GUMP-140) Gump crashes when listing

Gump crashes when listing 
--------------------------

         Key: GUMP-140
         URL: http://issues.apache.org/jira/browse/GUMP-140
     Project: Gump
        Type: Bug
  Components: Python-based Gump  
    Versions: Gump2-2.3    
 Environment: Solaris (likely all)
    Reporter: Adam Jack
 Assigned to: Adam Jack 


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


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org