Get Forms Error FRM-92050 Please Help

I just success install EBS 11.5.10.2 but when I link from my pc client it's show error FRM-92050 cannot connect to form server <myhost:9000> how to resolve this problem also i wondering is Linux can be EBS Client? because I try to use my note book with suse9.3 but it's still look for Jinitiator.exe how to use linux as EBS client please help
Tony

Follow the instructions given in metalink Note id 299187.1
The error may be due to missing patches.
Sam
http://appstech-sam.blogspot.com

Similar Messages

  • I cannot restore my Iphone 4, I keep getting the error code 1611, please help and the Iphone keeps displaying the "Plug-In Itunes Symbol!??

    I cannot restore my Iphone 4, I keep getting the error code 1611, please help and the Iphone keeps displaying the "Plug-In Itunes Symbol!??

    http://tinyurl.com/nyj36v

  • Oracle Apps Clone Forms Error FRM-92050

    Cloned our Advanced Supply Chain Planning EBS Test environment in order to create our production ASCP EBS environment.
    Was able to clone and configure new production environment with no errors but
    when I log into the new environment when I click on any of the forms (e.g.
    System Administrator > Concurrent > Requests, I receive the FRM-92050.when I click on details, i get the following.
    FRM-92050:Failed to connect to the server:rhascpprd.company.com:9075
    Details...
    Java Exception
    java.io.EOFException
    at java.io.DatainputStream.readint(Unknown Source)
    at oracle.forms.net.SocketConnection.connect(Unknown Source)
    at oracle.forms.engine.Runform.initConnection(Unknown Source)
    at oracle.forms.engine.Runform.startConnection(Unknown Source)
    at oracle.forms.engine.main.create Runform(Unknown Source)
    at oracle.forms.engine.main.start Runform(Unknown Source)
    at sun.applet_ApplePanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    I have tried recompiling invalids, regenerating Apps forms, regenerating java, etc.
    I also wiped out the whole Appl Tier and layed it down again, configured the environment and the same forms error ocurred.
    Please Help

    Check the metalink Note:116804.1
    "11i: FRM-92050 Error While Logging onto Fresh Install of 11i Apps on Linux"
    It could be an issue with the motif library libXm.so.2.
    ~ Madrid

  • Error FRM-40508 - Please help urgent !!!

    Hi All,
    I'm trying to design a form (Forms 6i) having 3 data blocks. Values from 3 different table are returned to the related fields in the blocks. At the bottom of form, I've created a "push-button" to take these values and add into 4th table.
    I gete rror FRM-40508. I trapped error and found that its actually trying to insert into table of "First Data Block", which it should not. My Insert statement in the Trigger of push-button (when-button-pressed) doesn't refer to that table.
    However, I found that, in designer mode, if I click on the push-button I see the first block's name in the Block Name space (upper right hand corner). I don't understand this but feel that that is the problem.
    Please help ASAP.
    Thanks
    Prashant
    null

    Here is the fun.
    I created one more data block manually. Creted push-button and following insert stmt in "When-button-pushed" trigger. (real table names changed to dummy)
    ===========================================
    declare
    seqno number:=0;
    begin
    select DUMMY_SEQ.nextval into seqno from dual;
    insert into LOG_dummy(
    ID, GROUP_ID, ANSWER_ID, QUESTION_ID, ANSWER_TEXT
    values
    seqno,
    :sur.survey_id,
    :sur_ans.answer_id,
    :sur_quest.question_id,
    :sur_ans.answer_desc
    commit;
    clear_form(No_Validate);
    END;
    =============================================
    The error pops up because of "commit". When I pressed shift-F1 it shows that it can't insert into one of the data blocks. The insert stmt shown there is nowhere in my code of trigger. If I remove "Commit" from above, I Don't get error but record doesn't get inserted either in the table mentioned above :-(
    I don't understand what's going on... If anybody in US is willing to help, I can call and talk on phone. I've to finish it this week, any case and I'm stuck on this :-(
    ~ Prashant
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by ahmed gaber ([email protected]):
    are the 3 blocks related with 3 tables ,
    and you'r trying to insert the values in another table ?
    if yes : so what is the code you wrote in the trigger? to know the answer.
    and try to check if there is any not-null columns required ok//<HR></BLOCKQUOTE>
    null

  • I just downloaded Digital Editions to use an e-book I purchased.   When I try to open the file it opens in Adobe Reader and I get an error message.  Please help

    please help  I downloaded Digital Editions to use e-book and when I got to open I get an error message

    It says file could not be opened because it was either not a supported type or it was damaged.  I have already had the file resent and in talking to the American Medical Association (purchased from their site)  it appears when I go to open the file it is in Adobe Reader and I do not see an option to move it to Adobe Digital Editions,
    Kathy Harlan
    <mailto:[email protected]> [email protected]
    Cell: 214-850-6427

  • I keep getting an error can someone please help

    i am trying to develop a web application using tomcat. i have a servlet that will not compile because of two things. firstly, it says that package beans does not exist and secondle it gives an error becuase im using a user bean here to set some attributes but it keeps saying it cannot resolve symbol User. can someone please help me sort this out. thanks

    You need to package the bean classes in the proper package (in your case beans), and then place them in WEB-INF/classes/<package dirs>.
    Then you need to import the classes in the JSP.
    Cheers!
    ***Annie***

  • I did the upgrade to my iTunes yesterday and it did not install correctly. Kept getting same message.  Now cannot download any iTunes without getting windows error 126. Please help.

    Upgraded my itunes yesterday and it failed.  Tried reinstalling and failed again.  Now tried to install several earlier versions and coming up with  windows error 126. Do you have any ideas on how I can fix this?  Please help.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99732)

  • I am getting this error , any body please help

    When i am using WLST to connect the admin server i am getting the following error.
    I appreciate, if anybody can help me to resolve this.
    connect('system', 'system','t3://localhost:9001')
    Connecting to weblogic server instance running at t3://localhost:9001 as username system ...
    Traceback (innermost last):
    File "<input>", line 1, in ?
    File "<iostream>", line 74, in connect
    WLSTException: 'Error occured while performing connect : Unknown Error. Use dumpStack() to view the error stack trace'
    wls:/(offline)> dumpStack( )
    weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException
    at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
    at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl_922_WLStub.getAttribute(Unknown Source)
    at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:226)
    at $Proxy0.isAdminServer(Unknown Source)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:135)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyObject.invoke(PyObject.java)
    at org.python.pycode._pyx0.connect$2(<iostream>:68)
    at org.python.pycode._pyx0.call_function(<iostream>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyFunction.__call__(PyFunction.java)
    at org.python.pycode._pyx3.f$0(<input>:1)
    at org.python.pycode._pyx3.call_function(<input>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
    at weblogic.WLST.main(WLST.java:110)
    Caused by: java.io.EOFException
    at weblogic.rjvm.t3.T3JVMConnection.endOfStream(T3JVMConnection.java:874)
    at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:583)
    at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:533)
    at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:691)
    at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:638)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:282)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    --------------- nested within: ------------------
    weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
            java.io.EOFException]
    at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl_922_WLStub.getAttribute(Unknown Source)
    at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:226)
    at $Proxy0.isAdminServer(Unknown Source)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:135)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyObject.invoke(PyObject.java)
    at org.python.pycode._pyx0.connect$2(<iostream>:68)
    at org.python.pycode._pyx0.call_function(<iostream>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyFunction.__call__(PyFunction.java)
    at org.python.pycode._pyx3.f$0(<input>:1)
    at org.python.pycode._pyx3.call_function(<input>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
    at weblogic.WLST.main(WLST.java:110)
    weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
            java.io.EOFException]
    wls:/(offline)>

    I am getting this error even though tunneling is enabled, anybody knows why this happens
    Connecting to weblogic server instance running at http://localhost:9001 as username system ...
    <Mar 30, 2009 4:15:52 PM EDT> <Error> <RJVM> <BEA-000515> <execute failed
    java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2'
    java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2'
    at weblogic.rjvm.http.HTTPClientJVMConnection.receiveAndDispatch(HTTPClientJVMConnection.java:463)
    at weblogic.rjvm.http.HTTPClientJVMConnection.execute(HTTPClientJVMConnection.java:327)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    Traceback (innermost last):
    File "<input>", line 1, in ?
    File "<iostream>", line 74, in connect
    WLSTException: 'Error occured while performing connect : Unknown Error. Use dumpStack() to view the error stack trace'
    wls:/(offline)> dumpStack()
    weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2'
    at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
    at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl_922_WLStub.getAttribute(Unknown Source)
    at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:226)
    at $Proxy0.isAdminServer(Unknown Source)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:135)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyObject.invoke(PyObject.java)
    at org.python.pycode._pyx0.connect$2(<iostream>:68)
    at org.python.pycode._pyx0.call_function(<iostream>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyFunction.__call__(PyFunction.java)
    at org.python.pycode._pyx2.f$0(<input>:1)
    at org.python.pycode._pyx2.call_function(<input>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
    at weblogic.WLST.main(WLST.java:110)
    Caused by: java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2'
    at weblogic.rjvm.http.HTTPClientJVMConnection.receiveAndDispatch(HTTPClientJVMConnection.java:463)
    at weblogic.rjvm.http.HTTPClientJVMConnection.execute(HTTPClientJVMConnection.java:327)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    --------------- nested within: ------------------
    weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
            java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2']
    at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl_922_WLStub.getAttribute(Unknown Source)
    at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:226)
    at $Proxy0.isAdminServer(Unknown Source)
    at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:135)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyObject.invoke(PyObject.java)
    at org.python.pycode._pyx0.connect$2(<iostream>:68)
    at org.python.pycode._pyx0.call_function(<iostream>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyFunction.__call__(PyFunction.java)
    at org.python.pycode._pyx2.f$0(<input>:1)
    at org.python.pycode._pyx2.call_function(<input>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
    at weblogic.WLST.main(WLST.java:110)
    weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
            java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2']

  • TS3297 I can get to Itunes store but as soon as I search I get an error message. Please help.

    Run time error
    R6025
    - pure virtual function call
    Happens when I am searching for music.
    Please help.

    What's the error message? 

  • All my photos have disappeared from my Blackberry bold 9790 and I am getting an error message! Please help!!!

    I changed simcards on my phone as normal on returning from holiday and got the following message: `Built-in Media Storage not accessible due to detected errors. Do you wish to repair it now? Yes or No.When I click yes, the message is `Select the storage you want to repair` and the options are Built-in media or cancel. When clicking on built in media, the next message is `Built in media repair failed`.
    It goes on to say-Repair failed. You can try to repair by mounting as a USB drive on Windows and running chkdsk or you can reformat. Do you want to reformat now?

    The Q5 does, indeed, have a media card slot.  The slot marked "SD" is a media card slot.  It uses a MicroSD card, just like all other BlackBerry devices.
    Yes, I'm familiar with Dropbox. On the Q5 you can set photos to automatically upload and sync with Dropbox but, depending on how many photos you take, you may need more than a free Dropbox account in order to have enough space.  A free account gives you 2GB.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Keep getting an error with itunes Please help

    I'm a first time user with itunes I just bought my ipod a couple of months ago and everything has been working fine, but when I went to charge my ipod and all my music had been taken off my ipod. I did mess with my settings a little bit and I think that is what caused that to happen. well I put the default settings back on and I went to sync my music and about half way through i got a message that Could not sync my file and error (-69) has occurred. If anyone can help please do!

    See if this trouble shooting article helps.
    iTunes displays error 69 when syncing iPod.

  • Everytime i try to install itunes 10.7 i get an error message. Please help.

    An error occured during the installation of assembly 'Microsoft. VC80.CRT,type="win32",version="8.0.50727.6195",publicKeyToken="1fc8b3b9a1e18e3b ",processorArchitecture="x86"'

    These ones are typically caused by underlying problems on the PC that also often cause Windows Updates to fail to install. If we can fix the Windows Update trouble, we can usually get the iTunes trouble cleaned up en passant.
    Go into your Windows update and try to check for new updates. If updates install, stock up on the ones you're behind on, restarting the PC if requested to do so. After the restart, try installing iTunes again. Does it go through this time for you?
    If windows updates fail to install, go into your Update History and doubleclick the failures. What alphanumeric codes appear for you? (For example, 8007000B.)

  • I have a Macbook Pro and can no longer access Number I keep getting an error message 1712 please help

    I have a MacBook Pro and for some unknown reason I can't open numbers I keep getting a message error -1712 I can't open old documnents not the program

    -1712 is a time-out error. It means the application (Numbers) is taking too long to do somthing. The 'something' is often attempting to open a corrupted file.
    Holding the shift key, as suggested by Jerry, prevents Nmbers from trying to reopen files that were open when Numbers was last quit. For future reference, you might consider, before quitting Numbers, closing all files you will not require in your next session. Even ignoring the possibility of another corrrupted file bringing this problem on again later, not re-opening the files you do not need in the next session will shorten the launch time for Numbers.
    Regards,
    Barry

  • Error FRM:92090 Please help me.....

    Now we use oracle applications 11i (in Unix) and we've got a problem in our applications. The message FRM:92090. How to solve this problem ? What's the problem ?

    You need to add the javax.servlet classes to your classpath.
    Easiest way is to extend the JRE in eclipse with those classes so that it would automatically be applied to every new project. Go to Window - Preferences - Java - Installed JREs - Select the JRE used - Edit - Add External JARs - add the JAR with javax.servlet classes to the JRE system libraries.
    You can use the javaee.jar of the Java EE 5.0 SDK [1] or the Glassfish /lib directory [2], or the servlet-api.jar of Tomcat's /lib directory [3].
    [1] http://java.sun.com/javaee
    [2] https://glassfish.dev.java.net
    [3] http://tomcat.apache.org

  • I cannot sync or restore my ipod. Sometimes it works and at times it doesn't. All I get is error -42408? Please help.

    I did try updating everything and it worked ONCE! Once I plugged in my ipod a second time error -42408 keeps popping up.

    See the appropriate section of this Apple support document under specific error codes.
    http://support.apple.com/kb/TS3297
    B-rock

Maybe you are looking for