Applet and Oracle JInitiator

Hi,
I have JSP page contain two things
1- Applet (for example: JTree with checkboxes)
2- IFRAME and the source is Oracle Form (http://svr:port/forms90/f90servlet?xxx).
the Applet need Web Start Launcher as a part of JRE
and the Oracle Form need JInitiator, the two needs JVM at the same time and then a message appear "Attachment to running Virtual Machine failed"
is there any way to avoid this conflict?
thanks

oracle-sun-forums, welcome to the forum. Please don't post in threads that are long dead and don't hijack another poster's thread. When you have a question, start your own topic. Feel free to provide a link to an old post that may be relevant to your problem.
As your question isn't related to the subject of this thread, I'[m blocking your post.  I'm locking this thread now.
db                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Incompatibility with Oracle Forms and Oracle JInitiator (1.3.1.22)

    Hello,
    I've detected a problem that I don't know how to solve or if it's in my hands to solve it.
    In my company we're using a SAP EP as intranet and it is the default web page when we open the Internet Explorer.
    The problem is that since we use the SAP EP as home page, when I try to open the url of an application delveloped with Oracle Forms (It's like a ritch client developed in Java. The first time you execute it, it installs the Oracle JInitiator and then it runs the aplication locally every time you call the web) it doesn't work. It shows a connection error (FRM-92102), but it seems that there is a problem with the JVM.
    If you open the Internet Explorer (or Firefox) with other page as home page, then the application works correctly and without any problem, but if I open it after opening our SAP EP (or other link SDN, ...) it doesn't work.
    Does anyboy know how to solve it or if is it possible to solve it?
    Any help will be welcome...
    Thanks in advance and best regards,
    jc!

    Hello,
    I solved the problem applaying SAP Note 791765 (Mixed JSESSIONID Cookies from Different Servers)... I followed this steps:
    1. I opened Visual Administrator
    2. I went to servlet_jsp
    3. I changed the property JSESSIONID.CookieDomain value from SERVER to NONE.
    4. And I restarted the J2EE.
    After that, JSESSIONID cookie is stored for the fully qualified name of the J2EE and it doesn't interferes in other domains...
    Thanks anyway and regards.

  • Need help re applet and oracle thin

    I'm having with applets when it comes to connection to the database. Here's what happened I want to integrate my Elixir report to my applet application I compiled it and I saw no error. But when I tried to run a dialog box appeared into my screen with a message
    "java.security.AccessControlException:access denied(java.util.PropertyPermission oracle.jserver.version read)"
    what's wrong with this I don't know what to do already hope you can help me figure out what's wrong with my program tnx.
    here's my html code:
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="Author" content="Shem Kua">
    <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; I) [Netscape]">
    <title>PPI Reports</title>
    </head>
    <body>
    <applet codebase="./" code="ReportApplet" archive ="report.jar,elxrt.jar, ojdbc14.jar" width=780 height=480>
    <param name=mode value="appletviewer">
    <param name=dsmfile value="sav/ppi.sav">
    <param name=template value="templates/ppi.template">
    </applet>
    </body>
    </html>

    In contrast to what many people say in this forum, it is possible to have an unsigned applet access a database. You don't even have to manipulate the client's policy-file. The requirement is that the database is located on the same machine as the applet is downloaded from.There are however other things that can break this possibility. One is the database-driver itself.
    In the case of Oracle we have tried using different versions of the driver. When using version 8.1.7 or 9.0.1 things work nicely, but when switching to version 9.2 it stops working. There is a question on OTN [1]. Let's see what Oracle has to say about it.
    [1] Problem connecting using Oracle JDBC drivers

  • Applet to Oracle

    Hello,
    I have written an aplet to connect to oracle. Now, i have the oracle loaded on to my PC and the applet is also there on the same PC. I am using Oracle thin driver to connect. It works fine with application as i give the classpath while executing the java programs. But here when i load the HTML for the applet, i get error
    Can't find the driver specified : OracleDriver
    here is the code i am using:
    String url = "oracle.jdbc.driver.OracleDriver";
    String connect_string = "jdbc:oracle:thin:@homepc:1521:ORA815";
    I am using ForName(url) and DriverManager.getConnection(connect_string..)
    I guess it is not recognizing the path where this orcledriver class is located. I don't have any knowledge as to how to specify this classpath in applet tag in HTML file if atall it is possible. Somebody please help in telling me what should be done to connect to Oracle from an Applet.
    Once more i am telling the applet and Oracle both are on the same PC. Only in different directories. Hope this is ok.
    I will appreciate any kind of help.
    Thanks a lot for the helper in advance.

    Are you using a Webserver to deploy the applet ?.
    Are you using the appletviewer ?.
    By default all classfiles required by the Applet would be searched relative to the codebase from which the applet was downloaded.
    You could include Java Archive files using
    the ARCHIVE tag of the applet to download jar files containing the classes required by the applet.
    <APPLET CODE="mypackage.MyApplet.class"
    CODEBASE="/test/"
    ARCHIVE = "MyApplet.jar,
    jdev-rt.zip,
    classes111.zip" ...>
    In your case, its not able to find the Driver, since th driver classes are present in the JDBC zip file classes111.zip. You need
    to include it in the ARCHIVE.
    If you are excuting the applet without the webserver, then
    In the above, "/test/" is a virtual directory
    mapped in the webserver pointing to a physical directory. It is in this directory
    on the webserver system that the class file
    pointed by the CODE & the JAR files pointed
    by ARCHIVE.
    If you are executing the applet without the
    webserver, then have the classes111.zip &
    the applet class in the directory where the html file is and have the applet tag as follows
    <APPLET CODE="applet.class"
    CODEBASE="."
    ARCHIVE = "classes111.zip">
    You could find the classes111.zip under
    $ORACLE_HOME\jdbc\lib
    Hope this helps.
    null

  • Oracle JInitiator issue with Firefox 3 and IE7 - not working!

    Hi,
    I'm accessing the oracle apps server through VPN using a Windows Vista system running Firefox 3 and IE 7. I'm able to log on and access the self service pages correctly. But I'm unable to access the form based pages. If I use the JInitiator 1.3.1.21, both browsers crash (though Firefox says missing plugin and mentions this version only). On installing higher versions of the plugin (28, 30), IE 7 keeps giving the message "installing components...oajinit.exe" and there is no more progress.
    Could anyone please let me know what could be the issue and how to resolve it.
    Thanks in advance!

    As I don't have access to metalink yet, can you tell me for my configuration what is certified and what browser I should use? I already mentioned that my OS is Vista and I have IE7. I realise that IE6 cannot run on Vista and now Firefox 3 cannot be used. So what JInitiator should I use for IE 7?The currently supported desktops for Release 11i include:
    - Win2K / WinXP + IE6 / Firefox 2.x
    - WinXP + IE7 / Firefox 2.x
    - Mac OS X v10.3.9 + Safari 1.3 and higher
    - Mac OS X v10.4.7 + Safari 2.0 and higher
    - Vista desktop clients running the native JRE plug-in on IE 7 ***
    *** Oracle JInitiator Not Certified for Vista Desktops: Oracle JInitiator 1.3 will not be certified for Vista desktops. Jinitiator 1.3 is based on JDK 1.3. JDK 1.3 is not compatible with Vista. No new updates to JInitiator are planned for Vista.
    Firefox 2 Certified on Vista for Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/2008/04/firefox_2_certified_on_vista_f.html
    Windows Vista + IE7 Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/2007/11/windows_vista_ie7_certified_wi.html

  • How to Install and configure Oracle Jinitiator

    Before runing Forms9i i start oc4j and when i execute form it shows me
    error and ask to install Oracle Jinitiator at the same time on oc4j command window
    show
    configFileName:G:\ORACLE\ORA90/FORMS90/SERVER/formsweb.cfg
    testmode: false

    Assuming you want to use Jinitiator (instead of Sun JVM) you simple download the exe file and it installs in a minute. You can download it from otn.oracle.com/products/forms make sure you install the version our Forms is asking you to install
    Regards
    Grant Ronald
    Oralce Product Management

  • Problem of calling the applet by Oracle Form

    Hi,
    The oracle form invokes a applet function, and send one parameter to the applet. The parameter will be displayed in the applet correctly at the first time.
    But if the user do not close the applet and use invoke the applet function again, the applet cannot show the latest parameter and keep show the old one.
    Please give me some adive.
    Thanks

    Hi,
    This is a JDeveloper help forum, the Formsforum can be found at Forms Now you might think that Forms developers don't understand Java well enough, they do however understand teh Forms context and this is important to answr the question.
    a) Which Java version does your ben require?
    b) Are you using JInitiator or JavaPlugin (Jinitiator only supports Java 1.3)
    c) Is your PJC signed? Note that running an app stand alone as a Java app does not require special grants. Running it within a JavaApplet - as Forms is - does execute teh bean in a security sandbox, for which reasons the jar file must be signed and the public key be available in the Forms certdb.txt file (assuming Jinitiator)
    d) An exception stack trace gives more information than "Oracle Form it doesn't run and exception is thrown on javax.imageio and other packages", which is meanlingless to me and others. Teh stack trace canbe copied from teh JInitiator console
    I recommend resending this question to the Forms forum
    Frank

  • Developer 6.0, OAS 4.0.8 and Oracle 8i

    I have just installed Oracle 8i, Developer 6.0 and OAS 4.0.8 into our Windows NT 4 test box. I installed the three components on different ORACLE_HOMEs. I am having some difficulties in deploying the demos on the web. I used the static.html and I all I get is a "Oracle JInitiator: applet oracle.forms.engine.main inited" message.
    According to the OAS 4.0.8 release notes, OAS 4.0.8 should be installed on a seperate NT machine if you are using Oracle 8i. The Developer 6.0 release notes recommends to use Oracle 8.0.5 and OAS 4.0.7.
    Do I really have to follow the release notes? Is it possible to setup Oracle 8i, OAS 4.0.8 and Developer 6.0 on the same NT machine? If it is possible, will it work?
    Thank you in advance.

    Ganesh,
    The port that I use to create a new listener is not being used by another process. After creating the new listener the wrb.log is empty and the new listener doesn't have a .err log. The NT event log message is :
    'The description for Event ID (0) in Source (Oracle Web Listener Administrator) could not be found. It contains the ff. insertion string(s): Unable to open service, due to system error 1060.'
    Roncab
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ganesh Kumar ([email protected]):
    Just to double check, Did you check the port number of that newly created Listener? Because if that port is already in use, the HTTP listener will not start. Did you check the log file wrb.log? and also check the error
    (.err) file of the new listener that you can find under the directory
    'OAS_HOME'\ows\admin\'sitename'\'listener_name'
    Please check these files for futher details.
    Ganesh<HR></BLOCKQUOTE>
    null

  • OpenScript and Oracle forms 10g

    Well, have I had fun today.
    Trying to record a functional test script with Oracle forms. It's been a long day, and I have had enough. To cut a very,very,very long story short here is the output from the Java console once I got the 10g forms demo working with IE7.
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\wayne.SCLOFFICE
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\wayne.SCLOFFICE\Oracle Jar Cache
    Maximum size: 50 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>
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndforms.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndformsi18n.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndewt.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndswing.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndbalishare.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndaol.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndctx.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndlist.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndutil.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndtcf.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndgantt.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndpromise.jar
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndjewt.jar
    Error1: File not found: http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndjewt.jar
    java.io.FileNotFoundException: File not found: http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndjewt.jar
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.URL.openStream(Unknown Source)
         at oracle.oats.scripting.modules.formsFT.classloader.FormsFTClassLoader.download(Unknown Source)
         at oracle.oats.scripting.modules.formsFT.classloader.FormsFTClassLoader.loadFormsClient(Unknown Source)
         at oracle.oats.scripting.modules.formsFT.classloader.FormsFTClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Load Forms Jars from target instance ...
    0...http://apollo.scloffice.com:8889/forms/java/frmall_jinit.jar
    1...http://apollo.scloffice.com:8889/forms/formsdemo/jars/demo.jar
    2...http://apollo.scloffice.com:8889/forms/formsdemo/jars/icons.jar
    3...http://apollo.scloffice.com:8889/forms/java/
    cracked oracle.forms.engine.Main
    cracked oracle.forms.engine.Runform
    Forms Version: 10.1.2.0
    cracked oracle.ewt.lwAWT.LWScrollbar
    cracked oracle.forms.net.SocketConnection
    servarg: escapeParams=true module=healthyliving.fmx userid= sso_userid=%20 sso_formsid=%25OID_FORMSID%25 sso_subDN= sso_usrDN= debug=no host= port= output_dir=g:\oracle\DevSuiteHome_1\forms\demos\temp record=names
    cracked oracle.forms.net.HTTPConnection
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    log4j:WARN No appenders could be found for logger (oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection).
    log4j:WARN Please initialize the log4j system properly.
    Helper Service Message :<Message name = "StartConnection" port="44444"/>
    Initialize Debugger: null
    java.lang.NoClassDefFoundError: oracle/apps/fnd/ui/ChoiceBox
         at oracle.oats.scripting.modules.formsFT.helper.Context.getComponent(Unknown Source)
         at oracle.oats.scripting.modules.formsFT.helper.Engine.onPutMessage(Unknown Source)
         at oracle.oats.scripting.modules.formsFT.helper.OracleFormHook.onPutMessage(Unknown Source)
         at oracle.forms.net.HTTPConnection.putMessage(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.putMessage(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage_C(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform_C(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)
    OpenScript server port is 44444
    Now then points to note:
    1) Openscript does not ship with the complete forms jars. Hence the download failure from the server (I think?).
    2) The NoClassDefFoundError java.lang.NoClassDefFoundError: oracle/apps/fnd/ui/ChoiceBox makes sure the app does not appear (although outside of Openscript everything is cool!!). After an age, I found that this particular class is located is EBS11i_CrackedClass.jar which is a jar file in one of the lib directories of Openscript. On my install G:\oracleATS9\OpenScript\openscript_configuration\org.eclipse.osgi\bundles\49\1\.cp\lib\formsClient\EBS11i_CrackedClass.jar to be precise.
    Question: Does this file need to be referenced by the app config?? I'm sure I'm very close to getting this working but ClassNotFoundErrors do not help.
    Any input woudl be GREATLY appreciated.
    Regards
    Wayne.

    Who's a clever boy then :)
    Okay, so the way I solved this was
    1) Take the frmall_jinit.jar and extract the contents which in my install contained another jar file called forms.jar.
    I then ran jar cvf forms.jar to extract the contents to a directory called oracle (first part of the package name).
    I them ran the same for all the jars list above which extracted the classes into the oracle directory.
    I then ran jar cvf frmall_jinit.jar .\oracle
    Which (obviously) creates a new jar file with all classes. I then copied this to the g:\oracle\devsuitehome\forms\java directory.
    I then ran openscript and and recorded a simple interaction with one of the form demos. (With Jinitiator set to open java console) and I got this output:
    Downloading...http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndforms.jar
    Error1: File not found: http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndforms.jar
    java.io.FileNotFoundException: File not found: http://apollo.scloffice.com:8889/forms/java/oracle/apps/fnd/jar/fndforms.jar
         at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.URL.openStream(Unknown Source)
         at oracle.oats.scripting.modules.formsFT.classloader.FormsFTClassLoader.download(Unknown Source)
         at oracle.oats.scripting.modules.formsFT.classloader.FormsFTClassLoader.loadFormsClient(Unknown Source)
         at oracle.oats.scripting.modules.formsFT.classloader.FormsFTClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Load Forms Jars from target instance ...
    0...http://apollo.scloffice.com:8889/forms/java/frmall_jinit.jar
    1...http://apollo.scloffice.com:8889/forms/formsdemo/jars/demo.jar
    2...http://apollo.scloffice.com:8889/forms/java/
    cracked oracle.forms.engine.Main
    cracked oracle.forms.engine.Runform
    Forms Version: 10.1.2.0
    cracked oracle.ewt.lwAWT.LWScrollbar
    cracked oracle.forms.net.SocketConnection
    servarg: module=save2html.fmx usesdi=yes userid= sso_userid= OUTPUT_REAL_DIR=g:\oracle\DevSuiteHome_1\forms\demos\temp/ OUTPUT_VIRTUAL_DIR=/forms/formsdemo/temp/ record=names
    cracked oracle.forms.net.HTTPConnection
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    log4j:WARN No appenders could be found for logger (oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection).
    log4j:WARN No appenders could be found for logger (oracle.oats.scripting.modules.formsFT.helper.helperService.HelperServiceConnection).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN Please initialize the log4j system properly.
    Helper Service Message :<Message name = "StartConnection" port="44444"/>
    Initialize Debugger: null
    cracked oracle.apps.fnd.ui.ChoiceBox
    cracked oracle.apps.fnd.flex.FlexWindow
    cracked oracle.apps.fnd.ui.ResponseBox
    cracked oracle.apps.fnd.formsClient.ChoiceBoxMessenger
    cracked oracle.apps.fnd.formsClient.InfoBoxMessenger
    cracked oracle.apps.fnd.formsClient.FlexWindowMessenger
    cracked oracle.apps.fnd.formsClient.EditBoxMessenger
    cracked oracle.apps.fnd.formsClient.ResponseBoxMessenger
    cracked oracle.forms.handler.TextFieldItem
    cracked oracle.forms.handler.ListValuesDialog
    cracked oracle.forms.handler.EditorDialog
    cracked oracle.forms.handler.HelpDialog
    cracked oracle.ewt.lwAWT.lwText.LWTextComponent
    OpenScript server port is 44444
    cracked oracle.forms.handler.ListValuesData
    cracked oracle.forms.handler.AlertDialog
    cracked oracle.ewt.alert.AlertPane
    cracked oracle.apps.jtf.table.ReadOnlyGrid
    cracked oracle.apps.jtf.schedulingChart.client.SchedulingDataClient
    RECORD<--OracleForms.windowChange("WINDOW1%dimension=0,0,675,480");
    RECORD<--OracleForms.button("//forms:button[(@name='HTML_CONTROL_WRITE_HTML_BUTTON_0')]").setFocus();
    RECORD<--OracleForms.radioButton("//forms:radioButton[(@name='HTML_CONTROL_REC_OPTION_VIEWED_RECORDS_0')]").select();
    RECORD<--OracleForms.button("//forms:button[(@name='HTML_CONTROL_WRITE_HTML_BUTTON_0')]").setFocus();
    RECORD<--OracleForms.radioButton("//forms:radioButton[(@name='HTML_CONTROL_DISPLAYED_ONLY_DISPLAYED_ONLY_T_0')]").select();
    RECORD<--OracleForms.button("//forms:button[(@name='HTML_CONTROL_WRITE_HTML_BUTTON_0')]").setFocus();
    RECORD<--OracleForms.blockScroller("//forms:blockScroller").scrollTo("1");
    RECORD<--OracleForms.textField("//forms:textField[(@name='EMPLOYEES_EMPLOYEE_ID_0')]").setFocus();
    RECORD<--OracleForms.blockScroller("//forms:blockScroller").scrollDown();
    RECORD<--OracleForms.blockScroller("//forms:blockScroller").scrollDown();
    RECORD<--OracleForms.blockScroller("//forms:blockScroller").scrollDown();
    RECORD<--OracleForms.blockScroller("//forms:blockScroller").scrollDown();
    RECORD<--OracleForms.blockScroller("//forms:blockScroller").scrollDown();
    RECORD<--OracleForms.blockScroller("//forms:blockScroller").scrollDown();
    RECORD<--OracleForms.blockScroller("//forms:blockScroller").scrollDown();
    cracked oracle.apps.jtf.table.SpreadTableWrapper
    RECORD<--OracleForms.button("//forms:button[(@name='CONTROL_HELP_BUTTON_0')]").click();
    Marvellous!!
    Question: I did not think you can have a jar file which contains other jar files....Openscript could not resolve the classes properly. Are nested jar's supported in Java??
    Thanks Alex et al.
    Regards
    Wayne.
    p.s. the playback worked fine!! :)

  • How to access a file via Applet and JavaScript

    I want to copy one file on the client machine from one place to another place from a Java Bean.
    To do this I created an applet and a Java Bean as follows:
    import java.applet.*;
    public class FileUtils extends Applet {
        public void copyFile(String src, String dest)  {
        private String source, destination; // setters/getters are there of course
        public void copyFile(ActionEvent actionEvent) { // Bean
            FacesContext fctx = FacesContext.getCurrentInstance();
            ExtendedRenderKitService erks = Service.getRenderKitService(fctx, ExtendedRenderKitService.class);
            String command = "var s = '"+ source +"'; var d ='" + destination +"'; " +  " document.fileUtilsApplet.copyFile(s, d); ";
            erks.addScript(fctx, command);
        }Then I added the APPLET tag referencing the above class in the page fragment:
                    <f:verbatim>
                        <applet code="FileUtils.class" name="fileUtilsApplet" height="30"
                                archive="/context-root/Applet.jar"
                                width="200">
                        </applet>
                    </f:verbatim>From the Java console I can see the jar is successfully downloaded, but when the code in the bean is executed, the JavaScript code does not seem to do anything, as if the "copyFile" public method was not called at all and no output in the Java Console as well.
    Note that I already followed the guidelines at http://www.oracle.com/technetwork/developer-tools/adf/learnmore/71-adf-to-applet-communication-307672.pdf .
    Do you have any ideas?

    Ok, I can see the permission problem now:
    java.security.AccessControlException: access denied (java.io.FilePermission c:\myfile.txt read)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkRead(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
    Edited by: user10047839 on 1-feb-2013 7.29
    signing the Jar and downloading the certificate permanently does not change anything in Firefox. The Java console keeps giving the above exception.
    Any idea?

  • Embedding Java Applet in Oracle Form

    I'd like to embed Java applet in Oracle Form. Please someone help me..let me know how to do it. Also I need to know how'll I use a jar within Oracle. Please help.
    Regards
    Rashed

    Hi Grant
    Thanks...I developed an applet which has a button on it and clicking the button something will happen. I mean this is a complete java project. Now I need to use this java applet from Oracle Form...that means I'll develop an oracle form on which the applet will be embedded so that the button on the applet can be pressed. Now could you please help me do this? I also have another problem but I need to resolve this first.
    Rashed

  • Oracle Jinitiator 1.3.1.22 for Windows 7 or IE 8,

    Hello,
    We are using Oracle Jinitiator 1.3.1.22 for our home grown applications.
    It is working perfectly in IE 7 on windows XP.
    Now some users are getting new laptop's with WINDOWS 7.
    They are not able to login to application with Oracle Jinitiator 1.3.1.22.
    Any solution is apprecitated.
    Thanks
    Seshadri Thope

    Here's a test one to try: (Yours is missing several pieces)
    [testjre]
    FORMS_RESTRICT_ENTER_QUERY=FALSE
    IE=native
    #baseHTMLJInitiator=webutiljpi.htm
    #baseHTMLjpi=webutiljpi.htm
    baseHTML=basejpi.htm
    baseHTMLJInitiator=basejpi.htm
    baseHTMLjpi=basejpi.htm
    baseHTMLie=basejpi.htm
    lookAndFeel=Oracle
    workingDirectory= /u01/app/oracle/product/midtier/forms/famisgui
    # Used for Sun JRE/JPI Dynamic CLSID
    jpi_classid=clsid:CAFEEFAC-0016-0000-0020-ABCDEFFEDCBA
    # for IE browsers, internet:
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6u20-windows-i586.cab#Version=1,6,0,20
    # for Firefox/Netscape/IE browsers
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_20
    # for Firefox/Netscape browsers
    jpi_download_page=http://java.sun.com/javase/downloads/index.jsp
    Detail-Start?ProductRef=jre-1.5.0_06-oth-JPR@CDS-CDS_Developer
    # Webutil:
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    # archive including rich text editor
    archive=frmall.jar,hst65.jar,HTMLEditorLight.jar,cursorpos.jar
    #######serverApp=default
    # to use icon jar file
    serverApp=perf
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # archive including rich text editor
    archive=frmall.jar,hst65.jar,HTMLEditorLight.jar,cursorpos.jar
    networkRetries=30
    # application-specific
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%q
    uiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log%
    form=
    term=/software/dutrf65w.res
    envFile=replace.env
    width=1080
    record=forms
    tracegroup=33,35,39,45,64-69,98,101
    height=740
    separateFrame=true
    splashScreen=
    # Forms applet parameter
    lookAndFeel=Generic
    background=NO
    pageTitle=
    # to find *.gif files in jars
    imageBase=codebase
    em_mode=1
    update the following with your info envFile, width, height, pageTitle, splashScreen, form

  • Planning not working properly when user has Oracle Jinitiator installed

    Hi we have a lot of users that have Oracle Jinitiator installed to use with a system named Banner. These users have a few issues when using 11.1.1.3 - the enter key is not recognized on web forms and users cannot see business rules to execute them.
    Has anyone run into this type of issue and have any proposed solutions?
    Thanks

    Thanks I'm not sure how this has been installed. we haven't had any issues with our 9.2.1 apps with this jinitiator but with V11 we have those problems.
    Is the UTF-8 format the default installation option?

  • Oracle Jinitiator Issue

    Hi,when i try to run a form from form builder in the web browser(firefox 5),it doesn't show up any content.When it asked to install missing plugins i.e., Jinitiator..installed it.But,still it doesn't show up anything
    My forms version is 10.1 and my O.S is Windows Xp sp2.
    Can anyone kindly suggest me what i need to do in order to solve this issue.
    Thanks in advance!!
    Edited by: sandy on Aug 3, 2011 11:22 AM
    Edited by: sandy on Aug 3, 2011 11:23 AM

    sandy wrote:
    In my home pc,i am not even getting the oracle application form services page in IE v8..Back in my office it was IE v7..I don't understand what the problem is.Can anyone suggest me any work around to solve this version portability issues.From the link referenced above, it clearly states that you "Need minimum 10.1.2.3 patch level for IE 8.0 and Firefox3.5. Oracle Application Interconnect (OAI), Oracle Application Server Personalization, Oracle Application Server Wireless, and Oracle BusinessActivity Monitoring are not supported for this browser".
    So, are you on 10.1.2.3?
    Thanks,
    Hussein

  • Installing and Configuring Jinitiator

    Hai!
    When I am deploying my forms from a directory(different from
    oracle home), shall I have to install the jinitiator ver
    1.1.7.11 in the same directory?
    What is happening is - When the Jinitiator plug-in is getting
    loaded, it checks for jinit_download.html file in the root
    directory of the web server. If I install by double clicking
    jinit.exe from the D:\orant, jinit_download.html is installed in
    D:\programfiles\oracle\jinitiator\ directory. Then the download
    is stopped because jinit.exe is not found in the root directory.
    Thank you for your time and effort!
    Phanesh.
    null

    Hi:
    Are you using Web Server with Developer Server and Jinitiator.
    You need to create a virtual directory like 'web_html' which
    points to a physical directory in drive. JInitiator is only
    required in client machines. Let me know your complete env. so
    that I might be able to help you.
    Good Luck
    Pash
    Phanesh (guest) wrote:
    : Hai!
    : When I am deploying my forms from a directory(different from
    : oracle home), shall I have to install the jinitiator ver
    : 1.1.7.11 in the same directory?
    : What is happening is - When the Jinitiator plug-in is getting
    : loaded, it checks for jinit_download.html file in the root
    : directory of the web server. If I install by double clicking
    : jinit.exe from the D:\orant, jinit_download.html is installed
    in
    : D:\programfiles\oracle\jinitiator\ directory. Then the
    download
    : is stopped because jinit.exe is not found in the root
    directory.
    : Thank you for your time and effort!
    : Phanesh.
    null

Maybe you are looking for

  • Getting Pixel values from a RenderedOP

    Hi, I'm trying to run thru the pixels of finalmage : RenderedOp finalImage = JAI.create("subtract",pbSubtracted); and add the the pixels x and y to an array if the colour of the pixel isnt black, what shud i be using, i tried setting it up as a buffe

  • How do you uninstall a program from mountain lion osx

    Hi first time on mac forum my question is being new to imacs how do you uninstal a program from an imac running osx mountain lion. And of course get rid of the icon for that program from launchpad thanks

  • IDOC Posting with new fields in VA01

    Hi, Previously i asked for creating New fields in VA01 screen. i got that now i need to create a sales order based on the Inbound IDOC  which i get and i will be getting new fields which are created . And this Fields data is coming from an Extension

  • Zen X-Fi 16GB Distorted Screen

    Zen X-Fi 6GB Distorted Screen? Hello, I purchased a 6GB Zen X-Fi about 2-3 weeks ago. Upon recieving it, I unpackaged it, loaded the software, and began transferring music. After disconnecting it from my computer, I went to turn the device on, and th

  • Batch appropriation request?

    hi experts, if i can use shdb or others  to create a batch program for appropriation request,i have tried shdb,but strangly after i click the 'create buttom',the processing is finished best regards zlf