壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 5660|回复: 9

[基础架构] FRM-92050错误 

  [复制链接]
发表于 2009/5/12 12:21:27 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
 db 和 application都能够起来,但是进入form的时候报以下错误
 file:///d:/Snap3.gif ,
 各位大哥帮小弟看看是什么原因。
 
 环境:11.5.9  AS4
发表于 2009/6/24 17:01:40 | 显示全部楼层
FRM-92050 我也出现了。 不知道怎么办好!
发表于 2009/6/24 17:16:30 | 显示全部楼层
Subject:         11i: FRM-92050 Error While Logging onto Fresh Install of 11i Apps on Linux
          Doc ID:         116804.1         Type:         PROBLEM
          Modified Date:         02-NOV-2008         Status:         PUBLISHED


Checked for relevance on 3-Jul-2008


Problem Description
-------------------

After a fresh install of Applications 11i on Linux, you are trying to logon
to applications through the portal page link:

    <SID> Logon through the forms cartridge (UNIX)

    (http://<server_name>:<webdb2.2_port>/dev60cgi/f60cgi)

If the JInitiator java console is enabled, it shows the jar files load and
then hang at the line:

       connectMode=http

You see a small box with the title Oracle Developer Forms Runtime.
If you expand the box, the following error will show up:

    FRM-92050: Failed to connect to the Server: <server_name>:<forms_port>
  

If you click on details you see the following error messages:

    FRM-92050: Failed to connect to the Server: <server_name>:<forms_port>
    Details...
    Java Exception:
    oracle.forms.engine.RunformException: FRM-92050: Failed to connect to the
    Server: <server_name>:<forms_port>
    at oracle.forms.engine.Runform.initConnection(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)
    at oracle.forms.engine.Main.createRunform(Unknown Source)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.JinitAppletPanel.run(JinitappletPanel.java:456)
    at java.lang.Thread.run(Thread.java:466)

Upon further investigation on the server side you find the following:

    1.  After fresh startup of services at the UNIX prompt, if you do:

            ps -ef | grep 60

        there will be no process running for f60webmx.

For example (before connection has been tried):
oracle   16429     1  0 09:31 ?        00:00:00 d2ls60 9010 9020
oracle   16438     1  0 09:31 ?        00:00:00 d2lc60 ckclark-pc 9010 0 1 f60webmx
oracle   16503 16492  0 09:31 pts/1    00:00:00 f60srvm port 9000 pool 1 mode http
  

    2.  Once you have tried to connect to forms through the browser at least
        once, the f60srvm process will no longer appear and the f60cgi
        executable will show up defunct.

For example (after connection has been tried):
$ ps -ef | grep 60
oracle   15337     1  0 08:54 ?        00:00:00 d2ls60 9010 9020
oracle   15347     1  0 08:54 ?        00:00:00 d2lc60 ckclark-pc 9010 0 1 f60webmx
oracle   15455 15454  0 08:56 pts/1    00:00:00 [f60cgi <defunct>]

    3.  At the UNIX prompt, if you do:

             cd $FND_TOP/bin
             ldd f60webmx | grep 'not found'

         then the library libXm.so.2 shows up as missing.

               For example:
               $ ldd f60webmx | grep 'not found'
               libXm.so.2 => not found
  

Solution Description
--------------------

The motif library libXm.so.2 is supplied by Motif Version 2.1 which must be
installed on the server. (See the Oracle Applications Release 11i Installation
Update Notes for Linux Intel, Part No. A86002, for the statement of this
requirement.) Open Motif may be downloaded from either of these two locations:

     Metro Link, Inc.         http://www.metrolink.com
     ICS                      http://www.ics.com
  
  

Explanation
-----------

The forms runtime executable, f60webmx, is not able to start because it is
not able to find a library to which it is linked.  However since libXm.so.2 is
not included in the RedHat distribution of Linux, the solution is typically
to find and install an application that supplies the library.

If the library is already available on the server, but f60webmx cannot find it,
then the path to libXm.so.2 should be added to the LD_LIBRARY_PATH in the
applications environment.

For example, add to the <SID>.env file under $APPL_TOP:

          export LD_LIBRARY_PATH=$LD_LIBRARY_PATH::/usr/X11R6/lib

References
----------
Oracle Applications Release 11i Installation Update Notes for Linux Intel
(A86002)
发表于 2009/6/24 17:16:51 | 显示全部楼层
metalink 上的解决方法。
发表于 2011/7/23 09:51:42 | 显示全部楼层
我这出先这个问题,不知道怎么解决?
发表于 2011/10/11 13:35:03 | 显示全部楼层
如果 IE8 打开form窗口时报错误信息:FRM-92050:连接服务器失败: /forms/lservlet/debug:-1可以把EBS站点加到信任站点中,并修改信任站点的“自定义级别”,在“安全设置”对话框中找到“启用 XSS 筛选器”,改为“禁用”即可。
发表于 2011/10/20 10:51:20 | 显示全部楼层
qiuyang1225 发表于 2011/10/11 13:35
如果 IE8 打开form窗口时报错误信息:FRM-92050:连接服务器失败: /forms/lservlet/debug:-1可以把EBS站点 ...

2011-10-20 10-53-00.png
DBA刚解决了这个问题,用的就是这个方法。
发表于 2012/3/11 02:40:19 | 显示全部楼层
纵横四海 发表于 2011/10/20 10:51
DBA刚解决了这个问题,用的就是这个方法。

已把EBS 11i添加到可信任站点,禁用XSS,但还是提示:FRM:92050,仍然无法打开FORM的GUI界面,请问还有其它解决方法不?
发表于 2012/5/25 09:04:12 | 显示全部楼层
检查你的java,把java的plug-in禁用,应该就Ok了
发表于 2012/5/27 22:25:41 | 显示全部楼层
禁用XSS-->autocfg->根据APPLICATION.LOG检查第三方依赖版本-->重启APP节点
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/30 10:24 , Processed in 0.026596 second(s), 19 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表