EBS R12.1.2下开启关闭app时报错问题分析及解决

简介:

查看这个日志文件  $INST_TOP/logs/appl/admin/log/adstrtal.log   

关闭的异常查看    adstpall.log , 开启的异常查看  adstrtal.log  
处理启动问题:  可以按顺序单独启动异常的脚本(SID=vis)
启动start.sh
--------
su - oravis -c "/u01/db/tech_st/10.2.0/appsutil/scripts/VIS_erp/addlnctl.sh start VIS"
su - oravis -c "/u01/db/tech_st/10.2.0/appsutil/scripts/VIS_erp/addbctl.sh start"
即 启动监听及数据库  
sleep 1m
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adalnctl.sh start"
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adapcctl.sh start"
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adoacorectl.sh start"
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adformsctl.sh start"
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adcmctl.sh start apps/apps"
即启动ap服务 

---------------------------------
关闭:shut.sh
----------------
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adcmctl.sh stop apps/apps"
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adformsctl.sh stop"
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adoacorectl.sh stop"
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adapcctl.sh stop"
su - appvis -c "/u01/apps/VIS_erp/admin/scripts/adalnctl.sh stop"
sleep 2m
su - oravis -c "/u01/db/tech_st/10.2.0/appsutil/scripts/VIS_erp/addlnctl.sh stop VIS"
su - oravis -c "/u01/db/tech_st/10.2.0/appsutil/scripts/VIS_erp/addbctl.sh stop"
 
附录:
adalnctl.sh Control Oracle Net8 listener for Applications services All application tier server nodes 
adstrtal.sh Start all Applications server processes All application tier server nodes 
adstpall.sh Stop all Applications server processes All application tier server nodes 
adfrmctl.sh Control Forms server Forms server node 
adfmcctl.sh Control Forms Metrics Client Forms server node 
adfmsctl.sh Control Forms Metrics Server HTTP server node 
adtcfctl.sh Control TCF SocketServer Concurrent processing server node 
adcmctl.sh Control Concurrent managers Concurrent processing server node 
adrepctl.sh Control Reports server Concurrent processing server node 
adapcctl.sh Control Apache processes HTTP server node 
jtffmctl.sh Control Oracle fulfillment server HTTP server node 
本文转自ITPUB博客tolywang的博客,原文链接:EBS R12.1.2下开启关闭app时报错问题分析及解决,如需转载请自行联系原博主。
相关文章
|
3月前
|
JavaScript
TypeOrmModule 从 app.module.ts 抽离到 database.module.ts 后出现错误的原因分析
本文分析了TypeORM实体元数据错误的成因,主要涉及实体注册方式、路径解析差异及模块结构变化导致的关系解析问题,并提供了具体解决方案和最佳实践建议。
120 56
|
1月前
|
数据采集 数据可视化 API
驱动业务决策:基于Python的App用户行为分析与可视化方案
驱动业务决策:基于Python的App用户行为分析与可视化方案
|
5月前
|
数据采集 数据可视化 数据挖掘
基于Python的App流量大数据分析与可视化方案
基于Python的App流量大数据分析与可视化方案
【Azure 应用服务】App Service频繁出现 Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener 异常分析
【Azure 应用服务】App Service频繁出现 Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener 异常分析
109 2
|
10月前
|
开发框架 监控 .NET
【Azure App Service】部署在App Service上的.NET应用内存消耗不能超过2GB的情况分析
x64 dotnet runtime is not installed on the app service by default. Since we had the app service running in x64, it was proxying the request to a 32 bit dotnet process which was throwing an OutOfMemoryException with requests >100MB. It worked on the IaaS servers because we had the x64 runtime install
163 5
|
安全
【Azure App Service】App service无法使用的情况分析
App Service集成子网后,如果子网网段中的剩余IP地址非常少的情况下,会在App Service实例升级时( 先加入新实例,然后在移除老实例 )。新加入的实例不能被分配到正确的内网IP地址,无法成功的访问内网资源。 解决方法就是为App Service增加子网地址, 最少需要/26 子网网段地址。
120 4
【Azure Function App】本地运行的Function发布到Azure上无法运行的错误分析
【Azure Function App】本地运行的Function发布到Azure上无法运行的错误分析
|
开发框架 缓存 .NET
【App Service】在Azure App Service中分析.NET应用程序的性能的好帮手(Review Stack Traces)
【App Service】在Azure App Service中分析.NET应用程序的性能的好帮手(Review Stack Traces)
102 0
|
C# 开发工具
【Azure 应用服务】Azure Function App使用SendGrid发送邮件遇见异常消息The operation was canceled,分析源码渐入最源端
【Azure 应用服务】Azure Function App使用SendGrid发送邮件遇见异常消息The operation was canceled,分析源码渐入最源端
120 0
|
网络协议 NoSQL 网络安全
【Azure 应用服务】由Web App“无法连接数据库”而逐步分析到解析内网地址的办法(SQL和Redis开启private endpoint,只能通过内网访问,无法从公网访问的情况下)
【Azure 应用服务】由Web App“无法连接数据库”而逐步分析到解析内网地址的办法(SQL和Redis开启private endpoint,只能通过内网访问,无法从公网访问的情况下)
182 0

热门文章

最新文章