NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #165 (closed defect: fixed)

Opened 2007-08-28T16:42:56-05:00

Last modified 2007-08-28T16:49:36-05:00

Another arbitrary slicing NullPointerException

Reported by: curtis Owned by: curtis
Priority: critical Milestone: visbio3.40
Component: visbio Severity:
Keywords: Cc:
Blocked By: Blocking:

Description

When attempting to slice the dub dataset:

Exception in thread "VisBio-ComputeDataThread-dub:dub slice" java.lang.NullPointerException
	at visad.FlatField.getSample(FlatField.java:1564)
	at loci.visbio.data.ArbitrarySlice.getData(ArbitrarySlice.java:403)
	at loci.visbio.view.TransformLink.computeData(TransformLink.java:465)
	at loci.visbio.view.TransformLink$1.run(TransformLink.java:427)

Change History

comment:1 Changed 2007-08-28T16:49:36-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r3119 (updating to the latest VisAD made the problem disappear).