$FND_TOP/bin/txkrun.pl -script=DeployForms-c4ws Fails with Fatal Error

简介:

$FND_TOP/bin/txkrun.pl -script=DeployForms-c4ws Fails with Fatal Error forms-c4ws Already Exists

Run TXK deployment script. to install forms-c4ws.ear and configure container Forms-c4ws J2EE group correctly, as shown below:
$FND_TOP/bin/txkrun.pl -script=DeployForms-c4ws . 
This fails with the following error :
Error creating new OC4J instance: create oc4j instance fails: The directory 
/devapps2/appldev/DPHUB/apps/tech_st/10.1.3/j2ee/forms-c4ws already exists. 
Execute SYSTEM command : 
/devapps2/appldev/DPHUB/apps/tech_st/10.1.3/opmn/bin/opmnctl start 
opmnctl: opmn started. 
Execute SYSTEM command : 
/devapps2/appldev/DPHUB/apps/tech_st/10.1.3/opmn/bin/opmnctl startproc 
instancename=forms-c4ws 
Errors encountered running 
/devapps2/appldev/DPHUB/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkDeployFo 
rms-c4ws.pl 
*******FATAL ERROR******* 
PROGRAM : 
/devapps2/appldev/DPHUB/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkDeployFo 
rms-c4ws.pl(/devapps2/appldev/DPHUB/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl 

TIME : Wed Jul 28 10:30:53 2010 
FUNCTION: TXK::Process::run [ Level 3 ] 
MESSAGES: 
Command error: = 38400, = 
/devapps2/appldev/DPHUB/apps/tech_st/10.1.3/opmn/bin/opmnctl startproc 
instancename=forms-c4ws 
STACK TRACE 
TXK::Error::abort('TXK::Error','HASH(0x821ce88)') called at 
/devapps2/appldev/DPHUB/apps/apps_st/appl/au/12.0.0/perl/TXK/Common.pm line 
299 
TXK::Common::doError('TXK::Process=HASH(0x916b2fc)','Command error: = 
38400, = /devapps2/appldev/DP...','undef') called at 
/devapps2/appldev/DPHUB/apps/apps_st/appl/au/12.0.0/perl/TXK/Common.pm line 
314 
TXK::Common::setError('TXK::Process=HASH(0x916b2fc)','Command error: = 
38400, = /devapps2/appldev/DP...') called at 
/devapps2/appldev/DPHUB/apps/apps_st/appl/au/12.0.0/perl/TXK/Process.pm line 
449
Solution
1. To get the /txkDeployForms-c4ws.pl to deploy, rename the file that already exists and run again.

Move the current deployment:

Example: 

mv /devapps2/appldev/DPHUB/apps/tech_st/10.1.3/j2ee/forms-c4ws /devapps2/appldev/DPHUB/apps/tech_st/10.1.3/j2ee/forms-c4ws.ori 
本文转自ITPUB博客tolywang的博客,原文链接:$FND_TOP/bin/txkrun.pl -script=DeployForms-c4ws Fails with Fatal Error,如需转载请自行联系原博主。
相关文章
|
7月前
|
编解码 数据处理
|
5月前
|
SQL 数据库 Python
【Python】已完美解决:(156, b“Incorrect syntax near the keyword ‘group’.DB-Lib error message 20018, severity
【Python】已完美解决:(156, b“Incorrect syntax near the keyword ‘group’.DB-Lib error message 20018, severity
127 0
|
7月前
|
NoSQL Redis
解决(error) ERR Errors trying to SHUTDOWN. Check logs.问题~
解决(error) ERR Errors trying to SHUTDOWN. Check logs.问题~
189 0
|
7月前
|
SQL 关系型数据库 MySQL
[已解决]ERROR tool.ExportTool: Error during export: Export job failed!
[已解决]ERROR tool.ExportTool: Error during export: Export job failed!
221 0
ERR Errors trying to SHUTDOWN. Check logs.
ERR Errors trying to SHUTDOWN. Check logs.
122 0
flAbsPath on /var/lib/dpkg/status failed - realpath
flAbsPath on /var/lib/dpkg/status failed - realpath
112 0
|
NoSQL MongoDB 数据安全/隐私保护
OCI runtime exec failed: exec failed: unable to start container process: exec: "mongo": executable file not found in $PATH: unknown
OCI runtime exec failed: exec failed: unable to start container process: exec: "mongo": executable file not found in $PATH: unknown
1146 0
OCI runtime exec failed: exec failed: unable to start container process: exec: "mongo": executable file not found in $PATH: unknown
|
SQL 数据库 Windows
SQL Server 2005 sp_send_dbmail出现Internal error at FormatRowset (Reason: Not enough storage is available to complete this operation)
案例环境:   操作系统: Windows 2003 SE 32bit(SP2) 数据库版本:Microsoft SQL Server 2005 - 9.00.5069.00 (Intel X86)             Aug 22 2012 16:01:52           ...
1422 0