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 134 - Starting TrakEM2 on my 64-bit Windows 7 system locks up Fiji
Starting TrakEM2 on my 64-bit Windows 7 system locks up Fiji
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: TrakEM2
unspecified
PC Windows
: P4 normal
Assigned To: ImageJ Bugs Mailing List
: 135
Depends on:
Blocks:
 
Reported: 2010-02-07 12:45 CST by Richard Fetter
Modified: 2010-02-07 13:23 CST
2 users (show)

See Also:

Description Richard Fetter 2010-02-07 12:45:04 CST
[Enter details of the problem or bug and how to reproduce it here.]

I recently purchased a new laptop from Lenovo.  It has a quad core processor, 8 GB of RAM and runs 64-bit Windows 7.  I need to work with large TEM montages generated by Leginon, so I downloaded the 64-bit version of Fiji from the main website.  I was able to extract the files without problem.  Starting a new TrakEM2 project opens all the expected windows, but I get the following in the system log window:

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: ij.WindowManager.setCurrentWindow(Lij/gui/ImageWindow;Z)V
	at ini.trakem2.display.Display.setTempCurrentImage(Display.java:4889)
	at ini.trakem2.display.Display.makeGUI(Display.java:856)
	at ini.trakem2.display.Display.<init>(Display.java:471)
	at ini.trakem2.display.Display$6.run(Display.java:448)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

I can close the TrakEM2 windows, but Fiji is unresponsive.  I have to reboot the system to close Fiji.

Any help to resolve this would be greatly appreciated.

Cheers,

Richard Fetter

Information about your version of Java - this information is useful for the Fiji developers:
  os.arch => amd64
  os.name => Windows 7
  os.version => 6.1
  java.version => 1.6.0_16
  java.vendor => Sun Microsystems Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_16-b01
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 14.2-b01
  java.vm.vendor => Sun Microsystems Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => sun.awt.Win32GraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  sun.cpu.endian => little
  sun.desktop => windows
  file.separator => \
Comment 1 Johannes Schindelin 2010-02-07 13:15:44 CST
This error suggests that you are not using our ImageJA, but upstream ImageJ.
Comment 2 Johannes Schindelin 2010-02-07 13:22:37 CST
*** Bug 135 has been marked as a duplicate of this bug. ***
Comment 3 Johannes Schindelin 2010-02-07 13:23:03 CST
Seems my analysis was correct ;-)