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 1087 - 3D viewer - download problem for latest 3D java
3D viewer - download problem for latest 3D java
Status: RESOLVED WONTFIX
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2015-06-12 03:31 CDT by Daniel Booth
Modified: 2015-06-12 09:22 CDT
2 users (show)

See Also:

Description Daniel Booth 2015-06-12 03:31:30 CDT
Hi Fiji. I am trying to open 3Dviewer, it explains that i require version 1.5 and above of JAVA3D, and offers me a window to download.  When i do this an error returns, see below.  Thanks  Dan

ersion = 1.3
java.lang.Exception: Can't open connection to http://132.187.25.13/java3d/j3d-1_5_2-macosx.zip
	at ij3d.Install_J3D.download(Install_J3D.java:296)
	at ij3d.Install_J3D.installJava3D(Install_J3D.java:205)
	at ij3d.Install_J3D.autoInstall(Install_J3D.java:130)
	at ImageJ_3D_Viewer.checkJava3D(ImageJ_3D_Viewer.java:40)
	at ImageJ_3D_Viewer.run(ImageJ_3D_Viewer.java:13)
	at ij.IJ.runUserPlugIn(IJ.java:199)
	at ij.IJ.runPlugIn(IJ.java:163)
	at ij.Executer.runCommand(Executer.java:131)
	at ij.Executer.run(Executer.java:64)
	at java.lang.Thread.run(Thread.java:695)

Information about your version of Java:

  os.arch => x86_64
  os.name => Mac OS X
  os.version => 10.10.3
  java.version => 1.6.0_65
  java.vendor => Apple Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_65-b14-466.1-11M4716
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 20.65-b04-466.1
  java.vm.vendor => Apple Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => apple.awt.CGraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  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: null
  imagej.dir => /Applications/Fiji.app

Information about the version of each plugin:

Activated update sites:
ImageJ: http://update.imagej.net/ (last check:20150602025708)
Fiji: http://fiji.sc/update/ (last check:20150605140752)
Comment 1 Mark Hiner 2015-06-12 09:22:37 CDT
Hi Daniel,

 Unfortunately this is an ongoing issue with the 3D viewer. It's hard-coded to download Java 3D from a server that occasionally goes down (it is not controlled by the ImageJ team).

 We are looking into simply shipping a newer Java 3D version which would bypass this problem completely[1]. It's just a matter of time and testing right now.

 Currently, however, all you can do is wait for the server to come back up.

Best,
Mark

[1] https://github.com/imagej/imagej/issues/120