Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Ticket #10415: listing.txt

File listing.txt, 22.9 KB (added by bpindelski, 11 years ago)
Line 
1[bpindelski@3141592 openmicroscopy (dev_4_4)]$ ./build.py -f components/tools/OmeroPy/build.xml test -DTEST=tablestest
2Buildfile: /usr/local/dev/openmicroscopy/components/tools/OmeroPy/build.xml
3Entering /usr/local/dev/openmicroscopy/components/tools/OmeroPy...
4
5python-test:
6Entering /usr/local/dev/openmicroscopy/components/tools/OmeroPy...
7
8python-test-single:
9WARNING: '' not a valid package name; please use only.-separated package names in setup.py
10running test
11running egg_info
12writing target/omero_client.egg-info/PKG-INFO
13writing top-level names to target/omero_client.egg-info/top_level.txt
14writing dependency_links to target/omero_client.egg-info/dependency_links.txt
15reading manifest file 'target/omero_client.egg-info/SOURCES.txt'
16writing manifest file 'target/omero_client.egg-info/SOURCES.txt'
17running build_ext
18testAllColumns_4_4_5 (tablestest.backwards_compatibility.BackwardsCompatibilityTest) ... ok
19testAddSingleRow (tablestest.hdfstorage.TestHdfStorage) ... ok
20testCreationWithMetadata (tablestest.hdfstorage.TestHdfStorage) ... ok
21testHandlesExistingDirectory (tablestest.hdfstorage.TestHdfStorage) ... ok
22testInitializationOnInitializedFileFails (tablestest.hdfstorage.TestHdfStorage) ... ok
23testInvalidFile (tablestest.hdfstorage.TestHdfStorage) ... ok
24testLocking (tablestest.hdfstorage.TestHdfStorage) ... ok
25testMaskColumn (tablestest.hdfstorage.TestHdfStorage) ... ok
26testModifyRow (tablestest.hdfstorage.TestHdfStorage) ... ok
27testReadTicket1951 (tablestest.hdfstorage.TestHdfStorage) ... ok
28testSimpleCreation (tablestest.hdfstorage.TestHdfStorage) ... ok
29testSorting (tablestest.hdfstorage.TestHdfStorage) ... ok
30testStringCol (tablestest.hdfstorage.TestHdfStorage) ... ok
31testValidFile (tablestest.hdfstorage.TestHdfStorage) ... ok
32testErrorInGet (tablestest.servants.TestTables) ... ERROR
33testErrorInStorage (tablestest.servants.TestTables) ... HDF5-DIAG: Error detected in HDF5 (1.8. thread 0:
34 #000: H5F.c line 1522 in H5Fopen( unable to open file
35   major: File accessability
36   minor: Unable to open file
37 #001: H5F.c line 1313 in H5F_open( unable to read superblock
38   major: File accessability
39   minor: Read failed
40 #002: H5Fsuper.c line 334 in H5F_super_read( unable to find file signature
41   major: File accessability
42   minor: Not an HDF5 file
43 #003: H5Fsuper.c line 155 in H5F_locate_signature( unable to find a valid file signature
44   major: Low-level I/O
45   minor: Unable to initialize object
46HDF5-DIAG: Error detected in HDF5 (1.8. thread 0:
47 #000: H5F.c line 2589 in H5Fget_mdc_config( not a file ID
48   major: Invalid arguments to routine
49   minor: Bad value
50HDF5-DIAG: Error detected in HDF5 (1.8. thread 0:
51 #000: H5F.c line 2628 in H5Fset_mdc_config( not a file ID
52   major: Invalid arguments to routine
53   minor: Bad value
54HDF5-DIAG: Error detected in HDF5 (1.8. thread 0:
55 #000: H5Adeprec.c line 208 in H5Aopen_name( not a location
56   major: Invalid arguments to routine
57   minor: Inappropriate type
58 #001: H5Gloc.c line 253 in H5G_loc( invalid object ID
59   major: Invalid arguments to routine
60   minor: Bad value
61HDF5-DIAG: Error detected in HDF5 (1.8. thread 0:
62 #000: H5Gdeprec.c line 296 in H5Gopen1( not a location
63   major: Invalid arguments to routine
64   minor: Inappropriate type
65 #001: H5Gloc.c line 253 in H5G_loc( invalid object ID
66   major: Invalid arguments to routine
67   minor: Bad value
68HDF5-DIAG: Error detected in HDF5 (1.8. thread 0:
69 #000: H5G.c line 766 in H5Gclose( not a group
70   major: Invalid arguments to routine
71   minor: Inappropriate type
72Exception tables.exceptions.HDF5ExtError: HDF5ExtError('Problems closing the Group /',) in  ignored
73ok
74testTableAddData (tablestest.servants.TestTables) ... ERROR
75testTableIncrDecr (tablestest.servants.TestTables) ... ERROR
76testTableModifications (tablestest.servants.TestTables) ... ERROR
77testTablePreInitialized (tablestest.servants.TestTables) ... ERROR
78testTableSearch (tablestest.servants.TestTables) ... ERROR
79testTables (tablestest.servants.TestTables) ... ERROR
80testTablesIGetDirGetsRepoGetsSFCantFindRepoFile (tablestest.servants.TestTables) ... ok
81testTablesIGetDirGetsRepoGetsSFCantFindRepoObject (tablestest.servants.TestTables) ... ok
82testTablesIGetDirGetsRepoGetsSFGetsRepo (tablestest.servants.TestTables) ... ok
83testTablesIGetDirGetsRepoThenNoSF (tablestest.servants.TestTables) ... ok
84testTablesIGetDirNoRepoCreated (tablestest.servants.TestTables) ... ok
85testTablesIGetDirNoRepoSet (tablestest.servants.TestTables) ... ok
86test10049openTableUnreadable (tablestest.service.TestTables) ... ok
87test2098 (tablestest.service.TestTables) ... ERROR
88test2855MetadataMethods (tablestest.service.TestTables) ... ERROR
89test2910 (tablestest.service.TestTables) ... ERROR
90test3714GetWhereListVars (tablestest.service.TestTables) ... ERROR
91test4000TableRead (tablestest.service.TestTables) ... ERROR
92testAllColumnsSameTable (tablestest.service.TestTables) ... ERROR
93testArrayColumn (tablestest.service.TestTables) ... ok
94testArrayColumnSize1 (tablestest.service.TestTables) ... ok
95testBlankTable (tablestest.service.TestTables) ... ERROR
96testCallContext (tablestest.service.TestTables) ... ok
97testDelete (tablestest.service.TestTables) ... ok
98testMask (tablestest.service.TestTables) ... ERROR
99testTicket2175 (tablestest.service.TestTables) ... ok
100testUpdate (tablestest.service.TestTables) ... ERROR
101======================================================================
102ERROR: testErrorInGet (tablestest.servants.TestTables)
103----------------------------------------------------------------------
104Traceback (most recent call last):
105 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 318, in testErrorInGet
106   table = tables.getTable(f, self.sf, self.current).table # From mock
107 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 71, in exc_handler
108   raise omero.InternalException(msg, None, "Internal exception")
109InternalException: exception ::omero::InternalException
110{
111   serverStackTrace = Traceback (most recent call last):
112 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 61, in exc_handler
113   rv = func(*args, **kwargs)
114 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 28, in handler
115   return func(*args, **kwargs)
116 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 858, in getTable
117   call_context=current.ctx)
118 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 505, in __init__
119   self.can_write = factory.getAdminService().canUpdate(file_obj, call_context)
120TypeError: canUpdate() takes exactly 2 arguments (3 given)
121   serverExceptionClass = None
122   message = Internal exception
123}
124======================================================================
125ERROR: testTableAddData (tablestest.servants.TestTables)
126----------------------------------------------------------------------
127Traceback (most recent call last):
128 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 275, in testTableAddData
129   mocktable = self.testTables(newfile)
130 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 232, in testTables
131   table = tables.getTable(f, self.sf, self.current)
132 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 71, in exc_handler
133   raise omero.InternalException(msg, None, "Internal exception")
134InternalException: exception ::omero::InternalException
135{
136   serverStackTrace = Traceback (most recent call last):
137 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 61, in exc_handler
138   rv = func(*args, **kwargs)
139 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 28, in handler
140   return func(*args, **kwargs)
141 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 858, in getTable
142   call_context=current.ctx)
143 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 505, in __init__
144   self.can_write = factory.getAdminService().canUpdate(file_obj, call_context)
145TypeError: canUpdate() takes exactly 2 arguments (3 given)
146   serverExceptionClass = None
147   message = Internal exception
148}
149======================================================================
150ERROR: testTableIncrDecr (tablestest.servants.TestTables)
151----------------------------------------------------------------------
152Traceback (most recent call last):
153 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 240, in testTableIncrDecr
154   table = omero.tables.TableI(self.ctx, omero.model.OriginalFileI(1,None), self.sf, storage)
155 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 505, in __init__
156   self.can_write = factory.getAdminService().canUpdate(file_obj, call_context)
157TypeError: canUpdate() takes exactly 2 arguments (3 given)
158======================================================================
159ERROR: testTableModifications (tablestest.servants.TestTables)
160----------------------------------------------------------------------
161Traceback (most recent call last):
162 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 265, in testTableModifications
163   mocktable = self.testTables()
164 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 232, in testTables
165   table = tables.getTable(f, self.sf, self.current)
166 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 71, in exc_handler
167   raise omero.InternalException(msg, None, "Internal exception")
168InternalException: exception ::omero::InternalException
169{
170   serverStackTrace = Traceback (most recent call last):
171 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 61, in exc_handler
172   rv = func(*args, **kwargs)
173 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 28, in handler
174   return func(*args, **kwargs)
175 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 858, in getTable
176   call_context=current.ctx)
177 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 505, in __init__
178   self.can_write = factory.getAdminService().canUpdate(file_obj, call_context)
179TypeError: canUpdate() takes exactly 2 arguments (3 given)
180   serverExceptionClass = None
181   message = Internal exception
182}
183======================================================================
184ERROR: testTablePreInitialized (tablestest.servants.TestTables)
185----------------------------------------------------------------------
186Traceback (most recent call last):
187 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 246, in testTablePreInitialized
188   mocktable = self.testTables()
189 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 232, in testTables
190   table = tables.getTable(f, self.sf, self.current)
191 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 71, in exc_handler
192   raise omero.InternalException(msg, None, "Internal exception")
193InternalException: exception ::omero::InternalException
194{
195   serverStackTrace = Traceback (most recent call last):
196 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 61, in exc_handler
197   rv = func(*args, **kwargs)
198 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 28, in handler
199   return func(*args, **kwargs)
200 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 858, in getTable
201   call_context=current.ctx)
202 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 505, in __init__
203   self.can_write = factory.getAdminService().canUpdate(file_obj, call_context)
204TypeError: canUpdate() takes exactly 2 arguments (3 given)
205   serverExceptionClass = None
206   message = Internal exception
207}
208======================================================================
209ERROR: testTableSearch (tablestest.servants.TestTables)
210----------------------------------------------------------------------
211Traceback (most recent call last):
212 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 290, in testTableSearch
213   table = self.testTableAddData(True, False)
214 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 275, in testTableAddData
215   mocktable = self.testTables(newfile)
216 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 232, in testTables
217   table = tables.getTable(f, self.sf, self.current)
218 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 71, in exc_handler
219   raise omero.InternalException(msg, None, "Internal exception")
220InternalException: exception ::omero::InternalException
221{
222   serverStackTrace = Traceback (most recent call last):
223 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 61, in exc_handler
224   rv = func(*args, **kwargs)
225 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 28, in handler
226   return func(*args, **kwargs)
227 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 858, in getTable
228   call_context=current.ctx)
229 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 505, in __init__
230   self.can_write = factory.getAdminService().canUpdate(file_obj, call_context)
231TypeError: canUpdate() takes exactly 2 arguments (3 given)
232   serverExceptionClass = None
233   message = Internal exception
234}
235======================================================================
236ERROR: testTables (tablestest.servants.TestTables)
237----------------------------------------------------------------------
238Traceback (most recent call last):
239 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/servants.py", line 232, in testTables
240   table = tables.getTable(f, self.sf, self.current)
241 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 71, in exc_handler
242   raise omero.InternalException(msg, None, "Internal exception")
243InternalException: exception ::omero::InternalException
244{
245   serverStackTrace = Traceback (most recent call last):
246 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 61, in exc_handler
247   rv = func(*args, **kwargs)
248 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/util/decorators.py", line 28, in handler
249   return func(*args, **kwargs)
250 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 858, in getTable
251   call_context=current.ctx)
252 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero/tables.py", line 505, in __init__
253   self.can_write = factory.getAdminService().canUpdate(file_obj, call_context)
254TypeError: canUpdate() takes exactly 2 arguments (3 given)
255   serverExceptionClass = None
256   message = Internal exception
257}
258======================================================================
259ERROR: test2098 (tablestest.service.TestTables)
260----------------------------------------------------------------------
261Traceback (most recent call last):
262 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 123, in test2098
263   table.initialize([lc])
264 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
265   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
266ValidationException: exception ::omero::ValidationException
267{
268   serverStackTrace =
269   serverExceptionClass =
270   message = Already initialized.
271}
272======================================================================
273ERROR: test2855MetadataMethods (tablestest.service.TestTables)
274----------------------------------------------------------------------
275Traceback (most recent call last):
276 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 159, in test2855MetadataMethods
277   table.initialize([lc])
278 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
279   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
280ValidationException: exception ::omero::ValidationException
281{
282   serverStackTrace =
283   serverExceptionClass =
284   message = Already initialized.
285}
286======================================================================
287ERROR: test2910 (tablestest.service.TestTables)
288----------------------------------------------------------------------
289Traceback (most recent call last):
290 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 190, in test2910
291   table.initialize([lc])
292 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
293   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
294ValidationException: exception ::omero::ValidationException
295{
296   serverStackTrace =
297   serverExceptionClass =
298   message = Already initialized.
299}
300======================================================================
301ERROR: test3714GetWhereListVars (tablestest.service.TestTables)
302----------------------------------------------------------------------
303Traceback (most recent call last):
304 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 228, in test3714GetWhereListVars
305   table.initialize([lc])
306 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
307   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
308ValidationException: exception ::omero::ValidationException
309{
310   serverStackTrace =
311   serverExceptionClass =
312   message = Already initialized.
313}
314======================================================================
315ERROR: test4000TableRead (tablestest.service.TestTables)
316----------------------------------------------------------------------
317Traceback (most recent call last):
318 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 242, in test4000TableRead
319   table.initialize([lc])
320 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
321   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
322ValidationException: exception ::omero::ValidationException
323{
324   serverStackTrace =
325   serverExceptionClass =
326   message = Already initialized.
327}
328======================================================================
329ERROR: testAllColumnsSameTable (tablestest.service.TestTables)
330----------------------------------------------------------------------
331Traceback (most recent call last):
332 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 377, in testAllColumnsSameTable
333   table.initialize(cols)
334 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
335   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
336ValidationException: exception ::omero::ValidationException
337{
338   serverStackTrace =
339   serverExceptionClass =
340   message = Already initialized.
341}
342======================================================================
343ERROR: testBlankTable (tablestest.service.TestTables)
344----------------------------------------------------------------------
345Traceback (most recent call last):
346 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 71, in testBlankTable
347   table.initialize(cols)
348 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
349   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
350ValidationException: exception ::omero::ValidationException
351{
352   serverStackTrace =
353   serverExceptionClass =
354   message = Already initialized.
355}
356======================================================================
357ERROR: testMask (tablestest.service.TestTables)
358----------------------------------------------------------------------
359Traceback (most recent call last):
360 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 102, in testMask
361   table.initialize([mask])
362 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
363   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
364ValidationException: exception ::omero::ValidationException
365{
366   serverStackTrace =
367   serverExceptionClass =
368   message = Already initialized.
369}
370======================================================================
371ERROR: testUpdate (tablestest.service.TestTables)
372----------------------------------------------------------------------
373Traceback (most recent call last):
374 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 78, in testUpdate
375   ofile = self.testBlankTable()
376 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/test/tablestest/service.py", line 71, in testBlankTable
377   table.initialize(cols)
378 File "/usr/local/dev/openmicroscopy/components/tools/OmeroPy/target/omero_Tables_ice.py", line 844, in initialize
379   return _M_omero.grid.Table._op_initialize.invoke(self, ((cols, ), _ctx))
380ValidationException: exception ::omero::ValidationException
381{
382   serverStackTrace =
383   serverExceptionClass =
384   message = Already initialized.
385}
386----------------------------------------------------------------------
387Ran 43 tests in 14.090s
388FAILED (errors=16)
389Uploaded OriginalFile: 19
39022
391Closing remaining open files: /Users/bpindelski/omero/tmp/omero_bpindelski/4908/omerovLJ2gN.tmp/mock.h5... Error in atexit._run_exitfuncs:
392Traceback (most recent call last):
393 File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
394   func(*targs, **kargs)
395 File "/usr/local/src/tables/tables/file.py", line 2331, in close_open_files
396   fileh.close()
397 File "/usr/local/src/tables/tables/file.py", line 2135, in close
398   self.root._f_close()
399AttributeError: 'File' object has no attribute 'root'
400Error in sys.exitfunc:
401Traceback (most recent call last):
402 File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
403   func(*targs, **kargs)
404 File "/usr/local/src/tables/tables/file.py", line 2331, in close_open_files
405   fileh.close()
406 File "/usr/local/src/tables/tables/file.py", line 2135, in close
407   self.root._f_close()
408AttributeError: 'File' object has no attribute 'root'
409Result: 1
410Entering /usr/local/dev/openmicroscopy/components/tools/OmeroPy...
411
412BUILD SUCCESSFUL
413Total time: 16 seconds

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.126114 sec.)

We're Hiring!