Creating Tables Issue
Posted: Thu May 03, 2012 4:08 pm
we had an issue and would like your feedback, if possible. at this we are using the omerocli to import and attach H5 tables to these images. at some point last night we starting getting this error
since i know this error occurs when the table is nonetype i tried making a dummy table and got the same result. i restarted omero and the problem remained. then i restarted the node and now it works. we figure out there might be a memory leak. do you have any recommendations on how to handle this particular issue?
- Code: Select all
/usr/lib/python2.5/site-packages/pyslid/features.pyc in link(conn,
iid, scale, fids, features, set, field, rid, pixels, channel, zslice,
timepoint, debug)
703 #table for cell level features (roi == regions of
interest)
704 table = conn.getSharedResources().newTable( 1,
'iid-' + str(iid) + '_feature-' + str(set) + '_roi.h5' )
--> 705 table.initialize(columns)
706
707 try:
AttributeError: 'NoneType' object has no attribute 'initialize'
since i know this error occurs when the table is nonetype i tried making a dummy table and got the same result. i restarted omero and the problem remained. then i restarted the node and now it works. we figure out there might be a memory leak. do you have any recommendations on how to handle this particular issue?