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 429 - Stitching Plugin Problem
Stitching Plugin Problem
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Windows
: P2 major
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2012-05-11 12:36 CDT by Sebastian Rhode
Modified: 2012-05-14 18:07 CDT
0 users

See Also:

Description Sebastian Rhode 2012-05-11 12:36:23 CDT
Hi,

I start Fiji and the Stitching - Grid/Collection stitching plugin. In the next window I select "Grid: snake by rows" and "Right & Down".

And I get the following error message:

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:146)
	at ij.Command.runCommand(Command.java:95)
	at ij.Executer.run(Executer.java:64)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NoSuchFieldError: fusionMethodListGrid
	at plugin.Stitching_Grid.run(Stitching_Grid.java:148)
	at ij.IJ.runUserPlugIn(IJ.java:184)
	at ij.IJ.runPlugIn(IJ.java:151)
	... 8 more


I use Window7 and 64bit
Comment 1 Johannes Schindelin 2012-05-11 22:04:48 CDT
Maybe you have Massive Stitcher installed? You can see if that's the issue by starting the Beanshell Interpreter and executing

print(Class.forName("stitching.CommonFunctions").getResource("CommonFunctions.class"));
Comment 2 Sebastian Rhode 2012-05-14 09:14:45 CDT
Hi Johannes,

my mistake (sorry), You were right, during an new installation I "re-installed" from an old directory the Massive_Stitcher. I removed it and now Stitching works fine again. So you can remove my entry.

Sebi