R12.2 Apps DBA. Powered by Blogger.

Starting Forms Fails With FRM-92101 Error

No comments :
9/02/24 10:53:44 formsweb: Forms session <21> aborted: runtime process failed during startup with errors /oracle/oas1012/uni1012/bin/frmweb: error while loading shared libraries: libhpi.so: cannot open shared object file: No such file or directory
09/02/24 10:53:44 formsweb: Forms session <21> exception stack trace:
oracle.forms.engine.RunformException: Forms session <21> 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:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)
at com.evermind[Oracle Application Server Containers for J2EE 10g
Solution:
1. Backup and Edit your own custom env file.
2. Add the following entry at the end of the file: (Copied from the original default.env file)
LD_LIBRARY_PATH=/oracle/oas1012/uni1012/lib:/oracle/oas1012/uni1012/jdk/jre/lib/i386:/oracle/oas1012/uni1012/jdk/jre/lib/i386/server:/oracle/oas1012/uni1012/jdk/jre/lib/i386/native_threads:/tmp/OraInstall2008-05-27_04-29-21PM/jre/1.4.2/lib/i386/client:/tmp/OraInstall2008-05-27_04-29-21PM/jre/1.4.2/lib/i386:/tmp/OraInstall2008-05-27_04-29-21PM/jre/1.4.2/../lib/i386:/usr/lib
Assuming that ORACLE_HOME =/oracle/oas1012/uni1012
3. Save and exit the file.
4. Run the forms again

No comments :

Post a Comment

Note: only a member of this blog may post a comment.