错误信息:

There are now 22 jobs remaining (current phase=A1): 2 running, 7 ready to run and 13 waiting.
Completed: file XLIFFImporter.class on worker 1 for product fnd username APPLSYS.
Completed: file XLIFFImporter.class on worker 2 for product fnd username APPLSYS.
Assigned: file XLIFFImporter.class on worker 1 for product fnd username APPLSYS.
Assigned: file XLIFFImporter.class on worker 2 for product fnd username APPLSYS.
Completed: file XLIFFImporter.class on worker 1 for product fnd username APPLSYS.
Completed: file XLIFFImporter.class on worker 2 for product fnd username APPLSYS.
Assigned: file XLIFFImporter.class on worker 1 for product fnd username APPLSYS.
Assigned: file XLIFFImporter.class on worker 2 for product fnd username APPLSYS.
Completed: file XLIFFImporter.class on worker 2 for product fnd username APPLSYS.
Assigned: file XLIFFImporter.class on worker 2 for product fnd username APPLSYS.
Completed: file XLIFFImporter.class on worker 1 for product fnd username APPLSYS.
Completed: file XLIFFImporter.class on worker 2 for product fnd username APPLSYS.
Assigned: file XLIFFImporter.class on worker 1 for product fnd username APPLSYS.
Assigned: file XLIFFLoader.class on worker 2 for product xdo username XDO.
Completed: file XLIFFImporter.class on worker 1 for product fnd username APPLSYS.

FAILED: file XLIFFLoader.class on worker 2 for product xdo username XDO.
ATTENTION: All workers either have failed or are waiting:
FAILED: file XLIFFLoader.class on worker 2.
ATTENTION: Please fix the above failed worker(s) so the manager can continue.

查看到有此经验者的帖子:

http://www.itpub.net/thread-1266634-3-1.html
现在把Metalink上的解决办法贴出来。。。。。。。

-----------------------------------------

Execute the following commands:

= To reload XML
adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME <apps_un> -DB_PASSWORD <apps_pw> -JDBC_CONNECTION "(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL =tcp)(HOST=<your hostname with domain>)(PORT=<your port>)))(CONNECT_DATA=(SID=<your sid>)))" -LOB_TYPE DATA_TEMPLATE -APPS_SHORT_NAME OFA -LOB_CODE FADTXD -LANGUAGE 00 -XDO_FILE_TYPE XML-DATA-TEMPLATE -FILE_NAME $FA_TOP/patch/115/publisher/defs/FADTXD.xml

= To reload RTF
adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME <apps_un> -DB_PASSWORD <apps_pw> -JDBC_CONNECTION "(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL =tcp)(HOST=<your hostname with domain>)(PORT=<your port>)))(CONNECT_DATA=(SID=<your sid>)))" -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME OFA -LOB_CODE FADTXD -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME $FA_TOP/patch/115/publisher/templates/US/FADTXD.rtf

Note:  Please change:

<apps_un> with your apps user ;

<apps_pw> with your apps password ;

<your hostname with domain> with hostname and domain like: test1.oracle.com ;

<your port> with your port number ; (ORACLE EBS 此默认端口:1521)

<your sid> with your SID .

---------------------------------------------------

在Ap节点上,执行以上。 然后重启Worker OK

BTW:your hostname with domain   是DB节点的。

自己搞成了AP节点的。死活不行。 后来更改为AP节点的。OK 问题解决。

*************************************

(附加)如何执行上面的XML, RTF命令:

打中文补丁包PATCH时,都用应用APP用户帐号执行(例.本人的应用帐户是applmgr)
Command To reload XML
Command To reload RTF
(注意文本是连续一段的、命令间的空格,处理替换好各自配置的信息后,直接用应用帐户执行就OK)

[applmgr@ebs12 ~] # source /home/applmgr/.bash_profile  或 source .app    [执行环境变量]
[applmgr@ebs12 ~] # adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD ... [回车  命令自行完成]

-----------------------------------------------------------------

★原執行視窗不要關

[applmgr@ebs12 ~] # adctrl [是另開一個視窗除錯.要完成除錯後,確定一下有沒有完成.]

Is this the correct APPL_TOP[Yes]? ..................................................... 按Enter
Filename [adctrl.log]:............................................................................. 按Enter
Enter the ORACLE username of ApplicationObject Library[APPLSYS] .... 按Enter
Enter the ORACLE password of ApplicationObject Library[APPS] .... 按Enter
[2]   Tell workertorestart a failed job
Enter the worker number(s)/range(s) or 'all'for all workers,
or press [Return] to go back to the menu :  2 [FAILED: file XLIFFLoader.class on worker 2.](選你錯誤的那一項)
---------- Return ----------------- 
[1]   Show worker status
2 Run       AutoPatch R120    XLIFFLoader.class       Fixed, restart
---------- Return ----------------- 
[7]  Exit
$ exit

★★排除『XLIFFLoader.class』後,在「原adpatch執行視窗」上按【Enter】,將繼續執行。

-----------------------------------------------------------------

如执行了adctrl后,还存在错误,请查看Worker失败日志log

[applmgr@ebs12 ~] # cd $APPL_TOP/admin/VIS/log

[applmgr@ebs12 log] # ls | grep -ef  adwork*

[applmgr@ebs12 log] # cat adwork002.log > /home/applmgr/adwork002.txt [错误的Worker,日志内容较长,导出txt查看]

--------------------------------------------------------------------

注意.执行中文补丁的文件路径权限一定要归属于应用用户applmgr,否则会锁住写数据的(本人用了网上很多方法就是不行,原来是权限问题)。

# cat adwork002.log

日志错误信息提示:

ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired

ORA-06512: at "APPS.JDR_MDS_INTERNAL", line 1928

ORA-06512: at line 1

# chown -R applmgr:applmgr /d01/stage12 (中文包在此文件路径里面)[将路径操作归属者赋予applmgr]

#chmod -R 777 /d01/stage12  [applmgr具有可读可写权限]

装完中文补丁包后,里面很多Form还是英文的,
还要编译APP里面的菜单,以使全面达到翻译成中文。
(貌似编译没有打语言包快)
----------------编译过程--------------------
1.Logon as sysadmin
2.License Manager => License => Product
3.License Component Application => Select All
4.Shut Down Ap Service.
   and Change Ap User.
   Run Adadmin.
5.Generate Applications Files menu
6.Generate message files
7.Generate form files
----------------编译完毕--------------------

EBS R12.1安装中文补丁包BUG:FAILED: file XLIFFLoader.class on worker [X]相关推荐

  1. Oracle EBS R12 运行adadmin 安装中文语言包过程中意外中断后的处理

    介绍Oracle EBS R12 运行adadmin 安装中文语言包过程中意外中断后的处. Oracle EBS R12 运行adadmin 安装中文语言包过程中意外中断或关机后,重新开机,运行数据库 ...

  2. windows7安装中文语言包及文乱码问题解决方法

    [http://youzitool.com 新博客,欢迎访问] windows7安装中文语言包及文乱码问题解决方法 安装中文语言包 1.最近安装了windows7英文版,如果要使用中文语言,可通过&q ...

  3. ubuntu16.04在英文状态下安装中文语言包的过程(法一:图形界面的方式) 以及 安装中文语言包后无法选择汉语问题的解决

    ubuntu16.04在英文状态下安装中文语言包的过程(法一:图形界面的方式) 以及 安装中文语言包后无法选择汉语问题的解决 参考文章: (1)ubuntu16.04在英文状态下安装中文语言包的过程( ...

  4. 【开发环境】为 Visual Studio Community 2013 版本安装中文语言包 ( 安装 Test Agents 2013 | 安装 Visual Studio 2013 简体中文 )

    文章目录 一.下载相关文件 二.安装 Test Agents 2013 三.安装 Visual Studio 2013 简体中文语言包 一.下载相关文件 在 https://visualstudio. ...

  5. Ubuntu安装中文语言包

    Ubuntu安装中文语言包及中文输入法的问题.即使自己在安装的时候选择了中文语言,新安装的Ubuntu的中文支持还是非常薄弱的,连个最基本的中文输入法都没有-除非你用的是Ubuntu DVD版. 正常 ...

  6. CentOS英文版下安装中文语言包

    centos安装过程中,安装系统时选择了English,在安装完毕后浏览中文网页或查看中文文档时总是显示乱码,因此需要安装中文语言包,如果不能从安装盘进行安装,可以通过yum进行安装,安装方法为: y ...

  7. linux泰语语言包,linux安装中文语言包(示例代码)

    相关配置如下: yum install fonts-chinese.noarch yum install m17n-db-common-cjk yum install m17n-db-chinese ...

  8. centos英文版下如何安装中文语言包

    centos安装过程中,安装语言包时选择了english,在安装完毕后浏览中文网页或查看中文文档时总是宣誓乱码,因此需要安装中文语言包,如果不能从安装盘进行安装,可以通过yum进行安装,安装办法为: ...

  9. Ubuntu 18.04 LTS 命令行方式安装中文语言包

    安装之前,执行 echo $LANG 查看语言环境 中文语言包: language-pack-zh-hans 简体中文 language-pack-zh-hans-base language-pack ...

最新文章

  1. 安装了email模块还是报错_Git windows安装及使用教程
  2. 我在学python-你们以为我在学C加加?其实我在学Python!人生苦短!
  3. 安装SQL2012 提示 setup account privileges Failed 解决办法
  4. 深度学习材料:从感知机到深度网络A Deep Learning Tutorial: From Perceptrons to Deep Networks
  5. 在Asp.Net MVC中使用ModelBinding构造Array、List、Collection以及Dictionary
  6. sysbench安装和使用(亲测)
  7. java IO(一):File类
  8. SurvivalShooter学习笔记(八.敌人管理器)
  9. java基础—IO流概述
  10. CentOS 系统sudo命令配置
  11. wdcp 开启某个Mysql数据库远程访问
  12. matlab 连续相同数据库,MATLAB向量:防止来自相同范围的连续值
  13. iOS,Core Graphics
  14. 深度学习的黑魔法防御术:恶意样本(Adversarial Example) 的防御策略综述
  15. hive on spark报错:Client closed before SASL negotiation finished
  16. 计算机网络中报文摘要概念,报文摘要详细介绍
  17. Julia 机器学习 ---- 单变量线性回归 和 多元线性回归 (Linear regression)
  18. Mirror for Samsung TV for mac(三星智能电视投屏软件)
  19. 解决通过硬盘或U盘安装ubuntu server出现无法挂载光盘的问题教程
  20. freetype的安装与使用

热门文章

  1. NGUI_2.6.3_教程四(自定义Atlas,Font)
  2. OAuth2.0_授权服务配置_资源服务测试_Spring Security OAuth2.0认证授权---springcloud工作笔记146
  3. 大数据之_亿级分布式日志管理ELK_工作笔记001_ELK认识介绍
  4. java异常总结---1.java.lang.ClassNotFoundException: org.springframework.orm.hibernate4.support.OpenSessio
  5. 跑通im2txt 程序(1)
  6. java 中文件outputstream的操作注意
  7. OpenGL绘制旋转茶壶
  8. win32开发(创建子窗口)
  9. python 编程(关于twisted)
  10. linux nvidia 361.run,Ubuntu 16.04安装nVidia驱动失败!