| solistd 2005-06-01, 7:00 pm |
| quote: Originally posted by luke
Hi *,
I am try to upgrade sun 5.8 weblogic 7.0 with serivce pack 5:
server705_upgrade_solaris.bin
I am getting the same bail out:
"There were no BEA home directories found. This upgrade installation
will not be able to continue."
So far i have tried the following:
WLI_HOME=/usr/weblogic ; export WLI_HOME
WLI_HOME=/usr/weblogic/weblogic700 ; export weblogic
BEA_HOME=/usr/weblogic/weblogic700 ; export BEA_HOME
BEA_HOME=/usr/weblogic ; export BEA_HOME
WL_HOME=/usr/weblogic ; export WL_HOME
WL_HOME=/usr/weblogic/weblogic700 ; export WL_HOME
PATH="$PATH:/usr/weblogic"
PATH="$PATH:/usr/weblogic/weblogic700"
If anyone could be point me in the right direction i would be most
grateful.
Luke
Try the following:
1. In your home directory, create a directory called "bea"
2. Create a file called "beahomelist" in the new directory
3. Add a line "/usr/weblogic" (the BEA home path) to the new file |