JInitiator on a server

Hi,
I just wondered whether we can install two versions of Jinitiators on the same server?
Kind regards
Sri

Yes you can, but only the latest one will be defaulted.

Similar Messages

  • Install JInitiator on server?

    Hello,
    I'm new to the Oracle web world, and I'm getting conflicting information.
    I've been told that you can install and run the JInitiator from the server while others have told me it must go on the client machine. So, my question is:
    Can you install and run JInitiator on the server?

    Hi,
    JInitiator has to be installed all on clients that will be using your web foms. You don't have to install it on the server unless you want to test your forms using your server as both the server and the client.
    Yar

  • JInitiator installation

    Hi,
    Could anybody tell me where must be JInitiator installed and how this can be done? Must be JInitiator installed on the server too? Is this only for Windows client or for Linux too?
    I use Netscape to log to the APPS. And looks like I have to install a plug-in (JInitiator I think) I receive the message "Click here to download plug-in" but if I click nothing happend (I just receive the message "No suitable plugins were found") (this is on the client).
    Thanks,
    Paul

    You do not need to install Jinitiator on the server, just install it on the client (Windows OS).
    To access the application from Windows client with IE browser, add the application URL to the list of the trusted sites, have a proper entry in the hosts files and try to access it. The first time you access the application it will prompt you to download/install Jinitiator.
    To access the application from Linux client please check the following thread, it should be helpful:
    Execute Oracle Applications 11i with Firefox 1.5 on Linux
    Execute Oracle Applications 11i with Firefox 1.5 on Linux

  • Forms 10g (9.0.4) compatibility with IE 7

    I read that Sun's JRE 1.6 is compatible with patch set 3 of Application Server version 10.1.2.
    After migrating from 6i early this year, we have the 10g (9.0.4) version. We run on Windows Server 2003. Will we need to up grade from 9.0.4 to 10.1.2 or is there a patch I can install for 9.0.4 to use with JRE 1.6?
    Is the JRE installed on the client machine, similar to the JInitiator, or the server? Finally, is the JInitiator still necessary if JRE is installed?
    thank you.

    See the official statement for 10.1.2 at http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html or the one from 9.0.4 at http://www.oracle.com/wocportal/page/wocprod/ver-31/ocom/technology/products/forms/htdocs/10g/clientsod_forms10g.html
    Forms 9.0.4 is already desupported so don't expect any updates there. It isn't even supported with Sun JRE 1.5, let alone 1.6
    Yes, the Sun JRE is installed on the client machine just as Oracle JInitiator. In fact, Oracle JInitiator was just Oracle's copy of the Sun JRE with some minor improvements/fixes.
    When using Sun JRE, you no longer need Oracle JInitiatior.
    Please note that Sun JRE is the way forward in Oracle's strategy. As far as I know, the latest versions of Oracle eBusiness Suite also use Sun JRE and Forms11 will probably drop support for Oracle JInitiator.

  • Running form within the browser

    Is it possible to run a form using the JInitiator and Application Server within the browser window instead of the form creating its own work area outside of the browser? Any help would be greatly appreciated.
    Thanks,
    Bucky

    Hi
    Set the separateFrame parameter to false.
    This can be done by supplying parameters directly in the URL or in a form specific section in the formsweb.cfg file

  • Config 9i Froms to use https

    We are configuring 9i Froms Servlet to use https according technical white paper from OTN - JAR File Signing for JInitiator 1.3
    Here is our following steps:
    1) Create a temporary directory, for example c:\temp\jar. Open a command prompt
    session at that directory
    2) Unpack the f90all.jar (download by ftp from our 9iAS mid-tier AIX host) into
    this directory using the following jar command:
    c:\jdk131\bin\jar -xvf c:\temp\jar\f90all.jar
    3) Delete the c:\temp\jar\meta-inf directory created by the unpacking of the
    JAR.
    4) Repackage the JAR file in the c:\temp\jar directory using the jar command
    again. c:\jdk131\bin\jar -cf f90all_resigned.jar *.*
    Figure 14 ¡V Using the jar utility to re-create a JAR file
    5) Sign the new version of the Forms JAR file with my custom signing identity:
    c:\jdk131\bin\jarsigner
    -keystore c:\jdk131\certificates\keystore
    -storepass keystore_pwd
    -keypass pjc_identity_pwd
    f90all_resigned.jar
    pjc_identity
    6) verified the created jar is O.K. by using: jarsigner -verify
    f90all_resigned.jar
    7) ftp the new JAR file to the /forms90/java directory on the application
    server machine for deployment
    8)alter the formsweb.cfg configurations to refer to f90all_resigned.jar rather
    than f90all.jar
    9) open IE 6.0 to access the test form
    http://mid-tier:7778/forms90/f90servlet?config=testing (also using SSO in 9i
    Forms)
    It pop up a dialog asking the user if we want to trust this code, then redirect
    to the SSO login page and show the test for form in IE
    So, the http is working.
    10) open IE 6.0 to access the test forms
    https://mid-tier:4443/forms90/f90servlet?config=testing (using SSO in 9i Forms)
    It prompt error: Could not connect to
    https://mid-tier:4443/forms90/java/f90all_resigned.jar.
    Error message: Please ensure that the
    certificate for this web server is installed in C:\Program
    Files\Oracle\JInitiator
    And then hang the browser.
    Have anyone have idea how to solve this?

    Ernest,
    though not an expert on this: But is the certificate known by the HTTP server? HTTPS requires a custom certificate to encrypt the communication. The Public key needs to be known by the client (Jinitiator) and the Server (HTTP). As far as I remember there is a section on using HTTPS written in the Oracle9iAS application server docu.
    I also don't think that resigning the Forms archive files is necessary to use HTTPS. The signature of the f90all.jar files only tells the client that the Java classes can be trusted
    Frank

  • Jinitiator 1.3.1.9, need upgrade for 9iAS server?

    Hi, I am trying to setup a 9iAS test server on Windows 2000. The bundled Jinitiator 1.1.8.? Did not work with my test box but did work on the server. I downloaded Jinitiator 1.3.1.9 and it installs and runs on my client box. I have modifed the needed FORMSWEB.CFG & Jinit files and I go get the correctly configured served out page to my client but I get a java exception:
    Oracle.ewtinAWT.lwcomponet'''s signer information does not match signer info...
    I can find the referenced .class file. However, I didnt know that the server side needed to be modifed to run Jinitiator 1.3.1.9. Is there a patch for the server side or more docs somewhere.
    I'm stuck.
    Thanks for any help,
    Scott Peterson

    Firefox 3.0 and 3.5/6 versions require at least Mac OS X 10.4
    http://www.mozilla.com/en-US/firefox/system-requirements.html - Mozilla Firefox 3.6 System Requirements
    Firefox 2.0.0.20 is the last release that runs on Mac OS X 10.2 and 10.3
    See:
    * http://kb.mozillazine.org/Installing_Firefox
    * http://kb.mozillazine.org/Unsupported_operating_systems
    Mac: https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.20/mac/en-US/
    Other browsers that you can look at:
    http://caminobrowser.org/download/releases/ (#os10.3.8)
    [http://en.wikipedia.org/wiki/ICab iCab]: http://www.icab.de/
    http://www.seamonkey-project.org/releases/seamonkey1.1.19

  • Multiple Application Server's Version installs multiple jinitiator

    I have multiple Application Servers in my environment and they have different versions like 9iAS 9.0.4 10.0.2 etc. I am facing a problem that when my users jump from one Application Server to another then it uses and install different jinitiator.
    Kindly let me tell that how i can use just one version of Jinitiator with all versions of Application Server???
    Zeeshan Ali Awan
    [email protected]

    Hello,
    I'm really sorry but this is a typo on my part. It should be "You can't have two different APEX versions on the same instance."
    Does it mean that if we install ApEx v3 we will have only ApEx v3?Yes. This is exactly what it means. The installation script automatically detect previous installed APEX (or earlier HTML DB ) version, and upgrade it. You can end up with only one version per instance.
    Regards,
    Arie.

  • Jinitiator & IE8 On Windows 2008 R2 x64 Server - Please Help!

    Hello All -
    I am wrapping up configuration of a Citrix Xenapp server for a presentation to my manager. The ONLY thing that I cannot get working is jinitiator for our Oracle apps. It is running on IE8 on WIndows 2008 R2 x64.
    I have done a lot of research and replace jvm.dll from Java, but haven't been able to get that to work. My guess is that it's either because I'm downloading the incorrect version of Java (which I extract the .jvm file from) or that i'm running x64.
    Please give any suggestions to help. I've spent hours on this project and if I cannot figure this out and have to go back to a different version of OS, then it's all lost -
    Thanks!

    801574 wrote:
    Great - Thanks.
    Will this need to be something that it installed/configured on my machine with IE8 installed or will changes need to be made to the actual Oracle server? We don't manage the server so hopefully it will be the client end.
    Thank YouAs long as you have the necessary version of JRE installed, you should be good. Necessary application changes/configuration must be made in order for it to use JRE.
    Srini

  • App Server without jinitiator

    Need to set up an App Server environment which does not need to download anything to the client browser.
    ie running from internet cafe.
    Can app server 9i use the local/native jave machine instead of downloading jinititor ?
    Any comments would be appreciated
    Ian

    Ian,
    Yes, with IE 5.x you don't have to use jinitiator. Take a look at the formsweb.cfg file:
    ; The next parameter specifies how to execute the Forms applet under
    ; Microsoft Internet Explorer 5.0. Put IE50=native if you want the
    ; Forms applet to run in the browser's native JVM.
    #IE50=JInitiator
    IE50=native
    But your browser will still have to download the jar-files
    kind regards,
    Ivan
    Need to set up an App Server environment which does
    not need to download anything to the client browser.
    ie running from internet cafe.
    Can app server 9i use the local/native jave machine
    instead of downloading jinititor ?
    Any comments would be appreciated
    Ian

  • Cloned Server - Application Not Loading Jinitiator

    Hi All,
    I have an EBS instance that is working fine (11.5.10 on Suse 9.0). I cloned this instance to another machine that has some Hardware. This process finished OK, I have started application, and it seems to work fine.
    I can enter through Browser and can login and select responsibility and Function. The problem is that when I select Function, it seems to load fast, but it doesn´t seem to do anything. No error, No Log in Jinitiator (seems to never start it). What should be happening?
    I am looking forward to your response.
    Thanks in advance.
    Nicolas.

    Hussein,
    Thanks for your response.
    I have cheked out those directories, and I found this log in the access_log file.
    200.49.154.27 - - [16/Apr/2009:08:37:27 -0300] "POST /OA_HTML/fndvald.jsp HTTP/1.1" 302 248
    200.49.154.27 - - [16/Apr/2009:08:37:41 -0300] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE HTTP/1.1" 200 18457
    200.49.154.27 - - [16/Apr/2009:08:37:45 -0300] "GET /OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&akRegionApplicationId=0&navRespId=50265&navRespAppId=20003&navSecGrpId=0&transactionid=197040866&oapc=2 HTTP/1.1" 200 24303
    200.49.154.27 - - [16/Apr/2009:08:38:01 -0300] "GET /OA_HTML/RF.jsp?function_id=24933&resp_id=50265&resp_appl_id=20003&security_group_id=0&lang_code=US HTTP/1.1" 302 362
    200.49.154.27 - - [16/Apr/2009:08:38:06 -0300] "GET /pls/PROD/fnd_icx_launch.launch?resp_app=XXCUS&resp_key=XXCUS+IT+SUPERUSER&secgrp_key=STANDARD&start_func=XXCUS_IT_EM&other_params= HTTP/1.1" 302 1
    200.49.154.27 - - [16/Apr/2009:08:38:06 -0300] "GET /oa_servlets/oracle.apps.fnd.sso.AppsLogin?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Flinux.local%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errText=Your%20session%20is%20no%20longer%20valid.%20Please%20login%20again. HTTP/1.1" 302 400
    200.49.154.27 - - [16/Apr/2009:08:38:07 -0300] "GET /OA_HTML/AppsLocalLogin.jsp?requestUrl=APPSHOMEPAGE&cancelUrl=http%3A%2F%2Flinux.local%3A8000%2Foa_servlets%2Foracle.apps.fnd.sso.AppsLogin&errText=Your+session+is+no+longer+valid.+Please+login+again. HTTP/1.1" 200 8754
    It seems to be loosing session. What could it be happening?
    Thanks for your time.
    Best Regards.
    Nicolas.

  • Forms Server 6.0 and white Form

    I tried to run an very simple form (scott/tiger emp table...) on
    a forms server 6.0 in the applet viewer and in the Jinitiator
    environment.
    The result is a white form with only a menu item (window) and
    nothing more.
    I tried with WebDb, IIS4 and OAS 4.07 on WNT 4.0 SP3 and SP4
    systems but the result is allways the same.
    Any ides, suggestion
    TIA
    Tullio
    null

    i have a unique problem when i install form server and run
    web forms with jdk supplied with the dev 6.0 it runs for the
    first time that for does not have an image in it. but when i try
    to load a form with image in it. it shows a white form and when i
    retry to load the prevuios form with out image i also show the
    same white form now. or if i install jinitiator then the jdk
    stop working and even if i deinstall the jinitiator and remove
    all the entires form jinitiator the problem remains the same. tha
    same white form.
    any ideas pls i know i wont get an answer form Oracle Development
    team. so any one else around can who can help.
    mobeen
    Genevieve Millsap (guest) wrote:
    : We're having a similar problem when we use the parameter
    : separateFrame="yes". Fortunately, the corner of our login box
    is
    : visible, and we can drag it into the white frame and proceed,
    but
    : changing width and height has no effect.
    : If we omit the separateFrame parameter, it defaults to "no",
    and
    : we don't have the problem.
    : mobeen (guest) wrote:
    : : I have the same problem but i dont see a single reply from
    : Oracle
    : : Guys.
    : : Matt Stuempfle (guest) wrote:
    : : : I am having the same problem with the white screen.
    Changing
    : : : the width and height did not help. Any other suggestions?
    : : : Sailesh Patel (guest) wrote:
    : : : : Tullio Bettinazzi (guest) wrote:
    : : : : : I tried to run an very simple form (scott/tiger emp
    : : : table...)
    : : : : on
    : : : : : a forms server 6.0 in the applet viewer and in the
    : : : Jinitiator
    : : : : : environment.
    : : : : : The result is a white form with only a menu item
    (window)
    : : : and
    : : : : : nothing more.
    : : : : : I tried with WebDb, IIS4 and OAS 4.07 on WNT 4.0 SP3
    and
    : : SP4
    : : : : : systems but the result is allways the same.
    : : : : : Any ides, suggestion
    : : : : : TIA
    : : : : : Tullio
    : : : : Change the default values to the following information
    in
    : : : : static_jinit.html
    : : : : WIDTH=500
    : : : : HEIGHT=500
    : : : : and try after that.
    null

  • Urgent help required for configuring forms server 6.0

    Hi every one/anyone
    i will really appreciate if i can get your attention and a little
    bit of your help in configuration of Developer Server.
    i have similar kind of a problem i hopeany one can shed some
    light on it as well.
    I am using
    Pentium III 450 MHZ 256 MB Ram
    NT server 4.0 with Service pack 3.
    Oracle 8.1.5
    IIS 4 or OAS 4.0.7
    Developer 6.0 down loaded from OTN.
    Internet Explorer 5.
    I have failed to run forms 6.0 on the web, i have tried all the
    option
    JDK supplied with the Developer 6.0 Software on DOS prompt.
    Jinitiator 1.1.7.11
    When i run forms from the Designer they work But When i try them
    to run form the browser Every thing works the status bar
    of the Internet Explorer 5 says applet initialized but the forms
    do not show up. when i press the refresh button of the browser
    the status bar show applet running and a forms window appear's
    but with out showing the form. I have checked from the Java
    Console it shows the same error on and again with or without
    jinitiator. I have almost tried every setting.
    Oracle JInitiator version 1.1.7.11
    Using JRE version 1.1.7.11o
    User home directory = E:\WINNT\Profiles\Administrator
    Proxy Configuration: Manual Configuration
    Proxy:
    Proxy Overrides: <local>
    Opening http://an.ma/web/oracle/forms/engine/Main.class no proxy
    Opening http://an.ma/web/oracle/ewt/lwAWT/BufferedApplet.class
    Opening http://an.ma/web/oracle/ewt/popup/PopupApplet.class
    Opening http://an.ma/web/oracle/ewt/popup/PopupOwner.class
    Opening http://an.ma/web/oracle/ewt/event/tracking/MouseGrabPr
    ovider.class
    Opening http://an.ma/web/oracle/ewt/help/HelpCapable.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/ImmediatePainter.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/DoubleBufferer.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/VirtualComponent.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/FocusRoot.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/KeyProcessor.class
    Opening http://an.ma/web/oracle/forms/test/Test.class
    Opening http://an.ma/web/oracle/ewt/painter/PaintContext.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/LWComponent.class
    Opening http://an.ma/web/oracle/forms/ui/mdi/MDIContainer.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWMenuBar.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/lwMenu/BaseMIContainer.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWMenuItemContainer.clas
    s
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWMenu.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWMenuItem.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/AbstractPainterComponent.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWMenuInvoker.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWPopupMenu.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWMenuSeparator.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/Desktop.class
    Opening http://an.ma/web/oracle/forms/ui/mdi/MDIWindowMenu.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWPopupMenuListener.clas
    s
    Opening http://an.ma/web/oracle/ewt/popup/PopupFrame.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/BufferedFrame.class
    Opening http://an.ma/web/oracle/ewt/painter/Painter.class
    Opening http://an.ma/web/oracle/ewt/popup/PopupHandler.class
    Opening http://an.ma/web/oracle/ewt/UIManager.class
    Opening
    http://an.ma/web/oracle/ewt/UIManager$LookAndFeelInfo.class
    Opening http://an.ma/web/oracle/ewt/LookAndFeel.class
    Opening
    http://an.ma/web/oracle/bali/share/collection/StringKey.class
    Opening http://an.ma/web/oracle/ewt/laf/oracle/OracleLookAndFe
    el.class
    Opening http://an.ma/web/oracle/ewt/laf/basic/BasicLookAndFeel
    .class
    Opening http://an.ma/web/oracle/ewt/painter/BorderPainter.clas s
    Opening http://an.ma/web/oracle/ewt/ColorScheme.class
    Opening http://an.ma/web/oracle/ewt/laf/oracle/OracleColorSche
    me.class
    Opening http://an.ma/web/oracle/ewt/UIDefaults.class
    Opening http://an.ma/web/oracle/ewt/HashTableDefaults.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/MultiUIDefaults.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/laf/basic/ColorizingFilter
    .class
    Opening http://an.ma/web/oracle/ewt/lwAWT/VComponentPaintConte
    xt.class
    Opening http://an.ma/web/oracle/ewt/painter/ImagePainter.class
    Opening http://an.ma/web/oracle/ewt/painter/AbstractPainter.cl
    ass
    Opening http://an.ma/web/oracle/ewt/laf/basic/PerComponentUIIn
    stantiator.class
    Opening http://an.ma/web/oracle/ewt/UIInstantiator.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/plaf/StatusBarUI.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/plaf/ComponentUI.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/laf/oracle/OracleStatusBar
    Painter.class
    Opening http://an.ma/web/oracle/ewt/painter/AbstractBorderPain
    ter.class
    Opening http://an.ma/web/oracle/ewt/painter/AbstractWrappingPa
    inter.class
    Opening http://an.ma/web/oracle/ewt/painter/NullPainter.class
    Opening http://an.ma/web/oracle/ewt/laf/oracle/OracleUIUtils.c
    lass
    Opening http://an.ma/web/oracle/ewt/graphics/ImageSet.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/lwAWT/DoubleBuffer.class
    Opening http://an.ma/web/oracle/ewt/plaf/TextUI.class
    Opening http://an.ma/web/oracle/ewt/laf/oracle/OracleInsetBord
    erPainter.class
    Opening http://an.ma/web/oracle/ewt/painter/FixedBorderPainter
    .class
    Opening http://an.ma/web/oracle/ewt/util/ImmInsets.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/plaf/ToolBarUI.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/laf/oracle/OracleToolBarPa
    inter.class
    Opening http://an.ma/web/oracle/ewt/laf/oracle/ScrollBoxBorder
    Painter.class
    Opening http://an.ma/web/oracle/ewt/laf/oracle/DisabledBGPaint
    er.class
    Opening http://an.ma/web/oracle/ewt/painter/ColorChange.class
    Opening http://an.ma/web/oracle/ewt/painter/FilledRectPainter.
    class
    Opening http://an.ma/web/oracle/ewt/painter/FGBGColorChange.cl
    ass
    Opening http://an.ma/web/oracle/ewt/laf/oracle/OracleRoundedPa
    inter.class
    Opening http://an.ma/web/oracle/ewt/graphics/SynthesizingImage
    Set.class
    Opening http://an.ma/web/oracle/ewt/graphics/NullImageFilter.c
    lass
    Opening http://an.ma/web/oracle/ewt/painter/ImageSetPainter.cl
    ass
    Opening http://an.ma/web/oracle/ewt/painter/TextPainter.class
    Opening http://an.ma/web/oracle/ewt/painter/TruncatingTextPain
    ter.class
    Opening http://an.ma/web/oracle/ewt/laf/basic/DisablingPainter
    .class
    Opening http://an.ma/web/oracle/ewt/laf/basic/StringInstantiat
    or.class
    Opening http://an.ma/web/oracle/ewt/UIDefaults$DeferredValue.c
    lass
    Opening http://an.ma/web/oracle/ewt/laf/basic/SingletonUIInsta
    ntiator.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/SharedPainter.class
    Opening http://an.ma/web/javax/swing/JInternalFrame.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/util/LocaleUtils.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/util/WindowUtils.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/util/WindowUtils$ActiveWin
    dowTracker.class
    Opening http://an.ma/web/oracle/forms/engine/MainBeanInfo.clas s
    Opening http://an.ma/web/sun/beans/infos/MainBeanInfo.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/lwAWT/BufferedAppletBeanIn
    fo.class
    Opening http://an.ma/web/sun/beans/infos/BufferedAppletBeanInf
    o.class
    Opening http://an.ma/web/oracle/ewt/popup/PopupAppletBeanInfo.
    class
    Opening http://an.ma/web/sun/beans/infos/PopupAppletBeanInfo.c
    lass
    Opening http://an.ma/web/oracle/ewt/help/HelpProvider.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/event/AnyEventListener.cla
    ss
    Opening http://an.ma/web/oracle/forms/ui/FormMouseGrabProvider
    .class
    Opening http://an.ma/web/oracle/ewt/event/tracking/GlassMouseG
    rabProvider.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/DesktopCont
    ainer.class
    Opening http://an.ma/web/oracle/forms/engine/Runform.class no
    proxy
    Opening http://an.ma/web/oracle/forms/engine/MessageHandler.cl
    ass
    Opening http://an.ma/web/oracle/forms/registry/MessageManager.
    class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/LWWindow.cl
    ass
    Opening http://an.ma/web/oracle/ewt/event/tracking/KeyFilterPr
    ovider.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/DesktopEven
    t.class
    Opening http://an.ma/web/oracle/ewt/event/EwtEvent.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/EwtComponent.class
    Opening http://an.ma/web/oracle/ewt/scrolling/Scrollable.class
    Opening http://an.ma/web/oracle/ewt/dnd/Autoscroll.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/event/tracking/GlassMouseG
    rabProvider$Proxy.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericLookAnd
    Feel.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/SystemColorSch
    eme.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/FixedColorSche
    me.class
    Opening http://an.ma/web/oracle/forms/engine/icons/splash.gif
    Opening http://an.ma/web/oracle/ewt/graphics/ImageUtils.class
    Opening http://an.ma/web/oracle/ewt/graphics/ImageLoader.class
    Opening http://an.ma/web/oracle/forms/engine/Splashscreen.clas s
    Opening http://an.ma/web/oracle/ewt/lwAWT/LWComponent$PaintCtx
    t.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericInsetBo
    rderPainter.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericRectang
    lePainter.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericDesktop
    UI.class
    Opening http://an.ma/web/oracle/ewt/laf/basic/BasicComponentUI
    .class
    Opening http://an.ma/web/oracle/ewt/laf/basic/AbstractComponen
    tUI.class
    Opening http://an.ma/web/oracle/ewt/plaf/DesktopUI.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/WindowManag
    er.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/laf/BaseWin
    dowManager.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/DesktopList
    ener.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/laf/MouseWi
    ndowActivater.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/laf/KeyWind
    owActivater.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/ModalStyle.
    class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/LWWindow$Fo
    cusTransferComp.class
    Opening http://an.ma/web/oracle/ewt/event/tracking/TrackingUti
    ls.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/DesktopCont
    ainer$WindowEnum.class
    Opening http://an.ma/web/oracle/ewt/event/ListenerManager.clas s
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwWindow/DesktopLayo
    ut.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericCompone
    ntUI.class
    Opening http://an.ma/web/oracle/ewt/scrolling/ScrollableExcept
    ion.class
    Opening http://an.ma/web/oracle/forms/ui/mdi/ActivationTracker
    .class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/ScrollableAda
    pter.class
    Opening http://an.ma/web/oracle/ewt/scrolling/arrowBox/ArrowBo
    x.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericMenuBar
    UI.class
    Opening http://an.ma/web/oracle/ewt/plaf/MenuBarUI.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/MenuBarCo
    ntroller.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/PreferredRowL
    ayout.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/BaseMIContain
    er$AddLsnr.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWPopupMenuEv
    ent.class
    Opening http://an.ma/web/oracle/ewt/popup/NoPopupOwnerExceptio
    n.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericPopupMe
    nuUI.class
    Opening http://an.ma/web/oracle/ewt/plaf/PopupMenuUI.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/PopupMenu
    Controller.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/PreferredColu
    mnLayout.class
    Opening http://an.ma/web/oracle/forms/engine/RunformBundle_en_
    US.class
    Opening http://an.ma/web/oracle/forms/engine/RunformBundle.cla
    ss
    Opening http://an.ma/web/oracle/forms/engine/RunformBundle_en.
    class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericMenuIte
    mUI.class
    Opening http://an.ma/web/oracle/ewt/plaf/MenuItemUI.class no
    proxy
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/MenuItemC
    ontroller.class
    Opening http://an.ma/web/oracle/ewt/painter/AndOrStatePainterS
    witcher.class
    Opening http://an.ma/web/oracle/ewt/painter/AbstractPainterSwi
    tcher.class
    Opening http://an.ma/web/oracle/ewt/painter/DirectionalBorderP
    ainter.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/KeyStroke
    Painter.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/MenuItemP
    ainter.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/MenuSelCo
    lorChange.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericSelecti
    onPainter.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/MenuSelTe
    xtColorChange.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/DragRedispatc
    her.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericMenuSep
    aratorUI.class
    Opening http://an.ma/web/oracle/ewt/plaf/MenuSeparatorUI.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWCheckboxMen
    uItem.class
    Opening http://an.ma/web/oracle/ewt/thread/Task.class
    Opening http://an.ma/web/oracle/ewt/laf/generic/GenericMenuUI.
    class
    Opening http://an.ma/web/oracle/ewt/plaf/MenuUI.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/SubmenuIc
    on.class
    Opening http://an.ma/web/oracle/ewt/painter/PainterJoiner.clas s
    Opening http://an.ma/web/oracle/forms/engine/icons/bgnd.gif no
    proxy
    Opening http://an.ma/web/oracle/ewt/painter/FixedImagePainter.
    class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/laf/HorzMenuC
    ontroller.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/lwMenu/LWMenuBar$Acc
    elFilter.class
    Opening http://an.ma/web/oracle/ewt/event/tracking/GlassMouseG
    rabProvider$Disp.class
    Opening http://an.ma/web/oracle/forms/handler/UICommon.class
    Opening http://an.ma/web/oracle/forms/handler/IHandler.class
    Opening http://an.ma/web/oracle/forms/api/IObject.class no
    proxy
    Opening http://an.ma/web/oracle/forms/handler/FormWindow.class
    Opening http://an.ma/web/oracle/forms/engine/RunformException.
    class
    Opening http://an.ma/web/oracle/forms/net/Connection.class no
    proxy
    Opening http://an.ma/web/oracle/forms/engine/MessageHandler2.c
    lass
    Opening http://an.ma/web/oracle/forms/engine/FlushQueue.class
    Opening http://an.ma/web/oracle/ewt/util/ClipboardProxy.class
    Opening http://an.ma/web/oracle/forms/engine/Registry.class no
    proxy
    Opening http://an.ma/web/oracle/forms/registry/Registry.dat no
    proxy
    Opening http://an.ma/web/oracle/forms/registry/default.dat no
    proxy
    Opening http://an.ma/web/oracle/forms/net/SocketConnection.cla
    ss
    Opening http://an.ma/web/oracle/forms/net/EncryptedOutputStrea
    m.class
    Opening http://an.ma/web/oracle/forms/net/EncryptedInputStream
    .class
    Opening http://an.ma/web/oracle/forms/net/StreamMessageReader.
    class
    Opening http://an.ma/web/oracle/forms/net/StreamMessageWriter.
    class
    Opening http://an.ma/web/oracle/forms/engine/Message.class no
    proxy
    Opening http://an.ma/web/oracle/forms/engine/TerminalMessage.c
    lass
    Opening http://an.ma/web/oracle/forms/engine/IndexTag.class no
    proxy
    Opening http://an.ma/web/oracle/forms/net/SingleAccessorQueue.
    class
    Opening http://an.ma/web/oracle/forms/engine/DeleteMask.class
    Opening http://an.ma/web/oracle/forms/engine/FontEntry.class
    Forms Applet version is : 4
    Opening http://an.ma/web/oracle/forms/engine/DeferredMessage.c
    lass
    when i press refresh on the ie5 then it says applet started
    creates a window inside the browser with borders
    but does now show any thing expect a few more lines in the
    console window as following
    Opening http://an.ma/web/oracle/ewt/util/StringUtils.class
    Opening http://an.ma/web/oracle/ewt/lwAWT/BufferedPanel.class
    Opening http://an.ma/web/oracle/ewt/popup/PopupPanel.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/WaitingDoubleBuffer.class
    Opening
    http://an.ma/web/oracle/ewt/lwAWT/BalkingDoubleBuffer.class
    Opening http://an.ma/web/oracle/ewt/graphics/GraphicUtils.class
    Opening http://an.ma/web/oracle/ewt/util/ComponentUtils.class
    Opening
    http://an.ma/web/oracle/ewt/layout/DirectionalLayout.class
    I hope any one can help me. I have been trying to run this thing
    for almost 2 months.
    bye
    null

    I had the same problem for the longest time... The problem is
    the "SplashScreen" it hangs everything up...
    My solution was add this line to your html:
    <param name="splashScreen" value="no">
    Good luck,
    Let me know if that works..
    Jeff.
    mobeen (guest) wrote:
    : Hi every one/anyone
    : i will really appreciate if i can get your attention and a
    little
    : bit of your help in configuration of Developer Server.
    : i have similar kind of a problem i hopeany one can shed some
    : light on it as well.
    : I am using
    : Pentium III 450 MHZ 256 MB Ram
    : NT server 4.0 with Service pack 3.
    : Oracle 8.1.5
    : IIS 4 or OAS 4.0.7
    : Developer 6.0 down loaded from OTN.
    : Internet Explorer 5.
    : I have failed to run forms 6.0 on the web, i have tried all
    the
    : option
    : JDK supplied with the Developer 6.0 Software on DOS prompt.
    : Jinitiator 1.1.7.11
    : When i run forms from the Designer they work But When i try
    them
    : to run form the browser Every thing works the status bar
    : of the Internet Explorer 5 says applet initialized but the
    forms
    : do not show up. when i press the refresh button of the browser
    : the status bar show applet running and a forms window appear's
    : but with out showing the form. I have checked from the Java
    : Console it shows the same error on and again with or without
    : jinitiator. I have almost tried every setting.
    : Oracle JInitiator version 1.1.7.11
    : Using JRE version 1.1.7.11o
    : User home directory = E:\WINNT\Profiles\Administrator
    : Proxy Configuration: Manual Configuration
    : Proxy:
    : Proxy Overrides: <local>
    : I hope any one can help me. I have been trying to run this
    thing
    : for almost 2 months.
    : bye
    null

  • Trying to use webutil  - Works in development, will not work on app server.

    I am having a similar problem. I have followed all the instructions from above.
    I run my code in the developer and it runs fine. If I run my code from the application server I get locked up.
    Here is the output from my java console.
    Oracle JInitiator: Version 1.3.1.28
    Using JRE version 1.3.1.28-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\BrianG.PSSI
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\BrianG.PSSI\Oracle Jar Cache28
    Maximum size: 1,024 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://smprdap2.pssi.local/forms/java/frmall_jinit.jar from JAR cache
    Loading http://smprdap2.pssi.local/forms/java/frmwebutil.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    Loading http://smprdap2.pssi.local/forms/java/esteelman.jar from JAR cache
    Loading http://smprdap2.pssi.local/forms/java/sticons.jar from JAR cache
    Loading http://smprdap2.pssi.local/forms/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.3
    Exception occurred during event dispatching:
    java.lang.NoSuchMethodError
         at oracle.forms.webutil.common.VBeanCommon.init(VBeanCommon.java:281)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    This is the configuration I an trying to use is:
    [SMT1]
    form=st_menu.fmx
    imageBase=CodeBase
    width=1020
    height=740
    separateFrame=true
    splashScreen=/forms/steelman/images/logo.gif
    background=no
    lookAndFeel=Oracle
    colorScheme=purple
    logo=/forms/steelman/images/small_logo.gif
    formsMessageListener=
    recordFileName=
    pjcRegisterApplet=oracle.forms.demos.util.RegisterCertificate
    pjcArchive=esteelman.jar
    baseHTMLjinitiator=signedjini.htm
    baseHTMLJinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm.
    WebUtilArchive= esteelman.jar,sticons.jar, frmall_jinit.jar, frmwebutil.jar,jacob.jar
    archive_jini=frmall_jinit.jar,esteelman.jar,sticons.jar,frmwebutil.jar,jacob.jar,
    em_mode=1
    serverApp=/steelman/conf/steelman
    envFile=C:\steelman\conf\smt1.env
    If i do not use baseHTMLjinitiator=signedjini.htm
    our application will not launch at all.

    The first problem I see is that you are using an old version of WebUtil, which is not supported for use with Forms 10.1.2.3 and is probably the cause of the problem.
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    The correct versions of frmwebutil.jar and webutil.pll are applied to Developer Suite installations and can be copied to Application Server. If you do not have an iDS installation, you can install the latest Forms Bundle patch which includes the correct WebUtil files. Refer to Patch ID 9593176 and Note 1188127.1. Be sure to review the ReadMe included with the patch.
    The second problem is that you are using Jinitiator. Jinitiator has been obsolete for a long time. However, if you have some reason why you must use it, I would recommend that you at least get the last version released (1.3.1.30). This can be downloaded from within MyOracleSupport (account required) using Patch ID 7410076. If you do not have access to MyOracleSupport and you are using Forms 10.1.2.3, then you can use JRE6 (1.6.0_37). Do not attempt to use JRE7
    http://www.oracle.com/technetwork/java/javase/downloads/jre6u37-downloads-1859589.html
    You would need to install the 32bit version: jre-6u37-windows-i586.exe
    References:
    <li>Note: 566628.1
    <li>Note: 561273.1

  • Launching from desktop shortcuts results in shared JInitiator sessions?

    Hello,
    I've been looking into how best to give users a route into my Forms 10gR2 application, and had set up a desktop shortcut. This is just a URL to an intermediate htm file, which then uses window.open() Javascript to run the URL for the application itself in a stripped-down browser window. I've turned off the Internet Explorer option 'Reuse windows for launching shortcuts', so a new IE window is always opened rather than use an existing one.
    That all works fine in principal. I've noticed, though, that if a browser is already open, then clicking on the shortcut will open a new browser window (good) but that is still part of the existing browser process. This means that if I use the desktop shortcut twice, to start two separate sessions of my application, they are in different windows but sharing the same browser process - and the same JInitiator (I only see one instance of the JInitiator console, with outputs from the two sessions.) That scenario often causes the newer application session to hang terminally before login.
    The problem doesn't occur if I manually force starting of a new IE instance to run my second application session. It definitely seems to be a problem with running two Forms sessions in one IE instance - I read on another post there was a known bug on this in Forms 10g904, I'd have thought this would be fixed by now..?
    Has anyone else had similar problems? Or experience of using desktop shortcuts to start a Forms app?
    Cheers,
    James
    Message was edited by: Oh, I'm running in separateMode=false, btw.
    kilj

    I haven't done much with JPI, apart from testing it locally on my development box. I've successfully lobbied our DBA in support of creating an alternate JPI config on our test server, to evaluate its effect on an app currently under development, but I've yet to ask that he actually create that config.
    My main reason for wanting JDK 1.4 or better, is to gain support for regular expressions. I'm running JPI 1.3.1_16, so I haven't had a chance to observe the behavior you're describing with JPI 1.5. The Java Plug-In Control Panel provides allows me to choose which JRE it employs -- does JPI 1.5 no longer support this? As for the sticky-cursor issue, I am not familiar with it -- I guess I'll have to research that a bit!
    I'll be working with JPI more, over the coming weeks/months, and will be certain to report back with the results of my testing.
    Later,
    Eric

Maybe you are looking for

  • Problems waking up and connecting to internet after MAC Software updates.

    My Intel Macbook laptop use to connected to the internet automatically when I turned it on the laptop or woke it up. Now after the last MAC software upgrade this week (which included iTune, iPhoto, MAC 10.4.9 and an Airport upgrade) my PC is having p

  • New Hard drive not working - please help!!!

    This is an original thread that I'd started: http://discussions.apple.com/thread.jspa?threadID=2066043&tstart=0 Since that, I tried the following this morning. I took out the old 100GB drive and fitted the new 500GB (blank) drive. My plan was to fres

  • IBook payment issue

    Hi, guys. I'm new to this forum and I'm from Mongolia. I gotta question regarding payment for books in iBooks. To put it simple, i want to sell my book via ibook, the question is, Is it possible for itunes users from Mongolia, where there is no app s

  • Alter session is not wofking

    Hi All, I have created process to alter session so I control the currency format, any way the process is working fine on the home page, but when visit another page or return to the home page the session value (currency format )will go back to previou

  • HT1349 5W power adapter, warranty for accessories purchases seperately

    I purchased the Apple 5w power adapter from Target in Jan 2013.  The device stopped charging my sons Ipod.  It is not the outlet, cable or the Ipod as they charge with the power adapter for my Iphone.  equally my iphone can not charge with the defect