Task #5022 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: testLoadImageWithAcquisitionData
| 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: | n.a. |
| Sprint: | n.a. |
Description
Due to recent change, server side the following test testLoadImageWithAcquisitionData no longer passes.
Follow the error:
omero.ValidationException
serverStackTrace = "ome.conditions.ValidationException: could not insert: [ome.model.acquisition.Laser]; SQL [insert into laser (frequencyMultiplication, laserMedium, pockelCell, pulse, pump, repetitionRate, tuneable, type, wavelength, lightsource_id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; constraint [laser_check]; nested exception is org.hibernate.exception.ConstraintViolationException: could not insert: [ome.model.acquisition.Laser]
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
Change History (1)
comment:1 Changed 8 years ago by jburel
- 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.
see #5222