Monday, December 8, 2014

Even after setting TMPDIR still need bigger /tmp during install of R12.2.4


This issue occurred when I was trying to upgrade 11i to R12.  This happened very early during install process.  

Issue: Installing of Weblogic Server fails
Error: Fatal Error: TXK Install Service  (oracle.apps.fnd.txk.config.WLSInstallerPatchActionNode.processState)
Resolution: I had set TMPDIR, TEMP, TMP environment variables to different mount point. But still rapidwiz is trying to use /tmp. After increasing the /tmp filesystem I was able to move forward with installation. You need at least 2 GB

Detail Log
Installing WebLogic Server.

Using /u01/app/dev/fs2/inst/apps/DEV_devsrvr1/temp/xmldocs/instWLS.xml

Executing command: /u01/r12stage/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /u01/app/dev/fs2/inst/apps/DEV_devsrvr1/temp/ASInstallHome/fnd/../j11067592_fnd.zip:/u01/app/dev/fs2/inst/apps/DEV_devsrvr1/temp/ASInstallHome/fnd/java/3rdparty/stdalone/xmlparserv2.zip -Doracle.apps.fnd.txk.env_home=/u01/app/dev/fs2/EBSapps/appl/admin/DEV_devsrvr1/ -Doracle.apps.fnd.txk.runtime.config=/u01/app/dev/fs2/inst/apps/DEV_devsrvr1/temp/xmldocs/instWLS.xml oracle.apps.fnd.txk.config.InstallService

Fatal Error: TXK Install Service

oracle.apps.fnd.txk.config.ProcessStateException: Weblogic Installer process failed : Exit=255 See log for details. CMD= /u01/app/dev/fs2/EBSapps/comn/util/jdk64/bin/java -Dspace.detection=false -jar /u01/ r12stage/TechInstallMedia/wls1036_generic/wls1036_generic.jar -mode=silent -silent_xml=/u01/app/dev/fs2/inst/apps/DEV_devsrvr1/temp/cfgHome/response/APPS_JAVA_HOME/txkWLS_1036_rsp.xml -log=/u01/app/dev/fs2/EBSapps/appl/admin/DEV_devsrvr1//logs/wls1036.log

    at oracle.apps.fnd.txk.config.WLSInstallerPatchActionNode.processState(WLSInstallerPatchActionNode.java:187)
    at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.java:187)
    at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:338)
    at oracle.apps.fnd.txk.config.PatchesNode.processState(PatchesNode.java:79)
    at oracle.apps.fnd.txk.config.InstallNode.processState(InstallNode.java:68)
    at oracle.apps.fnd.txk.config.TXKTopology.traverse(TXKTopology.java:594)
    at oracle.apps.fnd.txk.config.InstallService.doInvoke(InstallService.java:224)
    at oracle.apps.fnd.txk.config.InstallService.invoke(InstallService.java:237)
    at oracle.apps.fnd.txk.config.InstallService.main(InstallService.java:291)



Good Luck!

No comments: