- 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?