Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.

You are encouraged to leave a comment.








Monday, January 23, 2012

adapcctl.sh exiting with Status 204

While cloning Oracle Applications 12.1.1 from Linux 4 update 5, to Linux 5 update 7

We encountered with an issue:

adapcctl.sh exiting with status 204

Environment:
OS: Linux 5 update 7
Apps: 12.1.3
DB: 11gR1

SSL Enabled: YES

Start Services log shows:
opmnctl: starting opmn managed processes...
================================================================================
opmn id=adfcvs.chainsys.com:6250
0 of 1 processes started.

ias-instance id=CVS1213_adfcvs.adfcvs.chainsys.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------------
ias-component/process-type/process-set:
HTTP_Server/HTTP_Server/HTTP_Server/

Error
--> Process (index=1,uid=1063274728,pid=18743)
failed to start a managed process after the maximum retry limit
Log:
//inst/apps/CVS1213_adfcvs/logs/ora/10.1.3/opmn/HTTP_Server~1.log


01/23/12-16:37:17 :: adapcctl.sh: exiting with status 204



$INST_TOP/logs/ora/10.1.3/opmn/HTTP_server~1.log shows

/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory


Fix:
1. Shut down all Oracle Application Services

2. As the unix root user, create a soft link as follows:
ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
3. Start up all Oracle Application Services

FRM-92101 (Cloning from Linux 4 update 5 to Linux 5 update 7)

FRM - 92101



The log file shows (Log _file location

$LOG_HOME//ora/10.1.3/j2ee/forms/forms_default_group_1 shows:)

12/01/23 17:38:16.868 formsweb: Forms session exception stack trace:

oracle.forms.engine.RunformException: Forms session failed during startup: no response from runtime process

at oracle.forms.servlet.RunformProcess.connect(Unknown Source)

at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)

at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)

at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0)] .server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0)].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)

at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)

at java.lang.Thread.run(Thread.java:619)

12/01/23 17:39:41.134 formsweb: Forms session aborted: runtime process failed during startup with errors /tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory

This error happened when cloning of Oracle 12.1.3 from Linux 4 update 5 to Linux 5.7


Fix:

(Linux 5 and above will have to be installed with the RPM

openmotif21-2.1.30-11.EL5.i386.rpm.

Once installed, bounce the service and retest the issue.


Related Posts Plugin for WordPress, Blogger...

Let us be Friends...

Share |

Popular Posts

Recent Comments