Re: HOME environment variable is not set! Terminating.
Re: HOME environment variable is not set! Terminating.
- Subject: Re: HOME environment variable is not set! Terminating.
- From: Chuck Hill <email@hidden>
- Date: Fri, 18 Dec 2009 18:14:43 -0800
On Dec 18, 2009, at 4:05 PM, Klaus Berkling wrote:
On 12/18/09 1:00 PM, Chuck Hill wrote:
Is this being built on a different machine than normal? If the WO
installation is borked, WOLips can think it is WO 5.2 and include
an old launch script for it. Is that possibly what you are seeing?
There is a hudson build server which makes our build with this in
the script.
It's a Snow Leopard server, it should be building a WO5.3 embedded
app with Java 5, to be deployed on Tiger.
I did not set up the hudson server so I don't know the details.
Borked WO install. :-) It thinks you are running WO 5.1. It is
looking for
/System/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar
and not finding it as WO has not been installed on that machine (I am
guessing) or the install went wrong. You could create it, or (maybe)
edit wolips.properties and include
wo.bootstrapjar=path to WOBootstrap.jar
Now Mike will come and tell the correct way to fix this.
Chuck
On Dec 18, 2009, at 11:57 AM, Klaus Berkling wrote:
Way back, many moons ago James Cicenia wrote:
For the record ---
I removed that bit of code from the script file and it launched!
So.. Mike what puts that in there and why?
if [ "${HOME}" = "" ]
then
echo ${SCRIPT_NAME}: HOME environment variable is not set!
Terminating.
exit 1
fi
James
I see this part in the launch script of our app. Out app
terminates there. Does someone know what adds this and when it is
added?
Thanks
--
Klaus Berkling
Systems Administrator
DynEd International, Inc.
www.dyned.com | www.eskimo.com/~kiberkli <www.eskimo.com/~kiberkli>
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden