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 Version 2 and Version 3 of Ticket #6966


Ignore:
Timestamp:
10/11/11 13:15:47 (13 years ago)
Author:
atarkowska
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6966 – Description

    v2 v3  
    44 
    55{{{ 
    6 Caught an exception while rendering: exception ::omero::ValidationException 
    7 { 
    8     serverStackTrace = ome.conditions.ValidationException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102] 
    9         at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:663) 
    10         at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412) 
    11         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411) 
    12         at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:339) 
    13         at ome.logic.QueryImpl.get(QueryImpl.java:157) 
    14         at sun.reflect.GeneratedMethodAccessor335.invoke(Unknown Source) 
    15         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    16         at java.lang.reflect.Method.invoke(Method.java:597) 
    17         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) 
    18         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
    19         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) 
    20         at ome.security.basic.EventHandler.invoke(EventHandler.java:150) 
    21         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    22         at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:111) 
    23         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    24         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:108) 
    25         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    26         at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:231) 
    27         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    28         at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:116) 
    29         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    30         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    31         at $Proxy75.get(Unknown Source) 
    32         at sun.reflect.GeneratedMethodAccessor335.invoke(Unknown Source) 
    33         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    34         at java.lang.reflect.Method.invoke(Method.java:597) 
    35         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) 
    36         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
    37         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) 
    38         at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:83) 
    39         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    40         at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43) 
    41         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    42         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    43         at $Proxy75.get(Unknown Source) 
    44         at sun.reflect.GeneratedMethodAccessor788.invoke(Unknown Source) 
    45         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    46         at java.lang.reflect.Method.invoke(Method.java:597) 
    47         at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:179) 
    48         at ome.services.throttling.Callback.run(Callback.java:56) 
    49         at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56) 
    50         at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:136) 
    51         at ome.services.blitz.impl.QueryI.get_async(QueryI.java:110) 
    52         at omero.api._IQueryTie.get_async(_IQueryTie.java:127) 
    53         at omero.api._IQueryDisp.___get(_IQueryDisp.java:170) 
    54         at omero.api._IQueryDisp.__dispatch(_IQueryDisp.java:516) 
    55         at IceInternal.Incoming.invoke(Incoming.java:159) 
    56         at Ice.ConnectionI.invokeAll(ConnectionI.java:2037) 
    57         at Ice.ConnectionI.message(ConnectionI.java:972) 
    58         at IceInternal.ThreadPool.run(ThreadPool.java:577) 
    59         at IceInternal.ThreadPool.access$100(ThreadPool.java:12) 
    60         at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971) 
    61  
    62     serverExceptionClass = ome.conditions.ValidationException 
    63     message = No row with the given identifier exists: [ome.model.core.OriginalFile#1102]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102] 
    64 } 
    656 
    667Original Traceback (most recent call last): 
     
    14990} 
    15091 
    151 Request Method:         GET 
    152 Request URL:    http://localhost:4080/webclient/metadata_details/image/1417/ 
    153 Exception Type:         TemplateSyntaxError 
    154 Exception Value:         
    155  
    156 Caught an exception while rendering: exception ::omero::ValidationException 
    157 { 
    158     serverStackTrace = ome.conditions.ValidationException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102] 
    159         at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:663) 
    160         at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412) 
    161         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411) 
    162         at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:339) 
    163         at ome.logic.QueryImpl.get(QueryImpl.java:157) 
    164         at sun.reflect.GeneratedMethodAccessor335.invoke(Unknown Source) 
    165         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    166         at java.lang.reflect.Method.invoke(Method.java:597) 
    167         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) 
    168         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
    169         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) 
    170         at ome.security.basic.EventHandler.invoke(EventHandler.java:150) 
    171         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    172         at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:111) 
    173         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    174         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:108) 
    175         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    176         at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:231) 
    177         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    178         at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:116) 
    179         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    180         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    181         at $Proxy75.get(Unknown Source) 
    182         at sun.reflect.GeneratedMethodAccessor335.invoke(Unknown Source) 
    183         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    184         at java.lang.reflect.Method.invoke(Method.java:597) 
    185         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) 
    186         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
    187         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) 
    188         at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:83) 
    189         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    190         at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43) 
    191         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    192         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    193         at $Proxy75.get(Unknown Source) 
    194         at sun.reflect.GeneratedMethodAccessor788.invoke(Unknown Source) 
    195         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    196         at java.lang.reflect.Method.invoke(Method.java:597) 
    197         at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:179) 
    198         at ome.services.throttling.Callback.run(Callback.java:56) 
    199         at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56) 
    200         at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:136) 
    201         at ome.services.blitz.impl.QueryI.get_async(QueryI.java:110) 
    202         at omero.api._IQueryTie.get_async(_IQueryTie.java:127) 
    203         at omero.api._IQueryDisp.___get(_IQueryDisp.java:170) 
    204         at omero.api._IQueryDisp.__dispatch(_IQueryDisp.java:516) 
    205         at IceInternal.Incoming.invoke(Incoming.java:159) 
    206         at Ice.ConnectionI.invokeAll(ConnectionI.java:2037) 
    207         at Ice.ConnectionI.message(ConnectionI.java:972) 
    208         at IceInternal.ThreadPool.run(ThreadPool.java:577) 
    209         at IceInternal.ThreadPool.access$100(ThreadPool.java:12) 
    210         at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971) 
    211  
    212     serverExceptionClass = ome.conditions.ValidationException 
    213     message = No row with the given identifier exists: [ome.model.core.OriginalFile#1102]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102] 
    214 } 
    215  
    216 Original Traceback (most recent call last): 
    217   File "/Users/ola/Dev/omero/dist/lib/python/django/template/debug.py", line 71, in render_node 
    218     result = node.render(context) 
    219   File "/Users/ola/Dev/omero/dist/lib/python/django/template/debug.py", line 87, in render 
    220     output = force_unicode(self.filter_expression.resolve(context)) 
    221   File "/Users/ola/Dev/omero/dist/lib/python/django/template/__init__.py", line 546, in resolve 
    222     obj = self.var.resolve(context) 
    223   File "/Users/ola/Dev/omero/dist/lib/python/django/template/__init__.py", line 687, in resolve 
    224     value = self._resolve_lookup(context) 
    225   File "/Users/ola/Dev/omero/dist/lib/python/django/template/__init__.py", line 722, in _resolve_lookup 
    226     current = current() 
    227   File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 3377, in getFileName 
    228     return self.getFile().name 
    229   File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 965, in wrap 
    230     return getattr(omero.gateway, a[len(tattr)+1:])(self._conn, getattr(self, tattr)) 
    231   File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 164, in __init__ 
    232     self._obj = self._conn.getQueryService().get(self._obj.__class__.__name__, self._oid) 
    233   File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 2959, in __call__ 
    234     return self.handle_exception(e, *args, **kwargs) 
    235   File "/Users/ola/Dev/omero/components/tools/OmeroWeb/omeroweb/webclient/webclient_gateway.py", line 1651, in handle_exception 
    236     e, *args, **kwargs) 
    237   File "/Users/ola/Dev/omero/dist/lib/python/omero/gateway/__init__.py", line 2956, in __call__ 
    238     return self.f(*args, **kwargs) 
    239   File "/Users/ola/Dev/omero/dist/lib/python/omero_api_IQuery_ice.py", line 90, in get 
    240     return _M_omero.api.IQuery._op_get.invoke(self, ((klass, id), _ctx)) 
    241 ValidationException: exception ::omero::ValidationException 
    242 { 
    243     serverStackTrace = ome.conditions.ValidationException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102] 
    244         at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:663) 
    245         at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412) 
    246         at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411) 
    247         at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:339) 
    248         at ome.logic.QueryImpl.get(QueryImpl.java:157) 
    249         at sun.reflect.GeneratedMethodAccessor335.invoke(Unknown Source) 
    250         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    251         at java.lang.reflect.Method.invoke(Method.java:597) 
    252         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) 
    253         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
    254         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) 
    255         at ome.security.basic.EventHandler.invoke(EventHandler.java:150) 
    256         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    257         at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:111) 
    258         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    259         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:108) 
    260         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    261         at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:231) 
    262         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    263         at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:116) 
    264         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    265         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    266         at $Proxy75.get(Unknown Source) 
    267         at sun.reflect.GeneratedMethodAccessor335.invoke(Unknown Source) 
    268         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    269         at java.lang.reflect.Method.invoke(Method.java:597) 
    270         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) 
    271         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
    272         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) 
    273         at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:83) 
    274         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    275         at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43) 
    276         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    277         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    278         at $Proxy75.get(Unknown Source) 
    279         at sun.reflect.GeneratedMethodAccessor788.invoke(Unknown Source) 
    280         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    281         at java.lang.reflect.Method.invoke(Method.java:597) 
    282         at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:179) 
    283         at ome.services.throttling.Callback.run(Callback.java:56) 
    284         at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56) 
    285         at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:136) 
    286         at ome.services.blitz.impl.QueryI.get_async(QueryI.java:110) 
    287         at omero.api._IQueryTie.get_async(_IQueryTie.java:127) 
    288         at omero.api._IQueryDisp.___get(_IQueryDisp.java:170) 
    289         at omero.api._IQueryDisp.__dispatch(_IQueryDisp.java:516) 
    290         at IceInternal.Incoming.invoke(Incoming.java:159) 
    291         at Ice.ConnectionI.invokeAll(ConnectionI.java:2037) 
    292         at Ice.ConnectionI.message(ConnectionI.java:972) 
    293         at IceInternal.ThreadPool.run(ThreadPool.java:577) 
    294         at IceInternal.ThreadPool.access$100(ThreadPool.java:12) 
    295         at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971) 
    296  
    297     serverExceptionClass = ome.conditions.ValidationException 
    298     message = No row with the given identifier exists: [ome.model.core.OriginalFile#1102]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [ome.model.core.OriginalFile#1102] 
    299 } 
    30092 
    30193}}} 

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

We're Hiring!