Fixing Output Post-processor actions failed issues in EBS R12Environment: Oracle EBS 12.1.3, Oracle Database 11gR2, RedHat Linux5Symptoms:Users unable to open the out files.Concurrent requests failed with “Post-processing of request failed error message”One or more post-processing actions failed. Consult the OPP service log for details.No further attempts will be made to post-process this request.Cause:The concurrent manager process was able to successfully invoke the Output Post-Processor (OPP) but encountered a timeout as the OPP takes longer than the valueassigned to complete the job.Solution:1,Increase the value of profile Concurrent: OPP Response Timeout . Bounce Apache and retest.2,If the issue still exists, perform the following steps.3,Increase the number of Output Post Processors as follows:4,Increase the number of processes for Output Post Processor.5,Additionally, ensure there is a setting of  oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5 under Parameters.For more details Please  check metalink I.E oracle.supportConcurrent Requests Fail Due to Output Post Processing (OPP) Timeout [ID 352518.1]Ouput Post Processing Fails Due To java.lang.ThreadDeath [ID 427233.1]Why Does OPP Intermittently Completes With Warnings and Error 'java.lang.OutOfMemoryError'? [ID 978495.1]To know more this post is very nice http://knoworacleappsdba.blogspot.in/2012/07/all-about-output-post-processor-opp-in.htmlHow to start the Output Post Processing (OPP) in 11iAt least one OPP process active in the system. The concurrent processing uses the Output Post Processor (OPP) to enforce post-processing actions for concurrent requests. For example, post-processing action is that used in publishing concurrent requests with XML Publisher.Actually when you have submit a request with XML Publisher template specified as a layout for the concurrent request output. Once finishes the concurrent manager concurrent program, it will contact the OPP to apply the XML Publisher template and create the final outputTo activate the OPP follow these setps:The Profile Option "Concurrent: GSM Enabled" must be set to Y

Then:1. Login to Apps with sysadmin responsibility2. Navigate to: Concurrent -> Managers -> Define3. Query forManager = 'Output Post Processor%'or Short Name = FNDCPOPP4. Check the checkbox "Enable" .5. Click on 'Work Shifts button6. see Work Shift of the OPP andSet Processes = 1and Parameters = oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5and Sleep Second = 307. SaveHow to restart Oracle Apps 11i OPP via non unix commandIt can be done using adcmctl.sh script only and there is no specific script for OPP. You can restart it from the application via (System Administrator responsibility > Concurrent > Manager > Administer), select "Output Post Processor" and click on the "Restart" button.OPP Issue while generating the XML Output in apps 11iProblem Description:1, Few XML type concurrent programs taking long time and completed with warning OPP log file registered below errorCaused by: java.lang.ThreadDeath2, CPU utilization taking 100% constantly while running the concurrent programs.CauseThe java.lang.ThreadDeath error indicates that the Output Post Processor has reached its processing timeout.SolutionThe following configuration changes are recommended to optimize the environment for these type of reports:1. Increase the value of the Concurrent: OPP Timeout profile option to 10800 seconds.2. Enable the scalability feature of XML Publisher:1. Login as SYSADMIN2. Responsibility: XML Publisher Administrator3. Function: Administration4. Set the following properties:5. Temporary Directory6. Use XML Publisher's XSLT processor: True7. Enable scalable feature of XSLT processor: True   -- By default it’s false8. Enable XSLT runtime optimization: True> After changing the value also the problem still exist. As per the SR suggestion, we increased the java heap size from 1024M to 2048M.a. Bring down the concurrent managers.b. Use the Update statement below, for example:update FND_CP_SERVICESset DEVELOPER_PARAMETERS ='J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx2048m'where SERVICE_ID = (select MANAGER_TYPE from FND_CONCURRENT_QUEUESwhere CONCURRENT_QUEUE_NAME = 'FNDCPOPP');c. Bring concurrent managers up againPlease check below note's from oracle support427233.1  :Output Post Processing Fails Due To java.lang.ThreadDeath1268217.1: Output Post Processor (OPP) Log Contains Error “java.lang.OutOfMemoryError: Java heap space"1266368.1: Output Post Processor (OPP) Log Contains Error   "java.lang.OutOfMemoryError"978495.1: Why Does OPP Intermittently Completes With Warnings and Error 'java.lang.OutOfMemoryError'?352518.1 :Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout364547.1 :Troubleshooting Oracle XML Publisher For The Oracle E-Business SuiteRegardsMadhan

oracle 内存 opp,并发管理器2——OPP的概念相关推荐

  1. EBS并发管理器启动失败,系统暂挂,在重置计数器之前修复管理程序

    今天EBS安装补丁之后,因为停并发管理器的时候,因为关闭EBS应用时,并发管理器没有在前台停止,就直接停了应用服务,导致启动时,并发管理器直接起不来了,使用adcmctl.sh也没有办法启动. 进入系 ...

  2. EBS并发管理器请求汇总(按照并发消耗时间,等待时间,平均等待事件等汇总)...

    此数据集用于确定正在使用中并发管理器,并可与实际的在启动时分配的并发管理器.而且考虑完成状态为 正常/警告 的请求. select q.concurrent_queue_name,count(*) c ...

  3. [转]内存与进程管理器

    内存与进程管理器 ========================== But I fear tomorrow I'll be crying,                              ...

  4. oracle 逐层合计,Oracle数据仓库的分层管理器解决方案

    Oracle数据仓库的分层管理器解决方案以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧! 摘要 本文描述分层管理器的原理 ...

  5. Windows内核的分析(内存与进程管理器)译自gloomy的文章,由董岩 译

    内存与进程管理器 ========================== But I fear tomorrow I'll be crying, Yes I fear tomorrow I'll be ...

  6. gloomy的《内存与进程管理器》

    来源:https://www.xfocus.net/bbs/index.php?act=ST&f=2&t=58182 内存与进程管理器 ======================== ...

  7. 【oracle】配置恢复管理器Configuring Recovery Manager

    第1章 配置恢复管理器Configuring Recovery Manager 组成:GUI或者命令行.可选的恢复目录.RMAN命令和脚本,以及磁带媒介连接 考虑事项:RMAN是一种物理备份方法.其他 ...

  8. Oracle 11g 中恢复管理器RMAN介绍

    这是我平时摘录的笔记,从管理艺术那本书上摘录出来的,放到这里 RMAN 可在数据库服务器的帮助下从数据库内备份数据文件,可构造数据文件映像副本.控制文件和控制文件映像.对当日志 SPFILE 和RMA ...

  9. Linux不同发型版本(Debian REHL)与软件包管理器(RPM dpkg)的概念

    Linux的发行版本可以大体分为两类: Linux发行版 = Linux内核(类Unix内核) + Linux软件管理(package manager) 一类是商业公司维护的发行版本,以著名的Red ...

最新文章

  1. php cookie删除不了,php cookie删除不了怎么办
  2. 如果信用卡欠款不还被坐牢,那所欠的钱还用还吗?
  3. 字符串之从规定的字符串中根据下标得到字符
  4. 使用镜像源安装EASY_INSTALL和PIP教程
  5. java string逆序_java经典入门算法题,java初学者必备
  6. C#.net同步异步SOCKET通讯和多线程总结(转)
  7. Docker安装+镜像拉取+容器+创建镜像+push to docker hub
  8. java mysql geo_GEO数据库简介
  9. JSK-372 图案输出【入门】
  10. [转载] python实现堆排序用类的方法_python实现堆排序的实例讲解
  11. 支持向量机_支持向量机(SVM)说明及示例
  12. 注意,Windows7只能安装Python 3.8以下的版本
  13. 【Nginx 源码学习】平滑重启,源码追踪
  14. Unity学习场景、模型和粒子资源包,总有一款你能用到,亲测可使用,第一波来袭
  15. Django模板语言DTL中的变量和标签
  16. Arduino应用开发——通过小爱同学控制灯光
  17. selenium中的三种等待方法
  18. 高考计算机会考等级划分标准,学考等级怎么划分标准2021
  19. python中sklearn实现决策树及模型评估_Python sklearn决策树算法实践
  20. 创宇区块链|Inverse Finance 安全事件分析

热门文章

  1. 零信任安全,从微分段做起
  2. Macbook外接2k显示器开启hidpi的方法
  3. 标点符号也能过关 部分网游防沉迷形同虚设
  4. 用python画个佩奇来瞧瞧
  5. 亚索商城(ios端)展示
  6. 7-5合数(20分)备忘录和计数简化查找
  7. 深度学习优化算法之梯度下降(泰勒展开式推导)
  8. 还在对着一阶矩做因子时不妨试阶
  9. lua 数组与表的异同
  10. 前端大小屏幕分辨率调试问题——利用火狐或谷歌