Friday, February 08, 2008

SOA 10.1.3.3 install fails on multi IP machine...

Of course, it's the 10.1.3.1 install, before patching to 10.1.3.3.
You need to define VIRTUAL_HOST_NAME (yes - that is virtual-underscore-host-underscore-name).
In addition to OUI_HOSTNAME, ORACLE_HOSTNAME and EMHOSTNAME, that is...

So, if confronted with errors during the configuration stage (ESB goes wrong according to log, but gets status succeeded, BPEL Process Manager fails with Failed at "Could not get DeploymentManager", define VIRTUAL_HOST_NAME, and retry the installation.

2 comments:

Iris Alva said...

Hi,

I have having the same problem as you have mentioned. However, I do not know how to define virtual_host_name. Can you please help me with it. A quick answere is appreciated. Thanks!

Frank said...

Set as is set it in your environment. Depending on that environment, it could be:
export VIRTUAL_HOST_NAME=your_name
setenv VIRTUAL_HOST_NAME=your_name
or:
set VIRTUAL_HOST_NAME=your_name