Home » Developer & Programmer » Forms » FRM-92052: fatal error: cannot connect to the server at URL %s (linux)
FRM-92052: fatal error: cannot connect to the server at URL %s [message #611140] Fri, 28 March 2014 06:51 Go to next message
pre_ora
Messages: 56
Registered: March 2014
Member
this is at client side error :

------------------
FRM-92050: fatal error: cannot connect to the server:
Cause: An attempt was made to connect to the Forms server. The serverURL applet parameter was not specified, so Forms attempted to connect to the specified host machine, on the specified port. (These are derived from the serverHost and serverPort applet parameters, if specified). However, an unexpected Exception was encountered. This message appears when there is no message that gives a more specific reason for the connection failure.
Action: Examine the stack trace that accompanies this message. If the stack trace indicates a possible cause, correct it. If the problem persists, contact Oracle Support Services.
-------------------

what should i do exactly
to solve it?



[MERGED by LF]

[Updated on: Tue, 01 April 2014 03:23] by Moderator

Report message to a moderator

browser issue for forms [message #611242 is a reply to message #611140] Mon, 31 March 2014 04:24 Go to previous messageGo to next message
pre_ora
Messages: 56
Registered: March 2014
Member
Server =64 bit version with oracle 11gr2, WLS ,java 64 bit

clients = 32 AND 64 bit machines

for clients, which and how to configure server side file so that client can run forms successfully as it is giving error : frm :92052 fatal error

how can clients support java to run forms ?
Re: browser issue for forms [message #611243 is a reply to message #611242] Mon, 31 March 2014 04:46 Go to previous messageGo to next message
ThomasG
Messages: 3211
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
FRM-92052: fatal error: cannot connect to the server at URL %s
    Cause:  An attempt was made to connect to the Forms server, at the specified URL. 
           (This is derived from the serverURL applet parameter). However, an unexpected 
            Exception was encountered. This message appears when there is no message that 
            gives a more specific reason for the connection failure.
    Action: Examine the stack trace that accompanies this message. 
            If the stack trace indicates a possible cause, correct it. 
            If the problem persists, contact Oracle Support Services. 
Re: browser issue for forms [message #611244 is a reply to message #611243] Mon, 31 March 2014 05:37 Go to previous messageGo to next message
pre_ora
Messages: 56
Registered: March 2014
Member
thanks .. but how can i correct it please give steps if possible!
Re: browser issue for forms [message #611253 is a reply to message #611244] Mon, 31 March 2014 08:19 Go to previous messageGo to next message
ThomasG
Messages: 3211
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
Well. The steps would most likely be:

1) Read the stack trace
2) Try to find the error mentioned in the stack trace.
3) Try to fix the error mentioned in the stack trace.
4) ????
5) Profit!

If you can't get past step 2 or 3 you could alternatively post the stack trace here.

Re: browser issue for forms [message #611264 is a reply to message #611253] Mon, 31 March 2014 22:49 Go to previous messageGo to next message
pre_ora
Messages: 56
Registered: March 2014
Member
trace folder is empty....
Re: browser issue for forms [message #611267 is a reply to message #611264] Tue, 01 April 2014 00:00 Go to previous messageGo to next message
Littlefoot
Messages: 21805
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Contact Oracle, they will help.
Re: browser issue for forms [message #611274 is a reply to message #611267] Tue, 01 April 2014 01:50 Go to previous messageGo to next message
pre_ora
Messages: 56
Registered: March 2014
Member
so no other solution available?

[Updated on: Tue, 01 April 2014 01:50]

Report message to a moderator

Re: browser issue for forms [message #611276 is a reply to message #611274] Tue, 01 April 2014 01:56 Go to previous messageGo to next message
Littlefoot
Messages: 21805
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Probably, but you'll have to wait until someone - who knows it - sees your question and answers it.
Re: FRM-92052: fatal error: cannot connect to the server at URL %s [message #611294 is a reply to message #611140] Tue, 01 April 2014 02:41 Go to previous messageGo to next message
pre_ora
Messages: 56
Registered: March 2014
Member
FRM-92052: fatal error: cannot connect to the server at URL /forms/lservlet
Java Exception:
java.io.IOException


solution?
(It also reaches frmservlet and stars frm process, but then fails to connect to lservlet. )

[Updated on: Tue, 01 April 2014 23:23]

Report message to a moderator

Re: FRM-92052: fatal error: cannot connect to the server at URL %s [message #611400 is a reply to message #611294] Wed, 02 April 2014 04:07 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Dear,
Quote:

FRM-92052: fatal error: cannot connect to the server at URL /forms/lservlet


Please see screenshot.

/forum/fa/11805/0/

I am expecting may be you defined wrong user name & password in formsweb.cfg file.

Regards,
Irfan
Re: FRM-92052: fatal error: cannot connect to the server at URL %s [message #611419 is a reply to message #611400] Wed, 02 April 2014 06:48 Go to previous messageGo to next message
pre_ora
Messages: 56
Registered: March 2014
Member
thank you v much..
userid and password are right...
but it is not helping ...is there any other issue related to linux?

error details window>>>

details....
java Exception:
java.io.IOException
at orcle.forms.net.HTTPNstream.doGet(Unknown Source)
at orcle.forms.net.HTTPNstream.getInfoFromServlet(Unknown Source)
at orcle.forms.net.HTTPNstream.<init>(Unknown Source)
at orcle.forms.net.HTTPConnection.connect(Unknown Source)
at orcle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
at orcle.forms.engine.FormsDispatcher.init(Unknown Source)
at orcle.forms.engine.Runform.initConnection(Unknown Source)
at orcle.forms.engine.Runform.startRunform(Unknown Source)
at orcle.forms.engine.Main.creteRunform(Unknown Source)
at orcle.forms.engine.Main.start(Unknown Source)
at com.opera.AppletPanel.runHandlerThread(AppletPanel.java:474)
at com.opera.AppletPanel.run(AppletPanel.java:349)
at java.lang.Thread.run(Thread.java:662)
Forms Session ID is WLS_FORMS.formsapp.31

[Updated on: Thu, 03 April 2014 00:50]

Report message to a moderator

Re: FRM-92052: fatal error: cannot connect to the server at URL %s [message #611585 is a reply to message #611419] Fri, 04 April 2014 00:49 Go to previous message
pre_ora
Messages: 56
Registered: March 2014
Member
i think problem is only for linux client for forms reports are working
and ... win client working good...for both..
Previous Topic: Filter in an LOV
Next Topic: How to create formula column in sql statment
Goto Forum:
  


Current Time: Mon Mar 18 21:08:27 CDT 2024