Bug #430 (closed)
Opened 13 years ago
Closed 13 years ago
IPixels has confused IThumb regarding RenderingDefs
| Reported by: | jamoore | Owned by: | cxallan |
|---|---|---|---|
| Priority: | critical | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
While doing the following:
Pixels p = ...; // id > 1400 RenderingDef r = ...; // id == 69 byte[] tb = thumb.getThumbnailDirect(p, r, sizex, sizey);
got the exception:
Exception in thread "main" ome.conditions.ValidationException: RenderingDef for Pixels=69 not found. at ome.services.RenderingBean.lookupRenderingDef(RenderingBean.java:281) at ome.logic.ThumbImpl.initializeRenderingEngine(ThumbImpl.java:289) at ome.logic.ThumbImpl.createScaledImage(ThumbImpl.java:332) at ome.logic.ThumbImpl.getThumbnailDirect(ThumbImpl.java:425)
ThumbImpl? is passing the rendering def id to RenderingBean.lookupRenderingDef. Is probably actually a problem with RenderingBean and IPixels.
Change History (1)
comment:1 Changed 13 years ago by cxallan
- Resolution set to duplicate
- 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.
This is a duplicate of #431.