Tuesday, July 27, 2010

Failed in task oracle.tip.install.tasks.DeployApps

You have installed j2ee container 10.1.3.1 and now you are trying to install bpel 10.1.3.1 on top of it and while doing so you are getting an error.

TASK: oracle.tip.install.tasks.DeployApps
Deploy applications and adapters
ERROR: Failed in task oracle.tip.install.tasks.DeployApps
java.util.NoSuchElementException: DMS NounType Iterator

Now go to SOA_HOME/opmn/conf/opmn.xml

there you will find an entry like this

<ias-instance id="arahi.idc.domain.com" name="arahi.idc.domain.com">

Again if you will go to SOA_HOME/config/ias.properties

[InstallData]

IASname=arahi1.idc.domain.com

As you can see both the name are not same.

When the installer runs it ask for the value of server from opmn and in this case since both are not same you get the issues.

So in order to resolve the issue.Make change in your oppmn.xml file

change this

<ias-instance id="arahi.idc.domain.com" name="arahi.idc.domain.com">

to

<ias-instance id="arahi1.idc.domain.com" name="arahi1.idc.domain.com">

so that both the configuration files are pointing to same name.

Once done these changes..
reload your opmn

Go to SOA_HOME\opmn\bin and issue a command opmnctl reload

Once reloaded try to install it again this time you should not get an issue.

No comments: