[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDV #XOS-354812]: IDV - java3D errors and installation problems



Hi Meghan-

> The form would not send, which is why I used my email to
> send the report.

Did you get an error message? If so, please send it along
so we can figure out why that did not work.
 
> We made sure that that java3D is in the correct directory
> /usr/java/java1.4/.

Is this a Runtime (JRE) or Development (JDK) installation? 
Thanks for the listings, they help out.

> We initially tried using the WebStart, but got this error
> so we are starting GEONIDV with the startup script
> ./runGEONIDV and we edited it to make sure it is using the
> correct version of java.
> 
> See below:
> 
> #!/bin/sh
> 
> dirname=`dirname $0`
> /usr/java/java-1.4/jre/bin/java -Xmx512m -jar geonidv.jar
> $*

In this case, you are running jre/bin/java but your path points
to /usr/java/java-1.4/bin/java.  I think the problem is that
Java 3D is installed one level too high.  The lib and ext directories
should be under jre, not under the top level java-1.4 
> 
> I have also attached a file with the details of which java
> we are using and the associated libraries and the defined
> paths.
> 
> Thanks,
> Meghan

> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> bash-3.00$ echo $PATH | tr ':' '\012'
> /usr/java/java-1.4/bin
> /usr/kerberos/bin
> /usr/local/bin
> /usr/bin
> /bin
> /usr/X11R6/bin
> /usr/local/bin
> /tools/gmt/bin
> /tools/sac/bin
> /tools/taup-1.1.5.beta/bin
> /tools/rdseed
> /tools/matseis/matseis
> /tools/Matlab7/bin
> /tools/ncftp/bin
> /apps/iasp91
> /tools/passcal/bin
> /tools/SAC/utils/
> 
> 
> bash-3.00$ which java
> /usr/java/java-1.4/bin/java
> 
> bash-3.00$ java -version
> java version "1.4.2_07"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
> Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)
> 
> bash-3.00$ ls -l /usr/bin/java
> lrwxrwxrwx  1 root root 27 May 25 12:09 /usr/bin/java -> 
> /usr/java/java-1.4/bin/java
> 
> bash-3.00$ bash-3.00$ ls -l /usr/java/java-1.4/lib/i386
> total 168
> -rwxr-xr-x  1 root root   5686 Apr 19 10:12 libj3dcore-ogl-cg.so
> -rwxr-xr-x  1 root root 155231 Apr 19 10:12 libj3dcore-ogl.so
> -rwxr-xr-x  1 root root   2619 Apr 19 10:12 libj3dutils.so

These should be in /usr/java/java-1.4/jre/lib/i386

> bash-3.00$ ls -l /usr/java/java-1.4/lib/ext
> total 4400
> -rwxr-xr-x  1 root root 2667242 Apr 19 10:12 j3dcore.jar
> -rwxr-xr-x  1 root root 1511327 Apr 19 10:12 j3dutils.jar
> -rwxr-xr-x  1 root root  309969 Apr 19 10:12 vecmath.jar
> bash-3.00$

These should be in /usr/java/java-1.4/jre/lib/ext/i386

BTW, which version of Java 3D are you using?  If you are using
1.3.2 or 1.4, be aware that they require GLX 1.3.  That's why
we distribute the IDV Linux installer with Java 1.4 and Java 3D 1.3.1.

Don


Ticket Details
===================
Ticket ID: XOS-354812
Department: Support IDV
Priority: Normal
Status: Open