Hello ImageJ users,
This error message appears upon closing the ImageJ window in Ubuntu 14.04 (pasted below) with Oracle's java 1.7. The very same error pops up in case some plugins (such as Snakuscules and most likely some other plugins) so that they cannot be used at all (they just crash). Any hints on fixing this? Previous Ubuntu 13.10 did not have this issue. The same happens with Fiji (I've noticed a bug ticket on this issue here http://fiji.sc/bugzilla/show_bug.cgi?id=822). Would be nice if anyone has a hint on fixing this problem at least temporarily. /Exception during disposal:// //java.lang.reflect.InvocationTargetException// // at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)// // at java.awt.Window.doDispose(Window.java:1209)// // at java.awt.Window.dispose(Window.java:1147)// // at ij.ImageJ.run(ImageJ.java:767)// // at java.lang.Thread.run(Thread.java:745)// //Caused by: java.lang.IllegalArgumentException: null source// // at java.util.EventObject.<init>(EventObject.java:56)// // at java.awt.AWTEvent.<init>(AWTEvent.java:337)// // at java.awt.event.InvocationEvent.<init>(InvocationEvent.java:285)// // at java.awt.event.InvocationEvent.<init>(InvocationEvent.java:174)// // at sun.awt.X11.XBaseMenuWindow.dispose(XBaseMenuWindow.java:907)// // at java.awt.MenuComponent.removeNotify(MenuComponent.java:310)// // at java.awt.Menu.removeNotify(Menu.java:198)// // at java.awt.Component.removeNotify(Component.java:6991)// // at java.awt.Container.removeNotify(Container.java:2800)// // at java.awt.Window.removeNotify(Window.java:782)// // at java.awt.Frame.removeNotify(Frame.java:1041)// // at java.awt.Window$1DisposeAction.run(Window.java:1190)// // at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)// // at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)// // at java.awt.EventQueue.access$200(EventQueue.java:103)// // at java.awt.EventQueue$3.run(EventQueue.java:694)// // at java.awt.EventQueue$3.run(EventQueue.java:692)// // at java.security.AccessController.doPrivileged(Native Method)// // at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)// // at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)// // at java.awt.EventQueue$4.run(EventQueue.java:708)// // at java.awt.EventQueue$4.run(EventQueue.java:706)// // at java.security.AccessController.doPrivileged(Native Method)// // at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)// // at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)// // at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)// // at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)// // at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)// // at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)// // at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)// // at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)/// -- Miroslav -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
On Tuesday 07 Oct 2014 09:00:35 Miroslav Radojevic wrote:
> Hello ImageJ users, > This error message appears upon closing the ImageJ window in Ubuntu > 14.04 (pasted below) with Oracle's java 1.7. The very same error pops up > in case some plugins (such as Snakuscules and most likely some other > plugins) so that they cannot be used at all (they just crash). Any hints > on fixing this? Previous Ubuntu 13.10 did not have this issue. The same > happens with Fiji (I've noticed a bug ticket on this issue here > http://fiji.sc/bugzilla/show_bug.cgi?id=822). Would be nice if anyone > has a hint on fixing this problem at least temporarily. I get that error in IJ1 with OpenJDK 1.7 (the default in opensuse linux) but not with Oracle 1.6 or 1.8 (I haven't tried Oracle 1.7). Gabriel -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Indeed Oracle Java 1.8 does not give the error, thank you.
Miroslav On 07-10-14 11:03, Gabriel Landini wrote: > On Tuesday 07 Oct 2014 09:00:35 Miroslav Radojevic wrote: >> Hello ImageJ users, >> This error message appears upon closing the ImageJ window in Ubuntu >> 14.04 (pasted below) with Oracle's java 1.7. The very same error pops up >> in case some plugins (such as Snakuscules and most likely some other >> plugins) so that they cannot be used at all (they just crash). Any hints >> on fixing this? Previous Ubuntu 13.10 did not have this issue. The same >> happens with Fiji (I've noticed a bug ticket on this issue here >> http://fiji.sc/bugzilla/show_bug.cgi?id=822). Would be nice if anyone >> has a hint on fixing this problem at least temporarily. > I get that error in IJ1 with OpenJDK 1.7 (the default in opensuse linux) but > not with Oracle 1.6 or 1.8 (I haven't tried Oracle 1.7). > > Gabriel > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |