Explorer has Hanging while Trying to Run Forms 10g

Hi,
While Trying to Run Forms 10g on Windows vista (o.s) "Explorer has Hanging " ...
Operating system : Windows vista
Forms - 10g
Plz Any one help...
Thanks....
Sa....

Is it the problem with Vista only or in other versions of windows tooo. If the same problem occours in other IE versions then check if you have installed jinitiator.Most probably it is in case the jinitiator not installed...

Similar Messages

  • Application hangs while trying to create a socket

    Hello,
    We have a third party application that makes HTTP connections using a old version of HTTPClient. Recently we have run into problems where the application hangs as one thread seems to hang while trying to create a socket (thread dumps show the hang occurs in native code) and other threads end up waiting for this thread as they need to obtain a lock on HTTPClient.HTTPConnection. We found out that HTTPClient was not setting a timeout on the underlying socket (SO_TIMEOUT) and the relevant patch has been implemented in the hope that if the condition arises again the offending thread will be timed out and allow other threads to try and continue.
    We will not be able to see if the patch works until Monday and I would like to understand the problem a little better if it fails. My question at what point will the socket timeout starting ticking? As our offending thread is waiting in native code is there a chance that the timeout will not be "active".
    Also can anyone provide reasons for an application hanging while trying to create a socket and any suggestions for monitoring or mitigating this problem?
    Thanks a lot.
    Sun Solaris 5.8
    JDK 1.4.1 b02

    It looks like our version of the JDK offer a connect method with a timeout value, I think this will do the trick.

  • Browser craches when trying to run Forms

    Hi!
    Got a problem here.
    I have installed DEvSuite (DB already installed for a while).
    I was trying to run forms builder. AT first I needed to install jinit-something which I did.
    After that forms builder would open in the browser but would not connect (some TCP error).
    Now browser started to crash. I click 'Run Form', brwoser opens and immediately crashes.
    It's true for both IE and Mozilla.
    I did re-install DevSuite and checkd whole system for viruses - nothing.
    The problem remains. I run it on a single stand-alone PC with XP pro.
    Any ideaswhat the problem is and how to fix it?
    Thank you.

    You could try using the java plugin (jpi = sun's java runtime) in stead of the jinitiator. It is in sometimes reported that a toolbar inside the internet explorer could crash the internet explorer.
    If you try to run inside the internet explorer of firefox and the coffee cup(jinitiator) in the system tray still exists then check in the console if there exists some error like jar's which are missing.

  • FRM-92101 when trying to run forms from Forms Builder 10g

    I have been struggling with this for a few days now and have tried multiple solutions around on these forums without any resolution yet!
    Trying to run Forms Builder on a Windows XP machine with Oracle Development Suite 10.1.2.0.2 installed in its own ORACLE_HOME. The installation completes succesfully and I can start the OC4J instance.
    1) When I open up Forms Builder and pull up the test.fmb form and try to run it, I get the following error:
    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.
    On clicking 'Details' the following errors are displayed:
    Java Exception:
    oracle.forms.netConnectionException: Forms session <1> aborted: unable to communicate with runtime process.
    2) The ORACLE_HOME\j2ee\DevSuite\application-deployments\forms\application.log includes the following errors:
    11/11/25 10:02:23 formsweb: RunformProcess.connect(): failed !
    11/11/25 10:02:23 formsweb: Forms session <1> aborted: unable to communicate with runtime process.
    11/11/25 10:02:23 formsweb: Forms session <1> exception stack trace:
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:153)
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    3) The Java console has the following error:
    oracle.forms.net.ConnectionException: Forms session <1> aborted: unable to communicate with 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 sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/forms/engine/RunformBundle_en_GB.properties with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.class with no proxy
    Opening http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties
    Connecting http://127.0.0.1:8889/forms/java/oracle/ewt/alert/resource/AlertBundle_en_GB.properties with no proxy
    Any inputs will be greatly appreciated.

    Same issue here... Been trying to get this working since a week now. I tried all the solutions like memory heap and all but no luck.
    One thing that I would like to know is that, in some threads the resolution was to recompile the INS_FORMS.MK file under /forms/lib32 but with my installation I don't have that "lib32" folder under /forms/ and I can not even find that file anywhere in my entire installation.
    I am using 12.1.1 on Windows Server 2008.
    Any help or guidelines is greatly appreciated.
    Santhosh.

  • Connect Mobile for RIM Blackberry Playbook hangs while trying to connect to server

    We have Adobe Connect 8 (Multilanguage - Portuguese) installed on a server. Connect Mobile for RIM Blackberry Playbook hangs while trying to connect to the server. Hayward Drummond has posted a notice about Adobe Connect 8.1.2 that seems to solve this problem, known as BUG 2886745. I sucessfuly downloaded this update but I´m not sure if it is compatible with Adobe Connect 8 Multilanguage - Portuguese.  Does anyone know something about it? I also need to first install version 8.1.1 in order to upgrade to 8.1.2, as remarked by Hayward. Does anyone know where can I download version 8.1.1 (Multlanguage - Portuguese)?

    try to install Firefox 8 on top of Firefox 7, or
    Profile is a folder which store all your personal data in a safe place
    * https://support.mozilla.com/en-US/kb/Profiles
    here explain how to backup profile
    * https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information
    here explain how to restore it
    * https://support.mozilla.com/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile

  • Error on Control Center while trying to run jobs

    Hi,
    I got a problem while trying to run the scheduled jobs or process flows.
    We tried restarting the control center service manually. It is started without throwing any errors at the backend. But when I open the control center service and try to start or stop a job, its throwing the below error.
    The error is as below.
    ORA-20029: The control center service is not currently available
    ORA-06512: at "OWB_REPO.WB_RTI_EXCEPTIONS", line 107
    ORA-06512: at "OWB_REPO.WB_RTI_QUEUES", line 200
    ORA-25207: enqueue failed, queue OWB_REPO.WB_RT_SERVICE_QUEUE is disabled from
    enqueueing
    ORA-06512: at "OWB_REPO.WB_RTI_SERVICE_EXECUTION", line 548
    ORA-06512: at "OWB_REPO.WB_RTI_SERVICE_EXECUTION", line 619
    ORA-06512: at "OWB_REPO.WB_RT_EXECUTION_CONTROL", line 27
    ORA-06512: at line 1
    I am not able to resolve it. Could any one of you please help me in resolving it?
    It is very urgent. Thanks a ton in advance
    Regards,
    SriGP.

    Hi Oliver,
    Thanks again!!
    There are a lot of queues in DBA_Queues.
    But how can we know which queues should be enabled and which queues should be disabled? As I observed, All the Exception queues are disabled and the reamining queues are enabled.
    About the parameter aq_tm_processes, we have not changed the value of it. Previously, all the jobs used to execute perfectly with the same setting. So, I dont think the value is a problem.
    Recently, we had the below problem in database, because of which all the jobs got stalled/hanged. The system DBA had resolved this problem by extending the SYSTEM tablespace. After that all the database is fine except the OWB jobs. Is there any impact on the on the owb jobs because of the below error?
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01653: unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM
    ORA-02002: error while writing to audit trail
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01653: unable to extend table SYS.AUD$ by 8192 in tablespace SYSTEM
    Thanks in advance,
    SriGP.

  • An exception occurred while trying to run "cmicnfg.cpl, cmCtrlwND"

    I have recently installed the MSI KT6 Delta main-board with the VIA KT600 chipset On loading windows XP home edition the following error message appears:
    RUNDLL
    An exception occurred while trying to run “cmicnfg.cpl, cmCtrlwND”
    I think the error messages is related to the on-board sound card software in the control panel, but have been unable to remove the error message. The sound card works fine.
    Cheers

    I think there is an autostart function of C-Media that you have disabled or is not working properly. Run MSCONFIG and check the autostart tab. Either you disable the C-media post or enable it. If the sound is OK I suggest you disable.
    If you just want to get rid of the message, we can dive into the Registry, but we wait a little I think.
    (Possibly Windows trying to handle the sound department since it might think it has better drivers. Find the latest for XP. Unzip or whatever, go to Device Manager and update drivers. )

  • Game room doesn't work, as it tries to save nickname and hangs while trying to save nickname info

    Game room doesn't work, as it tries to save nickname and hangs while trying to save nickname info

    From my understanding, trying to save apple server specific attributes on Active Directory users in the WGM will not work unless the AD schema has been extended to include these attributes.
    What you can do in leopard server is to export the list of AD users in WGM and then import them into open directory in WGM.
    From my testing the open directory will automatically authenticate with AD for those imported users. You can save Apple server attributes on those imported users.
    Message was edited by: Kwong Kian Tew

  • I just got v10.6, while trying to run the update, it's telling me that the file is corrupt and cannot be saved. What do I do?!

    I'm running Snow Leopard v 10.6 on a Macbook 4,1. I've got a 500 GB HD and 4GB of Ram. While trying to run the software update (to get me to 10.6.8, I think?) I keep getting an error message around 600 MB that says it's unable to be saved because the file might be corrupt and that it will try again when the software update is ran next time. Why am I getting this message? Is there a way to get the update (so I can eventually get to Lion), without going through the software update screen?
    I'm going crazy with this. I've tried 4 times now and still keep getting the same message.

    Try downloading the stand alone installer here:
    http://support.apple.com/kb/DL1399
    In Safari Preferences, General tab, set "Save downloaded files to: select destop, if it is not in thed rop down select other, then selcet Desktop from the left sidebar. After the download completes click on the installer package on your desktop and follow the prompts.
    Also if possible use an ethernet conection as it is less prone to interference, thus less prone to corruption, and usually faster.
    Hope this helps

  • Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    it seems my subscription had expired so I signed up again.. It was still having trouble so I repeated the sign up process again.. Then it worked perfectly.. Unfortunately, I think I just subscribed twice and need to cancel one of them. Ugh. Such a pain when I'm trying to get this project completed. I'll be canceling at least one of the subscriptions in the morning. Adobe is not my favorite company right now. None of this was intuitive. And trying to get help was an absolute waste of an hour.
    Regards,
    Nathaniel
    [removed by moderator]

  • While trying to run it show error message : "The application or DLL C:\Program Files\Mozilla Firefox\sqlite3.dll is not a valid Windows image. Please check this against your installation diskette

    Just updated firefox. While trying to run it show error message : "The application or DLL C:\Program Files\Mozilla Firefox\sqlite3.dll is not a valid Windows image. Please check this against your installation diskette." Tried to download and install new firefox, but it alway show that the file is corrupt
    == Today ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Error message for Adobe AIR 2.0.3 while trying to run Dreamweaver CS5

    imac 2.66 Ghz, Intel Core i5, OS 10.6.4.
    Error message for Adobe AIR 2.0.3 while trying to run Dreamweaver CS5:
    Adobe Air
    the installation of this app is damaged. Try re-installing or contacting the publisher for assistance.
    Tried several times to uninstall and reinstall from fresh download to no avail.
    I'm finding the instructions in the trouble shooting area a tad esoteric.
    Will there be an update to the installer released soon?

    Hi,
    I'm assuming your having troubles installing the 2.0.3 runtime?  If so, can you please try the instructions in this post?
    Thanks,
    Chris

  • Error while trying to run reports

    Hello,
    I am getting the following error while trying to run/launch AIX based Ora. Apps 11.5.10.2
    $ rwbld60
    Error: Object "" does not have windowed ancestor
    Does anyone know what could be causing this?
    Thanks,
    Chiru

    Hi chiru,
    it seems to be some environment problem ????Hey Mitra,
    Thank you for the reply.
    It definitely is an environment related issue(that is what I am trying to find out)
    This is occuring in our DEV environment. It works fine in TEST and PROD.
    More than likely it is due to low resources in the DEV...but I figured some one would have seen it before....and would answer my question with a definite answer.
    Thanks,
    Chiru

  • Error While trying to run a servlet

    I am getting the below error while trying to run a servlet using tomcat.In this admin is a directory where I have a html file called admin.html which calls the servlet AdminServlet & replaces the url by /servlet/AdminServlet.
    HTTP Status 404 - /SPOT/admin/servlet/AdminServlet
    type Status report
    message /SPOT/admin/servlet/AdminServlet
    description The requested resource (/SPOT/admin/servlet/AdminServlet) is not available.
    For more details I am also copying the code from the admin.html file below.
    <script language=JavaScript>
    document.location.replace('../servlet/AdminServlet');
    </script>

    JavaScript != javareplace or redirect ??

  • Error on /SafeMode: error while trying to run project uncaught exception thrown by method called

    i try run VS 2012 with /SafeMode. I create new empty Winform. When I start debug, I got:
    "error while trying to run project uncaught exception thrown by method called through reflection"

    Hi Matanya Zac,
    Did you restart your machine? How about installing the VS2012 update 4?
    >>error while trying to run project uncaught exception thrown by method
    Did you install the VS update in your VS IDE? I met this issue before which was related to the VS update:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/5ead8ee9-ea09-4060-88b0-ee2e2044ff82/error-while-trying-to-run-a-project-uncaught-exception-thrown-by-method-called-through-reflection?forum=vsdebug
    If still no help, I suggest you repair your VS, and then restart your machine, test the result.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Queries on Mac OS X support for Java 1.3

    Hi All I am having some trouble figuring out how to make Swing based Applets work on Mac OS X. Can anybody help me ? Queries on Mac OS X support for Java 1.3 1) Will a Java Applet compiled using Java 1.3 run on "Mac OS X" without the need for a Plugi

  • CHANGE REQUESTS tab missing under SOLAR_PROJECT_ADMIN

    Hello All, Am trying to configure CHARM in our SolMan system. I referred to the below link for configuration. /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario I am trying to create a project under tco

  • Invoice for México

    I want to pay for Creative Cloud from México, ¿how do I get an invoice valid for tax deduction?

  • How to make a java browser to execute java-applets

    Hi all! I' ve recently build (according to examples that I came accross) a java browser that successfully loads HTM, HTML and JSP pages, but it doesn 't load any of my java applets. What could be wrong? Does anyone have an idea? Thank you, in advance

  • Wallpaper compatibility

    Probably an easy one for everyone but me. I have a problem getting wall papers to appear for selection. Pictures I take are available as wallpapers, as are some that I upload to my phone, but not all, even when they are in the same folder. Photo view