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 3 and Version 4 of Ticket #6652


Ignore:
Timestamp:
09/06/11 13:28:21 (13 years ago)
Author:
atarkowska
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6652 – Description

    v3 v4  
    22 
    33{{{ 
    4 ValidationException at /webclient/metadata_details/multiaction/ 
     4Traceback (most recent call last): 
     5  File "/Users/ola/Dev/omero/dist/lib/python/django/core/servers/basehttp.py", line 279, in run 
     6    self.result = application(self.environ, self.start_response) 
     7  File "/Users/ola/Dev/omero/dist/lib/python/django/core/servers/basehttp.py", line 651, in __call__ 
     8    return self.application(environ, start_response) 
     9  File "/Users/ola/Dev/omero/dist/lib/python/django/core/handlers/wsgi.py", line 241, in __call__ 
     10    response = self.get_response(request) 
     11  File "/Users/ola/Dev/omero/dist/lib/python/django/core/handlers/base.py", line 134, in get_response 
     12    return self.handle_uncaught_exception(request, resolver, exc_info) 
     13  File "/Users/ola/Dev/omero/dist/lib/python/django/core/handlers/base.py", line 154, in handle_uncaught_exception 
     14    return debug.technical_500_response(request, *exc_info) 
     15  File "/Users/ola/Dev/omero/dist/lib/python/django/views/debug.py", line 40, in technical_500_response 
     16    html = reporter.get_traceback_html() 
     17  File "/Users/ola/Dev/omero/dist/lib/python/django/views/debug.py", line 114, in get_traceback_html 
     18    return t.render(c) 
     19  File "/Users/ola/Dev/omero/dist/lib/python/django/template/__init__.py", line 178, in render 
     20    return self.nodelist.render(context) 
     21  File "/Users/ola/Dev/omero/dist/lib/python/django/template/__init__.py", line 779, in render 
     22    bits.append(self.render_node(node, context)) 
     23  File "/Users/ola/Dev/omero/dist/lib/python/django/template/debug.py", line 71, in render_node 
     24    result = node.render(context) 
     25  File "/Users/ola/Dev/omero/dist/lib/python/django/template/defaulttags.py", line 29, in render 
     26    output = self.nodelist.render(context) 
     27  File "/Users/ola/Dev/omero/dist/lib/python/django/template/__init__.py", line 779, in render 
     28    bits.append(self.render_node(node, context)) 
     29  File "/Users/ola/Dev/omero/dist/lib/python/django/template/debug.py", line 71, in render_node 
     30    result = node.render(context) 
     31  File "/Users/ola/Dev/omero/dist/lib/python/django/template/defaulttags.py", line 155, in render 
     32    nodelist.append(node.render(context)) 
     33  File "/Users/ola/Dev/omero/dist/lib/python/django/template/defaulttags.py", line 243, in render 
     34    return self.nodelist_true.render(context) 
     35  File "/Users/ola/Dev/omero/dist/lib/python/django/template/__init__.py", line 779, in render 
     36    bits.append(self.render_node(node, context)) 
     37  File "/Users/ola/Dev/omero/dist/lib/python/django/template/debug.py", line 81, in render_node 
     38    raise wrapped 
     39TemplateSyntaxError: Caught an exception while rendering: _val 
    540 
    6 exception ::omero::ValidationException 
    7 { 
    8     serverStackTrace = ome.conditions.ValidationException: could not insert: [ome.model.annotations.ImageAnnotationLink]; SQL [insert into imageannotationlink (child, creation_id, external_id, group_id, owner_id, permissions, update_id, parent, version, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; constraint [imageannotationlink_parent_key]; nested exception is org.hibernate.exception.ConstraintViolationException: could not insert: [ome.model.annotations.ImageAnnotationLink] 
    9         at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:637) 
    10         at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412) 
    11         at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:117) 
    12         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    13         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:108) 
    14         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    15         at ome.tools.hibernate.ProxyCleanupFilter$Interceptor.invoke(ProxyCleanupFilter.java:231) 
    16         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    17         at ome.services.util.ServiceHandler.invoke(ServiceHandler.java:116) 
    18         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    19         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    20         at $Proxy82.saveArray(Unknown Source) 
    21         at sun.reflect.GeneratedMethodAccessor1190.invoke(Unknown Source) 
    22         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    23         at java.lang.reflect.Method.invoke(Method.java:597) 
    24         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) 
    25         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) 
    26         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) 
    27         at ome.security.basic.BasicSecurityWiring.invoke(BasicSecurityWiring.java:83) 
    28         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    29         at ome.services.blitz.fire.AopContextInitializer.invoke(AopContextInitializer.java:43) 
    30         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) 
    31         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) 
    32         at $Proxy82.saveArray(Unknown Source) 
    33         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
    34         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
    35         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
    36         at java.lang.reflect.Method.invoke(Method.java:597) 
    37         at ome.services.blitz.util.IceMethodInvoker.invoke(IceMethodInvoker.java:179) 
    38         at ome.services.throttling.Callback.run(Callback.java:56) 
    39         at ome.services.throttling.InThreadThrottlingStrategy.callInvokerOnRawArgs(InThreadThrottlingStrategy.java:56) 
    40         at ome.services.blitz.impl.AbstractAmdServant.callInvokerOnRawArgs(AbstractAmdServant.java:136) 
    41         at ome.services.blitz.impl.UpdateI.saveArray_async(UpdateI.java:70) 
    42         at omero.api._IUpdateTie.saveArray_async(_IUpdateTie.java:99) 
    43         at omero.api._IUpdateDisp.___saveArray(_IUpdateDisp.java:207) 
    44         at omero.api._IUpdateDisp.__dispatch(_IUpdateDisp.java:369) 
    45         at IceInternal.Incoming.invoke(Incoming.java:159) 
    46         at Ice.ConnectionI.invokeAll(ConnectionI.java:2037) 
    47         at Ice.ConnectionI.message(ConnectionI.java:972) 
    48         at IceInternal.ThreadPool.run(ThreadPool.java:577) 
    49         at IceInternal.ThreadPool.access$100(ThreadPool.java:12) 
    50         at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:971) 
     41Original Traceback (most recent call last): 
     42  File "/Users/ola/Dev/omero/dist/lib/python/django/template/debug.py", line 71, in render_node 
     43    result = node.render(context) 
     44  File "/Users/ola/Dev/omero/dist/lib/python/django/template/defaulttags.py", line 155, in render 
     45    nodelist.append(node.render(context)) 
     46  File "/Users/ola/Dev/omero/dist/lib/python/django/template/debug.py", line 87, in render 
     47    output = force_unicode(self.filter_expression.resolve(context)) 
     48  File "/Users/ola/Dev/omero/dist/lib/python/django/template/__init__.py", line 564, in resolve 
     49    for lookup, arg in args: 
     50  File "/Users/ola/Dev/omero/dist/lib/python/omero/rtypes.py", line 557, in __getattr__ 
     51    raise AttributeError(attr) 
     52AttributeError: _val 
    5153 
    52     serverExceptionClass = ome.conditions.ValidationException 
    53     message = could not insert: [ome.model.annotations.ImageAnnotationLink]; SQL [insert into imageannotationlink (child, creation_id, external_id, group_id, owner_id, permissions, update_id, parent, version, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; constraint [imageannotationlink_parent_key]; nested exception is org.hibernate.exception.ConstraintViolationException: could not insert: [ome.model.annotations.ImageAnnotationLink] 
    54 } 
     54 
    5555 
    5656}}} 

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

We're Hiring!