Task #9011 (closed)
Opened 7 years ago
Closed 5 years ago
Bug: not-null error on creationEvent
| Reported by: | cblackburn | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | Future |
| Component: | Bin-Services | Version: | 5.0.2 |
| Keywords: | schema-2012-06 | Cc: | jamoore, jburel |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Exception raised by findContainerHierarchies(). See below.
Change History (7)
comment:1 Changed 7 years ago by cblackburn
comment:2 Changed 7 years ago by jburel
- Keywords schema-2012-06 added
- Sprint 2012-06-05 (16) deleted
comment:3 Changed 7 years ago by jburel
- Milestone changed from OMERO-Beta4.4 to OMERO-Beta4.5
comment:4 Changed 7 years ago by jburel
Referencing ticket #8084 has changed sprint.
comment:5 Changed 7 years ago by ajpatterson
- Milestone changed from OMERO-5 to Future
comment:6 Changed 7 years ago by ajpatterson
Referencing ticket #8084 has changed sprint.
comment:7 Changed 5 years ago by jamoore
- Cc cxallan sylittlewood removed
- Resolution set to fixed
- Status changed from new to closed
- Version set to 5.0.2
Looking into this for https://github.com/openmicroscopy/openmicroscopy/pull/2639 the only thing I can imagine is the attempt to run a readOnly=false transaction without an appropriate transaction handler. If this is seen again, please re-open.
Traceback (most recent call last): File "test/integration/tickets2000.py", line 195, in test1071 hier = pojos.findContainerHierarchies("Project", [long(im2.id.val)], None) File "/Users/cblackburn/Work/repos/ome/dist/lib/python/omero_api_IContainer_ice.py", line 100, in findContainerHierarchies return _M_omero.api.IContainer._op_findContainerHierarchies.invoke(self, ((rootType, imageIds, options), _ctx)) ValidationException: exception ::omero::ValidationException { serverStackTrace = ome.conditions.ValidationException: not-null property references a null or transient value: ome.model.core.DatasetImageLink.details.creationEvent; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: ome.model.core.DatasetImageLink.details.creationEvent at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:648) 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:231) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:116) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at $Proxy91.findContainerHierarchies(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at $Proxy91.findContainerHierarchies(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:179) at ome.services.throttling.Callback.run(Callback.java:56) at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56) at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:137) at ome.services.blitz.impl.ContainerI.findContainerHierarchies_async(ContainerI.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at omero.cmd.CallContext.invoke(CallContext.java:59) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at $Proxy92.findContainerHierarchies_async(Unknown Source) at omero.api._IContainerTie.findContainerHierarchies_async(_IContainerTie.java:92) at omero.api._IContainerDisp.___findContainerHierarchies(_IContainerDisp.java:220) at omero.api._IContainerDisp.__dispatch(_IContainerDisp.java:597) 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) serverExceptionClass = ome.conditions.ValidationException message = not-null property references a null or transient value: ome.model.core.DatasetImageLink.details.creationEvent; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: ome.model.core.DatasetImageLink.details.creationEvent }