Bug #843 (closed)
Opened 12 years ago
Closed 11 years ago
IQuery.get throws an internal exception in blitz rather than an ApiUsage/Validation exception
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
omero::InternalException Wrapped Exception: (org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException):No row with the given identifier exists: [ome.model.core.Pixels#1009]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [ome.model.core.Pixels#1009]ome.conditions.InternalException: Wrapped Exception: (org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException):No row with the given identifier exists: [ome.model.core.Pixels#1009]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [ome.model.core.Pixels#1009] at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:643) at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412) at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:377) at org.springframework.orm.hib
Change History (1)
comment:1 Changed 11 years ago by jmoore
- 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.
Fixed with r2215