FRM-92101:forms Server在启动过程中失败

在rhel5 x64上完成ebs R12.1.1的基础安装,本地浏览器访问测试的时候,出现如下问题:

根据错误提示,找到日志产看原因,日志目录:$LOG_HOME/ora/10.1.3/opmn/forms_default_group_1

echo $LOG_HOME       /u01/prod/inst/apps/TESTDB_lyg/logs

根据日志内容:

13/09/25 00:46:42 FormsServlet init(): 
    configFileName:     /u01/prod/inst/apps/TESTDB_lyg/ora/10.1.2/forms/server/appsweb.cfg
    testMode:           false
13/09/25 00:46:42 Oracle Containers for J2EE 10g (10.1.3.4.0)  initialized
13/09/25 02:05:19 Shutting down...
13/09/26 08:24:15 FormsServlet init(): 
    configFileName:     /u01/prod/inst/apps/TESTDB_lyg/ora/10.1.2/forms/server/appsweb.cfg
    testMode:           false
13/09/26 08:24:15 Oracle Containers for J2EE 10g (10.1.3.4.0)  initialized
13/09/26 08:31:03 ListenerServlet init() 
13/09/26 08:31:06 Forms session <1> aborted: runtime process failed during startup with errors /u01/prod/apps/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
——意思是说libXm.so.2这个库文件找不到。

13/09/26 08:34:27 Forms session <2> aborted: runtime process failed during startup with errors /u01/prod/apps/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

13/09/26 09:28:32 Forms session <3> aborted: runtime process failed during startup with errors /u01/prod/apps/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

13/09/26 09:47:55 Forms session <4> aborted: runtime process failed during startup with errors /u01/prod/apps/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

13/09/26 09:53:45 Forms session <5> aborted: runtime process failed during startup with errors /u01/prod/apps/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

13/09/26 10:06:26 Forms session <6> aborted: runtime process failed during startup with errors /u01/prod/apps/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

13/09/26 10:24:33 Shutting down OC4J...
13/09/26 11:06:31 FormsServlet init(): 
    configFileName:     /u01/prod/inst/apps/TESTDB_lyg/ora/10.1.2/forms/server/appsweb.cfg
    testMode:           false
13/09/26 11:06:31 Oracle Containers for J2EE 10g (10.1.3.4.0)  initialized
13/09/26 11:08:13 Shutting down...
13/09/26 11:10:25 FormsServlet init(): 
    configFileName:     /u01/prod/inst/apps/TESTDB_lyg/ora/10.1.2/forms/server/appsweb.cfg
    testMode:           false
13/09/26 11:10:25 Oracle Containers for J2EE 10g (10.1.3.4.0)  initialized

根据以上错误,从谷歌上查找解决办法,搜到一篇有用的文章:

Error while loading shared libraries: libXm.so.2:
                                                 Last update (2012-07-14 18:24:23)
                                                                                                                   Date added (2012-05-22 11:09:17)

Summary 
Settting up a new clone R12.1.3 to a fresh linux machine, when i call any form i get the error:


FRM-92101 There was a failure in the Forms server during startup.
This could happen due to an invalid configuration.
Please look into the web server log for the details.

Details...
Java Exception:
oracle.forms.net.ConnectionException...
...

Looking at the forms server log 
$LOG_HOME/ora/10.1.3/opmn/forms_default_group_1/formsstd.out

...
12/05/22 02:21:00 Forms session <1> aborted: runtime process failed during startup with errors
/u01/saudi_arabia_ar/apps/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
...

Because the machine is a new Linux server i was missing the directory:/usr/X11R6/lib
In the directory must exist and the libXm.so.2 

Workaround: 
Create directory and copy paste the contents of /usr/X11R6/lib from another server that exists libXm.so.2 or download it from the internet for your specific linux version. 

Or if you are missing the prerequisite rpms, install the following RPM packages: 
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1 
libXp-1.0.0-8.1.el5 
openmotif21-2.1.30-11.EL5

我根据他的解决办法,查看了下我的 /usr/X11R6目录下居然没有lib目录,肯定是少安装了上面那三个包,于是从网上找了我操作系统对应的这三个包,安装后,测试,该错误解决。

额外的参考下这篇文章,他安装的包,貌似跟我安装的不一样,但是也解决了:

https://forums.oracle.com/thread/864255

时间: 2025-01-27 01:40:51

FRM-92101:forms Server在启动过程中失败的相关文章

AIX 系统 EBS form 打开报错FRM-92101: FORM server在启动过程中失败

克隆或者安装好系统后,发现form打不开,报错截图: 根据oracle 官方文档:R12: "FRM-92101:There was a failure in the Forms Server during startup" Error When Attempting to Launch Forms [ID 454427.1] Oracle Applications Technology Stack - Version 12.0.4 to 12.2 [Release 12.0 to 1

典型的Liferay Server的启动过程

以下是一个典型的Liferay Server的启动过程: 01.May 29, 2012 3:09:32 AM org.apache.catalina.core.AprLifecycleListener init 02.INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.libra

你所不知道的SQL Server数据库启动过程,以及启动不起来的各种问题的分析及解决技巧

原文:你所不知道的SQL Server数据库启动过程,以及启动不起来的各种问题的分析及解决技巧 目前SQL Server数据库作为微软一款优秀的RDBMS,其本身启动的时候是很少出问题的,我们在平时用的时候,很少关注起启动过程,或者很少了解其底层运行过程,大部分的过程只关注其内部的表.存储过程.视图.函数等一系列应用方式,而当有一天它运行的正常的时候突然启动不起来了,这时候就束手无策了,能做的或许只能是重装.配置.还原等,但这一个过程其实是一个非常耗时的过程,尤其当我们面对是庞大的生产库的时候,

quantum-server 启动过程中卡住 且不报错

问题描述 我使用如下命令启动quantumserverquantum-server--config-file=/etc/quantum/quantum.conf--config-file=/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini但是该服务启动过程中莫名其妙卡住,查看quantum.log,发现停留在:Using/root/keystone-signingascachedirectoryforsigningcertificate

android同步源码到过程中失败了是不是要从头再来?

问题描述 android同步源码到过程中失败了是不是要从头再来? 用repo工具同步android源码,在过程中失败了是不是要从头再来? 解决方案 是的,看下是不是网络有问题

SQL Server 2008安装过程中出现1608错误的解决办法

一直使用SQL Server 2000 ,觉得安装方便快速,便不想升级到2005/2008.今天有个项目突然要用到2008,于是就在Windows7下安装了一下,没想到碰到一个1608 错误,中间提示一大堆信息,上网搜索了一下,也好多遇到过这个错误,试了网上的方法都没有成功,郁闷中搜索到一个国外的方法:   SQL Server 2008 Setup fails on Windows 7 Enterprise, Error code 1608 To troubleshooting the iss

网站建设过程中失败的原因分析

俗语说得好,万事开头难,做网站也是如此,网站最大的障碍在于起步,任何新手应该有做站坚持半年以上的心里准备,去从事事业过程中,被拒绝后应如何处理,这里有七个致命的"陷阱": 1.不肯花时间:很多人只把他当成爱好或兼职的工作,根本不用心,更不肯花时间,因而失败.大多数人在短期内失去兴趣,许多人在开始成长之后失控,大好的机会由于错误的方法而丧失. 2.自作聪明:本质上是一个个简单复制的过程,越简单越容易达到真正的目标.但是一些没有经验的站长,却把事情变得非常复杂.他不听别人的话,自以为是,徒

U盘启动过程中常见术语

  BIOS(Basic Input/Output System) 基本输入输出系统,全称是ROM-BIOS,是只读存储器基本输入/输出系统的简写,它实际是一组被固化到电脑中,为电脑提供最低级最直接的硬件控制的程序. CMOS(Complementary Metal Oxide Semiconductor) 本意是指互补金属氧化物半导体,一种大规模应用于集成电路芯片制造的原料,在计算机领域,CMOS常指保存计算机基本启动信息(如日期.时间.启动设置等)的芯片.CMOS 的功耗很低,计算机主板上一

MyEclipse工程在启动过程中,Tomcat自动关掉,求救

问题描述 ZoneInfo:E:VisualProjectjdk1.5jrelibziZoneInfoMappings(系统找不到指定的路径.)ZoneInfo:E:VisualProjectjdk1.5jrelibziZoneInfoMappings(系统找不到指定的路径.)2010-3-1510:22:47org.apache.catalina.core.AprLifecycleListenerlifecycleEvent信息:TheApacheTomcatNativelibrarywhic