12
返回列表 发新帖
楼主: smilelove710

frm-92101求救!!!!

[复制链接]
招聘 : 数据库管理员
论坛徽章:
26
ITPUB9周年纪念徽章
日期:2012-08-22 15:49:59itpub13周年纪念徽章
日期:2014-09-28 10:55:55祖国65周年纪念徽章
日期:2014-10-07 02:45:33itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55优秀写手
日期:2015-01-28 06:00:13
11#
发表于 2012-8-14 15:54 | 只看该作者
(Doc ID 266735.1)貌似比较贴近你的问题

Error FRM-92101 Oracle.Forms.Net.ConnectionException After Form Listener Servlet Implementation With 11i (Doc ID 266735.1)
Modified25-NOV-2008TypePROBLEMStatusPUBLISHED(EXTERNAL)Priority3To Bottom

In this Document
  Symptoms
  Changes
  Cause
  Solution
  References


Applies to:
Oracle Applications Technology Stack - Version: 11.5.x
This problem can occur on any platform.
Checked for relevance on 22-Aug-2008
Symptoms
After implementing the Forms Listener Servlet, the following error occurs when using Forms:

FRM-92101: A failure has occurred on the Server. You will need to reestablish your session.

The Jinitiator Java Console shows:
Opening
https://host.domain\"\"ort/servlet/oracle.forms.servlet.ListenerServlet?if
cmd=getinfo&ifhost=ilia_igla_NEW&ifip=nnn.nnn.nnn.nnn no proxy
Opening
https://host.domain\"\"ort/servlet/oracle.forms.servlet.ListenerServlet?
JServSessionIdroot=xt32mzrw41.mA5GqQ5HcA9vp7bvpgTvp7nvqAzJpwTxpQOUahmKa30- no proxy
oracle.forms.net.ConnectionException: Forms session <5> failed during startup:
no response from runtime process
at java.lang.Throwable.(Compiled Code)
at java.lang.Exception.(Compiled Code)
at java.io.IOException.(IOException.java:45)
at oracle.forms.net.ConnectionException.(Unknown Source)
at oracle.forms.net.ConnectionException.createConnectionException Compiled Code
...
Changes
Implemented the Forms Listener Servlet following:
Note 201340.1 Using Forms Listener Servlet with Oracle Applications 11i
Note 247136.1 Forms 6i Listener Servlet For Web Deployment of Forms in Oracle 9iAS Rel 1 ;
Note 220631.1 Understanding Forms 6i Listener Servlet, the Implementation in Action ;
Note 134129.1 Troubleshooting Forms ListenerServlet connections - Overview

Cause
Incorrect configuration settings in Jserv.conf file.

Solution
Uncomment or Add the following lines in jserv.conf file:

ApJServGroup FormsGroup 1 1 /Apache/Jserv/etc/forms.properties
ApJServGroupMount /forms balance://FormsGroup/forms

使用道具 举报

回复
招聘 : 数据库管理员
论坛徽章:
26
ITPUB9周年纪念徽章
日期:2012-08-22 15:49:59itpub13周年纪念徽章
日期:2014-09-28 10:55:55祖国65周年纪念徽章
日期:2014-10-07 02:45:33itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55优秀写手
日期:2015-01-28 06:00:13
12#
发表于 2012-8-14 15:54 | 只看该作者
另外,如果上述方法不行,可以参考下边的NOTE再试试

Users Receive FRM-92101 oracle.forms.net.ConnectionException Errors When Launching E-Business Suite Forms Responsibility and Function (Doc ID 1258305.1)
Modified28-FEB-2012TypePROBLEMStatusPUBLISHED(EXTERNAL)Priority2To Bottom

In this Document
  Symptoms
  Cause
  Solution

@ Created from SR 3-2236774131

Applies to:
Oracle Applications Technology Stack - Version: 11.5.10.2 to 12.1.3 - Release: 11.5.10 to 12.1
Information in this document applies to any platform.
Symptoms
When a small number of users attempt to start any forms based application the following error occurs

ERROR
FRM-92101 A failure has occurred on the server.
You will need to reestablish your session.

Details:
Java Exception:
oracle.forms.net.ConnectionException: Forms session <2> aborted:
unable to communicate with runtime process.
at oracle.forms.net.ConnectionException.createConnectionException(UnknownSource)
at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
at oracle.forms.net.HTTPNStream.flush(Unknown Source)
at java.io.DataOutputStream.flush(Unknown Source)
at oracle.forms.net.StreamMessageWriter.run(Unknown Source)

Also GL Journal Uploads fail with the following error

"oracle.apps.bne.exception.BneInvalidException"

Steps to Replicate

The issue can be reproduced at will with the following steps:

1:- Log into the application
2:- Choose a forms based responsibility and function.
3:- Forms fails to launch
Cause
JRE on the affected client PC's is not using the connection properties defined in the Internet Explorer LAN Settings.

Custom JRE deployment options have been used to configure the JRE on the client PC. The value in "C:\WINDOWS\Sun\Java\Deployment\deployment.properties" was directing to a wrong proxy server.
Solution
To implement the solution, please configure the JRE to use the browser proxy settings using the following steps:

1:- On the client PC choose START >> CONTROL PANEL >> JAVA
2:- When the java control panal loads click the "Network Settings" button in the General tab
3:- Click the "Use Browser Settings" button
4:- Click OK, then OK again to save the changes
5:- Re-test the issue

使用道具 举报

回复
论坛徽章:
0
13#
 楼主| 发表于 2012-8-14 18:18 | 只看该作者
pan_tian 发表于 2012-8-14 15:54
另外,如果上述方法不行,可以参考下边的NOTE再试试

Users Receive FRM-92101 oracle.forms.net.Connect ...

好的,下午有事了,我先试试啊!!太感谢了!!

使用道具 举报

回复
招聘 : 数据库管理员
论坛徽章:
26
ITPUB9周年纪念徽章
日期:2012-08-22 15:49:59itpub13周年纪念徽章
日期:2014-09-28 10:55:55祖国65周年纪念徽章
日期:2014-10-07 02:45:33itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55itpub13周年纪念徽章
日期:2014-10-08 15:19:55优秀写手
日期:2015-01-28 06:00:13
14#
发表于 2012-8-14 23:19 | 只看该作者
smilelove710 发表于 2012-8-14 18:18
好的,下午有事了,我先试试啊!!太感谢了!!

其实,你自己完全可以上metalink查的,查不到再发帖问,这才是问问题的美德。

使用道具 举报

回复
论坛徽章:
0
15#
 楼主| 发表于 2012-8-15 09:42 | 只看该作者
啊!!!!!!!!!总算是解决啦!!!O(∩_∩)O哈哈~原来是代码问题!!!说来也奇怪啦!!连续两次go_block到了同一个块就出现了这个问题,更奇怪的是,以前同样的代码,竟然没事,,,,郁闷的呀!!!不管怎么样,还是谢谢了!!

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表