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 456 - 'Help > Report a bug' throws InvocationTargetException
'Help > Report a bug' throws InvocationTargetException
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
Macintosh Mac OS
: P2 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2012-07-26 09:54 CDT by Jan Eglinger
Modified: 2012-07-27 21:27 CDT
0 users

See Also:

Description Jan Eglinger 2012-07-26 09:54:20 CDT
Please try 'Help > Report a bug' in an updated version of Fiji.
I get the error pasted below.
Jan


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:680)
Caused by: java.lang.StackOverflowError
	at java.util.LinkedHashMap.get(LinkedHashMap.java:280)
	at java.io.ExpiringCache.entryFor(ExpiringCache.java:83)
	at java.io.ExpiringCache.get(ExpiringCache.java:58)
	at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:137)
	at java.io.File.getCanonicalPath(File.java:559)
	at sun.security.provider.PolicyFile.canonPath(PolicyFile.java:1849)
	at java.io.FilePermission$1.run(FilePermission.java:186)
	at java.io.FilePermission$1.run(FilePermission.java:183)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.io.FilePermission.init(FilePermission.java:183)
[...]
Comment 1 Johannes Schindelin 2012-07-27 21:27:51 CDT
This was fixed in https://github.com/fiji/fiji/commit/ec5ee0056d193db5ea7f71cd68bac2aeb0875638 and a new version of the bug submitter was uploaded. Thanks for the report!