Task #2410 (closed)
Opened 9 years ago
Closed 9 years ago
BUG: Importing LEI
| Reported by: | cxallan | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-05-13 (9) |
Description
Problems with "used files" and lookups on certain platforms.
Change History (13)
comment:1 follow-up: ↓ 4 Changed 9 years ago by bwzloranger
comment:2 Changed 9 years ago by cxallan
- Status changed from new to assigned
comment:3 Changed 9 years ago by cxallan
- Remaining Time set to 0.25
comment:4 in reply to: ↑ 1 Changed 9 years ago by cxallan
Replying to bwzloranger:
Much of the metadata for these files is missing such as Filters, some Detector information, voltages, etc. Channel colors are also wrong. See nightshade/brian's tests/lei/ for 4.1 examples to compare with mage/root/brian's test/lei 4.2 examples.
Data types appear to be being parsed incorrectly in parseInstrumentData().
comment:5 Changed 9 years ago by cxallan
(In [7069]) Updating to bio-formats:r6356; fixes issues with LEI metadata. (See #2410)
comment:6 Changed 9 years ago by cxallan
Problems inserting the newly populated metadata from r7069:
2010-05-21 12:49:42,666 147396 [2-thread-1] INFO ormats.importer.gui.LoggingImportMonitor - INTERNAL_EXCEPTION: /Users/callan/testimages/lei/seq_colon_dapi_phalloidinA488.lei
java.lang.RuntimeException: omero.ValidationException
serverStackTrace = "ome.conditions.ValidationException: could not insert: [ome.model.acquisition.LightPathEmissionFilterLink]; SQL [insert into lightpathemissionfilterlink (child, creation_id, external_id, group_id, owner_id, permissions, update_id, parent, version, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; constraint [lightpathemissionfilterlink_parent_key]; nested exception is org.hibernate.exception.ConstraintViolationException: could not insert: [ome.model.acquisition.LightPathEmissionFilterLink]
at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:637)
at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412)
at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:117)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:108)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:175)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:111)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy54.doWork(Unknown Source)
at ome.services.util.Executor$Impl.execute(Executor.java:339)
at ome.services.throttling.Adapter.run(Adapter.java:51)
at ome.services.throttling.InThreadThrottlingStrategy.runnableCall(InThreadThrottlingStrategy.java:89)
at ome.services.blitz.impl.AbstractAmdServant.runnableCall(AbstractAmdServant.java:146)
at ome.services.blitz.impl.MetadataStoreI.saveToDB_async(MetadataStoreI.java:167)
at omero.api._MetadataStoreTie.saveToDB_async(_MetadataStoreTie.java:85)
at omero.api._MetadataStoreDisp.___saveToDB(_MetadataStoreDisp.java:211)
at omero.api._MetadataStoreDisp.__dispatch(_MetadataStoreDisp.java:333)
at IceInternal.Incoming.invoke(Incoming.java:159)
at Ice.ConnectionI.invokeAll(ConnectionI.java:2037)
at Ice.ConnectionI.message(ConnectionI.java:972)
at IceInternal.ThreadPool.run(ThreadPool.java:577)
at IceInternal.ThreadPool.access$100(ThreadPool.java:12)
at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971)
"
comment:7 Changed 9 years ago by cxallan
comment:8 Changed 9 years ago by cxallan
Filter metadata now seems to have an odd order or mixed up indexing with Filter "SP mirror 3" having the cut in/cut out values that Filter "SP mirror 1" did previously.
comment:9 Changed 9 years ago by cxallan
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from assigned to closed
comment:10 Changed 9 years ago by cxallan
- Resolution fixed deleted
- Status changed from closed to reopened
comment:11 Changed 9 years ago by cxallan
- Owner changed from cxallan to mlinkert-x
- Status changed from reopened to new
comment:12 Changed 9 years ago by cxallan
(In [7074]) Updating to bio-formats:r6359; fixes LEI issues with files missing from getUsedFiles(). (See #2410)
comment:13 Changed 9 years ago by cxallan
- Resolution set to fixed
- Status changed from new to closed
Much of the metadata for these files is missing such as Filters, some Detector information, voltages, etc. Channel colors are also wrong. See nightshade/brian's tests/lei/ for 4.1 examples to compare with mage/root/brian's test/lei 4.2 examples.