如何处理不能正常开启 workflow mailer service 问题

简介:

Unable to Start Workflow Mailer Service (Doc ID 856229.1)  2011-12-28 11:44:41|  

Applies to: 
Oracle Workflow Cartridge - Version: 11.5.10.0 to 12.0.6 - Release: 11.5 to 12
Information in this document applies to any platform.
Symptoms
When trying to start the Workflow Notification Mailer, the following error occurs:
 
Error:
The service container is not running.
Additional information:
1) Workflow Mailer Service is down (Actual: 0, Target: 1), and when trying to start it, it remains down.
2) Workflow Agent Listener Service is up and all the corresponding listeners (workflow deferred agent listener, workflow java deferred agent
listener...) are up and running.
3) Debug service log (DebugSvcXXXXXX.txt) shows the following error:
 
[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor80]
376700K->376655K(380160K), 0.6887140 secs]
Exception in thread "Cache Stats Writer" java.lang.OutOfMemoryError: Java heap
space
Cause
The memory allocated to mailer service is 384 MB which is too low.
This value can be seen in FNDSM log. When ICM diag is enabled, FNDSM log shows the command used to start mailer service:
AQCART: /u01/TEST/12.0.4/inst/apps/TEST_fin/admin/scripts/java.sh -server 
-Xmx384m -XX:NewRatio=2 -XX:+UseSerialGC -Doracle.apps.fnd.common.Pool.leak. 
mode=stderr:off -verbose:gc -Ddbcfile=/u01/TEST/12.0. 
4/inst/apps/TEST_fin/appl/fnd/12.0.0/secure/TEST.dbc -Dcpid=649255 -Dlogfi 
le=/u01/TEST/12.0.4/inst/apps/TEST_fin/logs/appl/conc/log/FNDCPGSC649255.t 
xt ...

-Xmx384m entry refers to the memory allocated to workflow mailer service.
Solution
Increase the memory allocated to mailer service by following the steps from Document 444939.1 How do you Change the Maximum Memory Size taken by
Workflow Service Container?
In a first step, set it to 512 MB and retest.
 
-------------------------------------------------------------
Solution

1. Modify parameter APPSJREOPT in $APPL_TOP/admin/adovars.env on the Concurrent Manager node to change the maximum memory size of the Workflow Services JVMs.

 For example, to limit the size to 512 MB, replace: 

APPSJREOPT="" 
export APPSJREOPT

with: 
APPSJREOPT="-Xmx512m" 
export APPSJREOPT
 
2. Bounce the Concurrent Managers to allow the change to take effect.
本文转自ITPUB博客tolywang的博客,原文链接:如何处理不能正常开启 workflow mailer service 问题,如需转载请自行联系原博主。
相关文章
|
5月前
|
Dubbo 应用服务中间件 API
启动dubbo消费端过程提示No provider available for the service的问题定位与解决
启动dubbo消费端过程提示No provider available for the service的问题定位与解决
48 0
|
9月前
|
存储 缓存 前端开发
Service Worker实现离线缓存和推送通知
离线缓存和推送通知在提升网页的离线访问体验方面起着重要的作用。 离线缓存允许网页将所需的资源(如 HTML、CSS、JavaScript 文件、图像等)保存在用户设备的本地存储中。这意味着即使在没有网络连接的情况下,用户仍然可以访问网页的内容和功能。离线缓存不仅提供了更好的用户体验,而且还可以减轻服务器的负担,因为客户端可以直接通过本地缓存的资源进行加载,而无需每次都向服务器发出请求。
425 0
|
Apache Windows
Apache service monitor下无服务可供启动
Apache service monitor下无服务可供启动
190 0
|
Kubernetes 网络协议 应用服务中间件
K8S 集群核心概念 Service 通过命令行创建 Service | 学习笔记
快速学习 K8S 集群核心概念 Service 通过命令行创建 Service
359 0
K8S 集群核心概念 Service 通过命令行创建 Service  | 学习笔记
|
Kubernetes 网络协议 开发者
K8S 集群核心概念 Service 删除 Service 及学习总结 | 学习笔记
快速学习 K8S 集群核心概念 Service 删除 Service 及学习总结
1599 0
K8S 集群核心概念 Service 删除 Service 及学习总结 | 学习笔记
|
Kubernetes 负载均衡 网络协议
K8S 集群核心概念 Service_通过资源清单文件创建 Service_ClusterIP | 学习笔记
快速学习 K8S 集群核心概念 Service_通过资源清单文件创建 Service_ClusterIP
144 0
K8S 集群核心概念 Service_通过资源清单文件创建 Service_ClusterIP | 学习笔记
|
Kubernetes 应用服务中间件 nginx
K8S 集群核心概念 Service_通过资源清单文件创建 Service_NodePort | 学习笔记
快速学习 K8S 集群核心概念 Service_通过资源清单文件创建 Service_NodePort
162 0
K8S 集群核心概念  Service_通过资源清单文件创建 Service_NodePort | 学习笔记
|
Android开发
Android源码分析--Service的启动和绑定
Android源码分析--Service的启动和绑定
273 0
Android源码分析--Service的启动和绑定
|
Web App开发 开发者
如何检查并unregister本地注册的Chrome service worker
如何检查并unregister本地注册的Chrome service worker
109 0
如何检查并unregister本地注册的Chrome service worker
|
XML 数据格式
SAP OData service的执行是如何从Gateway系统转交到backend系统
SAP OData service的执行是如何从Gateway系统转交到backend系统
90 0
SAP OData service的执行是如何从Gateway系统转交到backend系统