getting error below

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

getting error below

sdanwarahmed
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: getting error below

sdanwarahmed
Reply | Threaded
Open this post in threaded view
|

Re: getting error below

ErmanArslansOracleBlog
Administrator
What's that? You deleted the content of your previous message. What is the question?
Reply | Threaded
Open this post in threaded view
|

Re: getting error below

sdanwarahmed
In reply to this post by sdanwarahmed
FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration.
Please look into the web-server log file for details.

Details...

Java Exception:

oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process

at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
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.HTTPConnection.connect(Unknown Source)
at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
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 com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.start(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Reply | Threaded
Open this post in threaded view
|

Re: getting error below

sdanwarahmed
In reply to this post by ErmanArslansOracleBlog
Hi Erman

Yes as the issue was resolved so had deleted it.
Reply | Threaded
Open this post in threaded view
|

Re: getting error below

ErmanArslansOracleBlog
Administrator
Okay good. Then, right the solution sdanwarahmed ..
Reply | Threaded
Open this post in threaded view
|

Re: getting error below

sdanwarahmed
In reply to this post by sdanwarahmed
Hi Erman,

this issue is also resolved by creating the below link.

ln -s /usr/lib/libXm.so.4 /usr/lib/libXm.so.2

Reply | Threaded
Open this post in threaded view
|

Re: getting error below

sdanwarahmed
In reply to this post by ErmanArslansOracleBlog
Thank you .