We are trying to install WebSphere Portal on top of WAS.8.5 and we are getting below exception. Note - We have been using same install process for long time, and it was working until December'22. Suddenly we are facing this issue

Issue Description:

We are trying to install WebSphere Portal on top of WAS.8.5 and we are getting below exception.

Note - We have been using same install process for long time, and it was working until December'22. Suddenly we are facing this issue.

Exception:

root@trvlapp6289 var]# /opt/IBM/InstallationManager/eclipse/tools/imcl -acceptLicense input /opt/IBM/InstallationManager/eclipse/responsefiles/primary.xml -log /opt/IBM/InstallationManager/eclipse/log/install-1.log
Feb 12, 2023 9:17:36 PM com.ibm.wps.workflow.WorkflowManager getResource
WARNING: could not find ejp-app-change-portal-uri-next-stepesc in bundle application-change-portal-uri
Feb 12, 2023 9:17:36 PM com.ibm.wps.workflow.WorkflowManager getResource
WARNING: could not find ejp-app-change-portal-uri-next-stepesc in bundle application-change-portal-uri
Feb 12, 2023 9:17:36 PM com.ibm.wps.workflow.WorkflowManager getResource
WARNING: could not find ejp-app-change-portal-uri-next-stepesc in bundle application-change-portal-uri
Feb 12, 2023 9:17:36 PM com.ibm.wps.workflow.WorkflowManager getResource
WARNING: could not find ejp-app-change-portal-uri-next-stepesc in bundle application-change-portal-uri
Feb 12, 2023 9:17:39 PM com.ibm.wps.workflow.WorkflowManager getResource
WARNING: could not find ejp-app-change-portal-uri-next-stepesc in bundle application-change-portal-uri
Feb 12, 2023 9:17:39 PM com.ibm.wps.workflow.WorkflowManager enableWorkflowExecution
INFO: I: Workflow execution is enabled.
Installed 8.5.5.0-WS-WASProd-IFPI15756_8.5.5000.20140411_1012 to the /applications/IBM/WebSphere/AppServer directory.
Installed 8.5.5.2-WS-WAS-IFPI15581_8.5.5002.20140411_1052 to the /applications/IBM/WebSphere/AppServer directory.
Installed com.ibm.websphere.ND.v85_8.5.5002.20140408_1947 to the /applications/IBM/WebSphere/AppServer directory.
Installed com.ibm.websphere.IBMJAVA.v70_7.0.6001.20140324_2202 to the /applications/IBM/WebSphere/AppServer directory.

Attaching the install.log and primary.xml file as well.

Logs.zip

Hello Raghuraman,

I checked your logs and I can see the following error-message:

CRIMA1217E: A problem occurred during the execution of the /applications/IBM/WebSphere/PortalServer/installer/wp.config/wizard/repository/repository_actions.xml file.

Explanation: A package has an issue that cannot be resolved by Installation Manager.

User Action: Identify the package that has the issue by looking at the installation history. In Installation Manager, click File > Installation History. In console mode, enter S: View Installation History. Contact IBM customer support.

That is usually an indication that there are some networking issues that cause the problem. You will also find some further hints about it at technote:

https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0078346

Did you already check the problem in networking point of view?

You can also try to test, if you also see the problem, when you copy over the whole WAS/Portal installation binaries to the local machine and then try to start the Installation Manager from there. I know that sometimes an installation from a remote repository can fail because of wrong filesharing configuration settings or networking issues.

Thanks, Thorsten

Thanks Thorsten, i have asked my team to check and revert back.