Opened 10 years ago

Last modified 10 years ago

#177 reopened defect

jobmond crash

Reported by: ramonb Owned by: ramonb
Priority: normal Milestone: 1.1.3
Component: jobmond Version: 1.1.2
Keywords: Cc:
Estimated Number of Hours: 0

Description

+2+12+19+4root+0+0+1+4NULL+2+12+59+4rootTraceback (most recent call last):
  File "/usr/sbin/jobmond", line 2220, in <module>
    main()
  File "/usr/sbin/jobmond", line 2215, in main
    gather.run()
  File "/usr/sbin/jobmond", line 1085, in run
    self.getJobData()
  File "/usr/sbin/jobmond", line 1796, in getJobData
    joblist        = self.pq.getjobs()
  File "/usr/lib/pymodules/python2.7/pbs/PBSQuery.py", line 350, in getjobs
    self._statjob('', attrib_list)
  File "/usr/lib/pymodules/python2.7/pbs/PBSQuery.py", line 331, in _statjob
    jobs = pbs.pbs_statjob(self.con, job_name, self.attribs, 'NULL')
TypeError: not a list

This could also be a pbs_python bug

Change History (6)

comment:1 Changed 10 years ago by ramonb

In 947:

comment:2 Changed 10 years ago by ramonb

  • Owner changed from somebody to ramonb
  • Status changed from new to assigned

comment:3 Changed 10 years ago by ramonb

  • Resolution set to fixed
  • Status changed from assigned to closed

comment:4 Changed 10 years ago by ramonb

The issue will also be checked/resolved by pbs_python. I have addressed the issue with pbs_python's developer.

comment:5 Changed 10 years ago by ramonb

  • Resolution fixed deleted
  • Status changed from closed to reopened

unfortunately this still happens

14:10 batch1.lisa.surfsara.nl:/root
root# /usr/sbin/jobmond
+2+12+19+4root+0+0+1+4NULL+2+12+59+4rootTraceback (most recent call last):
  File "/usr/sbin/jobmond", line 2220, in <module>
    main()
  File "/usr/sbin/jobmond", line 2215, in main
    gather.run()
  File "/usr/sbin/jobmond", line 1086, in run
    self.submitJobData()
  File "/usr/sbin/jobmond", line 905, in submitJobData
    nodelist = self.getNodeData()
  File "/usr/sbin/jobmond", line 1780, in getNodeData
    nodedict = self.pq.getnodes()
  File "/usr/lib/pymodules/python2.7/pbs/PBSQuery.py", line 316, in getnodes
    self._statnode('', attrib_list)
  File "/usr/lib/pymodules/python2.7/pbs/PBSQuery.py", line 303, in _statnode
    nodes = pbs.pbs_statnode(self.con, select, self.attribs, 'NULL')
TypeError: not a list

10:10 batch1.lisa.surfsara.nl:/root
root# 

comment:6 Changed 10 years ago by ramonb

  • Milestone changed from 1.1.2 to 1.1.3
  • Version changed from 1.1.1 to 1.1.2
Note: See TracTickets for help on using tickets.