On 6/25/08, Kimsey-Hickman, Brian <[EMAIL PROTECTED]> wrote:
> Solprovider,
>  Thanks, that is a lot further than I could have ever gotten by myself.
>  However, my start.log is giving me the following error:
>  You must set JAVA_HOME to point at your JAVA Development Kit
>  installation
>  But I have set JAVA_HOME in lenya125
>  I even added a line under start() {
>         echo "JAVA_HOME=$JAVA_HOME"
>  And the JAVA_HOME variable is set to the right location but for some
>  reason it does not seem to be passing that to the lenya.sh process.  Do
>  I have to define this variable with the lenya.sh file then?
>  Thanks,
>  Brian

No, JAVA_HOME should not need to be set in lenya.sh.

After the startup script runs, login as the user specified as
lenyauser in the startup script.  From the command line, type:
   export
The list should contain a line like:
   declare -x JAVA_HOME="/opt/j2sdk1.4.2_08"
That is what Lenya uses.

The error message mentions the JDK.  Do you have the JDK or the JRE installed?

solprovider

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to