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 #811 (closed defect: fixed)

Opened 2013-04-03T12:44:52-05:00

Last modified 2013-04-03T18:52:29-05:00

irf bugs

Reported by: payoung2 Owned by: aivar
Priority: critical Milestone: slimplugin1.2
Component: slim-plugin Severity: critical
Keywords: Cc:
Blocked By: Blocking:

Description

I get this error when I try to open a previously saved .irf file.

Fiji/ImageJ 1.47n; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 58MB of 4991MB (1%) java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at ij.Command.runPlugIn(Command.java:148) at ij.Command.runCommand(Command.java:97) at ij.Executer.run(Executer.java:64) at java.lang.Thread.run(Thread.java:662)

Caused by: java.lang.NullPointerException

at loci.slim.fitting.RapidLifetimeDetermination.gciTripleIntegralInstr(RapidLifetimeDetermination.java:194) at loci.slim.fitting.RapidLifetimeDetermination.gciTripleIntegralFittingEngine(RapidLifetimeDetermination.java:304) at loci.slim.fitting.RapidLifetimeDetermination.rldFit(RapidLifetimeDetermination.java:362) at loci.slim.SLIMProcessor.fitPixel(SLIMProcessor.java:2259) at loci.slim.SLIMProcessor.fitPixel(SLIMProcessor.java:2170) at loci.slim.SLIMProcessor.doFits(SLIMProcessor.java:899) at loci.slim.SLIMProcessor.process(SLIMProcessor.java:312) at loci.slim.SLIM_PlugIn.run(SLIM_PlugIn.java:61) at ij.IJ.runUserPlugIn(IJ.java:194) at ij.IJ.runPlugIn(IJ.java:160) ... 8 more

And I get this error when I save a .irf file.

Fiji/ImageJ 1.47n; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 55MB of 4991MB (1%) java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at ij.Command.runPlugIn(Command.java:148) at ij.Command.runCommand(Command.java:97) at ij.Executer.run(Executer.java:64) at java.lang.Thread.run(Thread.java:662)

Caused by: java.lang.NullPointerException

at loci.slim.fitting.RapidLifetimeDetermination.gciTripleIntegralInstr(RapidLifetimeDetermination.java:194) at loci.slim.fitting.RapidLifetimeDetermination.gciTripleIntegralFittingEngine(RapidLifetimeDetermination.java:304) at loci.slim.fitting.RapidLifetimeDetermination.rldFit(RapidLifetimeDetermination.java:362) at loci.slim.SLIMProcessor.fitPixel(SLIMProcessor.java:2259) at loci.slim.SLIMProcessor.fitPixel(SLIMProcessor.java:2170) at loci.slim.SLIMProcessor.doFits(SLIMProcessor.java:899) at loci.slim.SLIMProcessor.process(SLIMProcessor.java:312) at loci.slim.SLIM_PlugIn.run(SLIM_PlugIn.java:61) at ij.IJ.runUserPlugIn(IJ.java:194) at ij.IJ.runPlugIn(IJ.java:160) ... 8 more

It won't let me do anything in the image window after I get this error, and I have to restart the program. I can't proceed without my own IRFs. THANKS!

Change History

comment:1 Changed 2013-04-03T18:52:29-05:00 by aivar

  • Status changed from new to closed
  • Resolution set to fixed
  • Component changed from other to slim-plugin
  • Milestone changed from slimplugin1.0 to slimplugin1.1A