Task #2661 (closed)
Opened 9 years ago
Closed 9 years ago
integration.ishare.TestIShare.test1179 failed ValidationException
| Reported by: | atarkowska | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2.1 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | cblackburn |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-09-09 (16) |
Description (last modified by atarkowska)
It happened only on hudson
integration.ishare.TestIShare.test1179 (from TestIShare)
Error Message
message = not-null property references a null or transient value: ome.model.core.Pixels.pixelsType; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: ome.model.core.Pixels.pixelsType
Stacktrace
Traceback (most recent call last):
File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/test/integration/ishare.py", line 327, in test1179
createTestImage(self.root.sf)
File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/test/integration/helpers.py", line 14, in createTestImage
image = scriptUtil.createNewImage(pixelsService, rawPixelStore, renderingEngine, pixelsType, gateway, [plane2D], "imageName", "description", dataset=None)
File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/build/lib/omero/util/script_utils.py", line 667, in createNewImage
iId = pixelsService.createImage(sizeX, sizeY, sizeZ, sizeT, channelList, pixelsType, imageName, description)
File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/build/lib/omero_api_IPixels_ice.py", line 156, in createImage
return _M_omero.api.IPixels._op_createImage.invoke(self, ((sizeX, sizeY, sizeZ, sizeT, channelList, pixelsType, name, description), _ctx))
ValidationException: exception ::omero::ValidationException
{
serverStackTrace = ome.conditions.ValidationException: not-null property references a null or transient value: ome.model.core.Pixels.pixelsType; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: ome.model.core.Pixels.pixelsType
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:222)
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 $Proxy67.createImage(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:83)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:40)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy67.createImage(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:132)
at ome.services.blitz.impl.PixelsI.createImage_async(PixelsI.java:71)
at omero.api._IPixelsTie.createImage_async(_IPixelsTie.java:78)
at omero.api._IPixelsDisp.___createImage(_IPixelsDisp.java:459)
at omero.api._IPixelsDisp.__dispatch(_IPixelsDisp.java:537)
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.Pixels.pixelsType; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: ome.model.core.Pixels.pixelsType
}
Change History (6)
comment:1 Changed 9 years ago by atarkowska
- Description modified (diff)
comment:2 Changed 9 years ago by atarkowska
comment:3 Changed 9 years ago by cxallan
- Owner changed from jmoore to atarkowska
comment:4 Changed 9 years ago by cxallan
- Sprint set to 2010-09-09 (16)
comment:5 Changed 9 years ago by atarkowska
- Remaining Time set to 0.5
comment:6 Changed 9 years ago by atarkowska
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
it was disabled in r7732