Task #5233 (closed)
Opened 8 years ago
Closed 8 years ago
Bug:testLoadImageWithAcquisitionData Pojos Service Test
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-05-19 (12) |
Description
omero.ValidationException
serverStackTrace = "ome.conditions.ValidationException: could not insert: [ome.model.acquisition.ImagingEnvironment]; SQL [insert into imagingenvironment (airPressure, co2percent, creation_id, external_id, group_id, owner_id, permissions, update_id, humidity, temperature, version, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; constraint [imagingenvironment_check]; nested exception is org.hibernate.exception.ConstraintViolationException: could not insert: [ome.model.acquisition.ImagingEnvironment]
at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:637)
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:111)
at org.
Change History (2)
comment:1 Changed 8 years ago by jburel
- Status changed from new to accepted
comment:2 Changed 8 years ago by jburel <j.burel@…>
- Remaining Time changed from 0.1 to 0
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [05837a8fffb7bd2f3af101189c8ee039a418d2fb/ome.git] on branch develop) Fix creation of imaging environment object (percent fraction) (close #5233).