----------
From: Paul Rosham paulr@optimation.com.au
To: Java Apache Users java-apache-users@list.working-dogs.com
Subject: Re: Why won't JVM START???
Date: Wed, Sep 8, 1999, 8:24 PM
Atul Ohri wrote:
> Thanks for the link but I have read the FAQ many times...
> But still I tried what it said, and no luck... My Stronghold
> installation runs as user http group www... my jserv/conf
> directory is http:www 777, and the two log files in that directory
> are http:www 777...
Check that you have correct permissions on the JDK and JSDK directory
trees.
I used a shell-script as the wrapper.bin (in jserv.properties) that
echoed the command line, environment and standard output and error to a
file, and found the error like that.
This is the script I used:
#!/bin/bash
echo $* > /tmp/args.$$
export > /tmp/env.$$
java $* 2>&1 > /tmp/stdout.$$
best o' luck!
--
Paul Rosham paulr@optimation.com.au
Principal Consultant Optimation Software Engineering Pty Ltd
Level 9 West, 608 St Kilda Rd, Melbourne VIC 3004, Australia
Tel: +61 3 9525 2111 Fax: +61 3 9521 1733 |