启动R12 AP时候报错:adformsctl.sh: exiting with status 150/204

1 - open a new shell and set your apps environment 
2 - cd $ADMIN_SCRIPTS_HOME 
3 - adopmnctl.sh stop 
4 - check if it is really down: ps -ef | grep <USER> grep opm 
5 - delete the following: 
rm -fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/* 
rm -fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/* 
rm -fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/* 
6 - adopmnctl.sh start 
7 - check if the issue has been resolved: adapcctl.sh status For SSO enabled environments additional information regarding Changing the Hostname, Domain Name, or IP Address can be found in: Oracle Application Server Administrator's Guide 10g Release 3 (10.1.3.2.0) See also the link in the References.
来自 metelink。
总结了下,出现启动问题的原因,我所遇到的有两种:
第一种:文件权限或者所有者不正确,可以直接通过修改权限解决。
第二种:xml文件或其他文件不同步,需要运行adautocfg.sh(谨慎使用此脚本)或者手动修改xml文件。附上启动和关闭EBS服务的顺序。

EBS启动与关闭
---------------------------------
关闭:
关闭应用:
/u01/apps/VIS_erp/admin/scripts/
./adstpall.sh apps/apps
关闭数据库
/u01/db/tech_st/10.2.0/appsutil/scripts/VIS_erp 
./addlnctl.sh stop VIS
./addbctl.sh stop
启动:
启动数据库
/u01/db/tech_st/10.2.0/appsutil/scripts/VIS_erp
./addlnctl.sh start VIS    Control Oracle Net listener for the database server 
./addbctl.sh start              Control database server 
启动应用
/u01/apps/VIS_erp/admin/scripts/
./adstrtal.sh apps/apps Start all Applications server processes 
-----------------------------------------------------

单个服务的启动顺序

adalnctl.sh start   --启用监视

adcmctl.sh start apps/apps --启用并发管理器

adapcctl.sh start  --启用oracle apache

adoacorectl.sh

adformsrvctl.sh  --启用form

时间: 2024-09-16 15:30:11

启动R12 AP时候报错:adformsctl.sh: exiting with status 150/204的相关文章

打patch出现relink报错——Adrelink is exiting with status 1

Adrelink is exiting with status 1: Issue: adrelink is exiting with status 1: In 11i/R12  & RHEL 5.4 while patching   Fix:   STEP1:  cd $AD_TOP/bin STEP2:  Take backup of the existing adrelinknew.sh cp -rp  adrelinknew.sh  adrelinknew.sh_orig STEP3: E

javaweb-Eclipse启动Tomcat的时候报错:ClassNotFoundException,题目写不开了

问题描述 Eclipse启动Tomcat的时候报错:ClassNotFoundException,题目写不开了 详细报错如下: 严重: Error configuring application listener of class org.framework.web.system.listener.InitListener java.lang.ClassNotFoundException: org.framework.web.system.listener.InitListener at org

技术-关于用eclipse做gwt开发时,应用启动后,eclipse报错

问题描述 关于用eclipse做gwt开发时,应用启动后,eclipse报错 Could not stop source viewer server. java.lang.ExceptionInInitializerError at com.google.gdt.eclipse.platform.jetty.JettyServer.initLogging(JettyServer.java:40) at com.google.gdt.eclipse.platform.jetty.JettyServ

gradle-Android studio 启动后,一直报错

问题描述 Android studio 启动后,一直报错 我安装完as后,更换了一下sdk,从6.0换成4.2.2,换完后as就不能用了,一直提示gradle project completed with some errors:如下图,求大家帮帮忙! 解决方案 首先,图看不到: 其次,建议你换回以前的 SDK试试. 最后,如果你一定要使用SDK V4.2.2 建议你按 AS 建议的安装顺序再重新安装一次. 解决方案二: 看看错误的详细信息啊.http://jingyan.baidu.com/a

启动goagent的时候报错

问题描述 启动goagent的时候报错 Traceback (most recent call last): File "proxy.py", line 1496, in class AdvancedProxyHandler(SimpleProxyHandler): File "proxy.py", line 1511, in AdvancedProxyHandler openssl_context = OpenSSL.SSL.Context(OpenSSL.SSL

CLOUDERA MAAGER ,CDH5.1.3在安装启动YARN的时候报错起不了服务

问题描述 界面如上,具体报错信息如下:Errorfoundbeforeinvokingsupervisord:dictionaryupdatesequenceelement#89haslength1;2isrequired 解决方案 解决方案二:在安装过程中的HDFS和Zookeeper和Hbase都能正常安装并启动,但是在安装YARN的时候报错,在启动NodeManager的时候报错,JobHistoryServer服务能够正常启动,大侠们快来看看,在线等,就差这一步就OK解决方案三:我也遇到

本地启动jboss的时候报错 ,百度中找不到,请大家帮忙 急急急 请各位大神指点 !

问题描述 本地启动jboss的时候报错 ,百度中找不到,请大家帮忙 急急急 请各位大神指点 ! 17:16:13,766 ERROR [AbstractKernelController] Error installing to Real: name=vfs:///D:/jboss-6.0.0.Final/server/leyu/deploy/eb_b2b_ear.ear state=PreReal mode=Manual requiredState=Real: org.jboss.deploye

启动-短信猫报错,请高手们帮助看看。感谢

问题描述 短信猫报错,请高手们帮助看看.感谢 0 2015-01-04 14:32:58500 [WatchDog] ERROR cn.sendsms.modem.AModemDriver - GTW: modem1: 端口启动时出现超时异常cn.sendsms.TimeoutException: No response from device. at cn.sendsms.modem.AModemDriver$CharQueue.get(AModemDriver.java:875) at cn

tomcat启动web应用时候报错

问题描述 这是在启动tomcat的web应用的时候就报错,因为这个错误是不定期出现的,所以很难扑捉到.在网上搜索了一下相关的解决方案,但是也没有解决问题.大侠们,给帮忙解决一下吧!!!小女,谢过哦!!!!!2011-11-04 16:40:23,304 WARN [org.hibernate.util.JDBCExceptionReporter-logExceptions] - <SQL Error: 0, SQLState: null>2011-11-04 16:40:23,330 ERRO