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 1122 - 3D viewer won't launch - just get error display
3D viewer won't launch - just get error display
Status: RESOLVED DUPLICATE of bug 1121
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 blocker
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2015-07-20 09:05 CDT by Art Busbey
Modified: 2015-07-20 11:23 CDT
2 users (show)

See Also:

Description Art Busbey 2015-07-20 09:05:25 CDT
I have installed the latest version of FIJI - have the latest version of Yosemite and Oracle Java 8.x. Here is what I see when I try to run the 3D Viewer.

version = 1.5
/Users/abusbey/.ImageJ_3D_Viewer.props (No such file or directory)
Exception in thread "J3D-Renderer-1" java.lang.UnsatisfiedLinkError: no jogl in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1865)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
	at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
	at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
	at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
	at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
	at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
	at com.sun.opengl.impl.macosx.MacOSXGLDrawableFactory.<clinit>(MacOSXGLDrawableFactory.java:53)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:108)
	at javax.media.j3d.JoglPipeline$QueryCanvas.<init>(JoglPipeline.java:9010)
	at javax.media.j3d.JoglPipeline.getBestConfiguration(JoglPipeline.java:8774)
	at javax.media.j3d.Renderer.doWork(Renderer.java:495)
	at javax.media.j3d.J3dThread.run(J3dThread.java:256)

I can't tell from this is the Fiji installation is faulty or if it is another problem.

Information about your version of Java:

  os.arch => x86_64
  os.name => Mac OS X
  os.version => 10.10.4
  java.version => 1.8.0_51
  java.vendor => Oracle Corporation
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.8.0_51-b16
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 25.51-b03
  java.vm.vendor => Oracle Corporation
  java.vm.info => mixed mode
  java.awt.graphicsenv => sun.awt.CGraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.8
  sun.cpu.endian => little
  sun.desktop => null
  file.separator => /

The up-to-date check says: UP_TO_DATE

Information relevant to JAVA_HOME related problems:

  JAVA_HOME is set to: /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home//jre
  imagej.dir => /Applications/Fiji.app

Information about the version of each plugin:

Activated update sites:
ImageJ: http://update.imagej.net/ (last check:20150715160840)
Fiji: http://fiji.sc/update/ (last check:20150714112641)
Comment 1 Curtis Rueden 2015-07-20 09:50:49 CDT
This is a known issue, which we plan to address later this summer.
 
If curious about technical details, see:
https://github.com/imagej/imagej/issues/120

In the meantime, you can use Java 6 as a workaround.

http://imagej.net/FAQ#How_do_I_set_up_Java_6_on_OS_X.3F
http://imagej.net/FAQ#On_OS_X

But you would need to uninstall Java 8 for that to work, unfortunately.
Comment 2 Curtis Rueden 2015-07-20 11:23:14 CDT

*** This bug has been marked as a duplicate of bug 1121 ***