NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 65 - split channels error message
split channels error message
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2009-07-09 10:17 CDT by Dan White
Modified: 2009-07-09 19:11 CDT
1 user (show)

See Also:

Description Dan White 2009-07-09 10:17:33 CDT
Useful Java System Properties:
  os.arch => x86_64
  os.name => Mac OS X
  os.version => 10.5.7
  java.version => 1.6.0_13
  java.vendor => Apple Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_13-b03-211
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 11.3-b02-83
  java.vm.vendor => Apple Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => apple.awt.CGraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  sun.cpu.endian => little
  sun.desktop => null
  file.separator => /

Bug Report Text:

split channels command gives an error message, se below, but still seems to work as expected. 
java.lang.NullPointerException
	at ij.plugin.filter.RGBStackSplitter.splitChannels(RGBStackSplitter.java:128)
	at ij.plugin.filter.RGBStackSplitter.setup(RGBStackSplitter.java:20)
	at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:46)
	at ij.IJ.runPlugIn(IJ.java:154)
	at ij.Executer.runCommand(Executer.java:144)
	at ij.Executer.run(Executer.java:75)
	at java.lang.Thread.run(Thread.java:637)
Comment 1 Dan White 2009-07-09 10:18:46 CDT
this happend on fiji OSX bundle updated by help-update fiji on  08 07 2009
Comment 2 Johannes Schindelin 2009-07-09 18:37:46 CDT
Can you check if the ij.jar from http://pacific.mpi-cbg.de/snaps/ij.jar fixes the issue?  This was a regression introduced by a wrong resolution of a conflicted merge...
Comment 3 Dan White 2009-07-09 19:05:18 CDT
yes that fixed the problem, no more error message.