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.

Changes between Initial Version and Version 1 of Ticket #2662


Ignore:
Timestamp:
08/17/10 10:11:39 (14 years ago)
Author:
atarkowska
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2662 – Description

    initial v1  
    1 It happened only on hudson 
     1integration.isession.TestISession.testCreateSessionForGuest  (from TestISession) 
     2 
    23{{{ 
    3  
    4 integration.ishare.TestIShare.test1179 (from TestIShare) 
    5 Failing for the past 1 build (Since Unstable#1218 ) 
    6 Took 3 ms. 
    74Error Message 
    85 
    9 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 } 
     6exception ::omero::AuthenticationException {     reason = Error creating session. } 
    107 
    118Stacktrace 
    129 
    1310Traceback (most recent call last): 
    14   File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/test/integration/ishare.py", line 327, in test1179 
    15     createTestImage(self.root.sf) 
    16   File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/test/integration/helpers.py", line 14, in createTestImage 
    17     image = scriptUtil.createNewImage(pixelsService, rawPixelStore, renderingEngine, pixelsType, gateway, [plane2D], "imageName", "description", dataset=None) 
    18   File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/build/lib/omero/util/script_utils.py", line 667, in createNewImage 
    19     iId = pixelsService.createImage(sizeX, sizeY, sizeZ, sizeT, channelList, pixelsType, imageName, description) 
    20   File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/build/lib/omero_api_IPixels_ice.py", line 156, in createImage 
    21     return _M_omero.api.IPixels._op_createImage.invoke(self, ((sizeX, sizeY, sizeZ, sizeT, channelList, pixelsType, name, description), _ctx)) 
    22 ValidationException: exception ::omero::ValidationException 
     11  File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/test/integration/isession.py", line 59, in testCreateSessionForGuest 
     12    sess  = self.root.sf.getSessionService().createSessionWithTimeout(p, 10000) # 10 secs 
     13  File "/hudson/.hudson/jobs/OMERO-trunk-python-integration/workspace/trunk/components/tools/OmeroPy/build/lib/omero_api_ISession_ice.py", line 108, in createSessionWithTimeout 
     14    return _M_omero.api.ISession._op_createSessionWithTimeout.invoke(self, ((p, timeToLiveMilliseconds), _ctx)) 
     15AuthenticationException: exception ::omero::AuthenticationException 
    2316{ 
    24     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 
    25         at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:648) 
    26         at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412) 
    27         at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:117) 
    28         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    29         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:108) 
    30         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    31         at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:222) 
    32         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    33         at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:111) 
    34         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    35         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    36         at $Proxy67.createImage(Unknown Source) 
    37         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
    38         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
    39         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    40         at java.lang.reflect.Method.invoke(Method.java:597) 
    41         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) 
    42         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
    43         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) 
    44         at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:83) 
    45         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    46         at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:40) 
    47         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    48         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    49         at $Proxy67.createImage(Unknown Source) 
    50         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
    51         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
    52         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    53         at java.lang.reflect.Method.invoke(Method.java:597) 
    54         at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:179) 
    55         at ome.services.throttling.Callback.run(Callback.java:56) 
    56         at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56) 
    57         at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:132) 
    58         at ome.services.blitz.impl.PixelsI.createImage_async(PixelsI.java:71) 
    59         at omero.api._IPixelsTie.createImage_async(_IPixelsTie.java:78) 
    60         at omero.api._IPixelsDisp.___createImage(_IPixelsDisp.java:459) 
    61         at omero.api._IPixelsDisp.__dispatch(_IPixelsDisp.java:537) 
    62         at IceInternal.Incoming.invoke(Incoming.java:159) 
    63         at Ice.ConnectionI.invokeAll(ConnectionI.java:2037) 
    64         at Ice.ConnectionI.message(ConnectionI.java:972) 
    65         at IceInternal.ThreadPool.run(ThreadPool.java:577) 
    66         at IceInternal.ThreadPool.access$100(ThreadPool.java:12) 
    67         at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971) 
    68  
    69     serverExceptionClass = ome.conditions.ValidationException 
    70     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 
     17    reason = Error creating session. 
    7118} 
    7219                 

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

We're Hiring!