Skip to main content

Posts

Showing posts from 2026

MongoDB - How to Install MongoDB on Linux

MongoDB - How to Install MongoDB on Linux Please follow the below steps to Install MongoDB Enterprise Edition on Linux: 1.Configure repository. Create an  /etc/yum.repos.d/mongodb-enterprise.repo  file so that you can install MongoDB enterprise directly using  yum : [mongodb-enterprise] name = MongoDB Enterprise Repository baseurl = https://repo.mongodb.com/yum/redhat/$releasever/mongodb-enterprise/4.2/$basearch/ gpgcheck = 1 enabled = 1 gpgkey = https://www.mongodb.org/static/pgp/server-4.2.asc You can also download the  .rpm  files directly from the  MongoDB repository . 2. Install the MongoDB Enterprise packages. Install MongoDB Enterprise 4.2. Issue the following command: copy copied sudo yum install -y mongodb-enterprise

EBS 12.2 Install on Linux 8 Fails with Fatal Error: TXK Install Service Cannot install Web Tier Utilities

 EBS 12.2 Install on Linux 8 Fails with Fatal Error: TXK Install Service Cannot install Web Tier Utilities I am trying to Install EBS 12.2 Install on Linux 8, it fails with below error  Fatal Error: TXK Install Service Cannot nstall Web Tier Utilities The exact error is :  ---------------------------------------------------------------------------------------------------------- Executing command: /u01/soft/ebs/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /u01/oracle/STDPR/fs2/inst/apps/STDPR_ebs22/temp/ASInstallHome/fnd/../j11067592_fnd.zip:/u01/oracle/STDPR/fs2/inst/apps/STDPR_ebs22/temp/ASInstallHome/fnd/java/3rdparty/stdalone/xmlparserv2.zip -Doracle.apps.fnd.txk.env_home=/u01/oracle/STDPR/fs2/EBSapps/appl/admin/STDPR_ebs22/ -Doracle.apps.fnd.txk.runtime.config=/u01/oracle/STDPR/fs2/inst/apps/STDPR_ebs22/temp/xmldocs/instWeb.xml oracle.apps.fnd.txk.config.InstallService Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: O...

Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: FileSys OS COMMAND Failed : Exit=2 See log for details. CMD= make -f ins_forms.mk sharedlib install

Fatal Error: TXK Install Service  oracle.apps.fnd.txk.config.ProcessStateException: FileSys OS COMMAND Failed : Exit=2 See log for details. CMD= make -f ins_forms.mk sharedlib install 12.2. Installation fails with below error: Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: FileSys OS COMMAND Failed : Exit=2 See log for details. CMD= make -f ins_forms.mk sharedlib install ## Node=NodeId=1105 Type=24 TypeName=filesys_patch_action Name= RefId=457 State=init ConfigDoc=APPS_C_HOME ParentDoc=null Topology=R12 Action=os_cmd     at oracle.apps.fnd.txk.config.FileSysPatchActionNode.doFileSysOSCmd(FileSysPatchActionNode.java:169)     at oracle.apps.fnd.txk.config.FileSysPatchActionNode.processState(FileSysPatchActionNode.java:101)     at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.java:187)     at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:338)     at oracle...

Errors while applying Patch 28840850 in 12.2

Errors while applying Patch 28840850 1. Error running SQL and EXEC commands in parallel Telling workers to read 'todo' restart file. Done. ATTENTION: All workers either have failed or are waiting:            FAILED: file MSDXWDEVKIT.sql on worker  1. ATTENTION: Please fix the above failed worker(s) so the manager can continue. Solution: use adctrl and skip the job Then restart the patch application using restart =yes