JAVA_HOME Problem with osdadmin for OID 1.3

greenspun.com : LUSENET : OiD Enhancement Requests : One Thread

I install 1.3 on Solaris, and then run up osdadmin.

My environment already had the following variables set JAVA_HOME = /usr/java AND THREADS_FLAG=native in my .profile for the Oracle user.

The 'osdadmin' shell script sets up JAVA_HOME and then calls the script $JAVA_HOME/bin/jre. Unfortunately the latter script resets JAVA_HOME and osdadmin fails to run due to invalid path.

Work around - add the following line to osdadmin immediately after setting JAVA_HOME.

export JAVA_HOME

That's all for now.

-- Anonymous, February 26, 1999


Moderation questions? read the FAQ