Jinitiator "Applet Started"

We have recently upgraded a 3rd party system we use (and have had no problems with previously) which runs on Forms and Jinitiator as shown below:
Previous Setup: Jinitiator 1.1.8.16 / Oracle Forms 6i / Oracle 9i
Upgraded Setup: Jinitiator 1.3.1.28 / Oracle Forms 10 / Oracle 10g
This new upgraded set up works successfully on around 50% of our machines, although the rest of our users receive only a white screen with an "Applet Started" message on the Internet Explorer status bar. The machines that fail to work all appear to be Windows 2000 machines with IE6, although other machines on Windows 2000 with IE6 work fine, so I don't think there is a compatability issue with any software.
The Jinitiator console log stops at the following message:
"RegisterWebUtil - Loading WebUtil Version 10.1.2.2"
I had thought that permissions could be a problem as some machines have limited access rights, but even when logging in as the machine's administrator account I still get the same white screen and status bar message.
Does anyone have any ideas as to what could be causing these problems?
thanks, Jonathan

Console log with trace level set to 5 is attached below, don't know if it'll be of any use!
thanks, Jonathan
Unregistered modality listener
Doing a join...
Sending events to applet. STOP
Removed trace listener: sun.plugin.ocx.ActiveXAppletViewer[oracle.forms.webutil.common.RegisterWebUtil,0,0,1x1,invalid,layout=java.awt.BorderLayout]
Sending events to applet. DESTROY
Sending events to applet. DISPOSE
Sending events to applet. QUIT
Done with join ...
Finding information...
Releasing classloader: sun.plugin.ClassLoaderInfo@13385d, refcount=0
Caching classloader: sun.plugin.ClassLoaderInfo@13385d
Current classloader cache size: 1
Done...
Registered modality listener
Referencing classloader: sun.plugin.ClassLoaderInfo@13385d, refcount=1
Added trace listener: sun.plugin.ocx.ActiveXAppletViewer[oracle.forms.webutil.common.RegisterWebUtil,0,0,1x1,invalid,layout=java.awt.BorderLayout]
Sending events to applet. LOAD
Sending events to applet. INIT
Sending events to applet. START
RegisterWebUtil - Loading WebUtil Version 10.1.2.2
-----------------------------------------------------------------

Similar Messages

  • Applet Started in IE but no Form

    Hi,
    In Forms 10g when I run form built with Forms 6i then IE launches and shows nothing just says Applet Started in Status Bar.
    Forms built with 10g are running normally in IE.
    Thanks.

    Hi ,
    It's somehow confused....
    In Forms 10g when I run form built with Forms 6i ...Did you run a form 6i without compiling it in Forms10g...???
    In Forms 10g when I run form built with Forms 6i then IE launches and shows nothing just says Applet Started in Status Bar
    Forms built with 10g are running normally in IE
    Eventually... the forms 6i - without have been compiled to Forms10g- are not displayed...????
    Please , clarify your problem .. in a simpler way....!!!!
    My greetings
    Simon

  • Change "Applet Started" in status line?

    Hello,
    I am trying to override the browser's standard "Applet Started" "Applet Loaded" messages...
    One of the reasons is that IE does not display Applet name at all, while Firefox shows the class path of the Applet name...
    I want it to be uniform...
    After lots of research I found this
    http://www.jguru.com/faq/view.jsp?EID=487929
    where they explain that
    getAppletContext().showStatus("");
    would help me do this...But it is not working for me.
    I am inserting it in the applet class right after init but nothing happens.
    Could someone help me out where I have to inssert this code?
    Cheers,
    Gyuri

    Hello,
    I am trying to override the browser's standard
    "Applet Started" "Applet Loaded" messages...
    One of the reasons is that IE does not display Applet
    name at all, while Firefox shows the class path of
    the Applet name...
    I want it to be uniform...
    After lots of research I found this
    http://www.jguru.com/faq/view.jsp?EID=487929
    where they explain that
    getAppletContext().showStatus("");
    would help me do this...But it is not working for
    me.
    I am inserting it in the applet class right after
    init but nothing happens.What do you mean by right after init( )?Put it inside paint( )

  • Applet started with blank page

    Hi all,
    I just installed OAS 10gr2 10.2.0.2 and after configure webutility
    when i try to open forms the browser gives me Applet started but the page is blank
    i am following the document 566628.1 and running the form utility "webutilconf" and there is no errors
    and every thing in its place
    but when i put baseHTMLjinitiator=basejini.htm .. not (webutiljpi.htm nor webutiljini.htm)
    the forms run ok but without webutil functions .. if i run webutil functions it gives me "oracle.forms.webutil.file.filefunctions" message
    any Idea
    by the way
    1.no planing for upgrade or transfer to jre
    2.we already have another server running perfectly with the same configurations
    OS Win 2003 server
    Db 11g
    OAS 10.2.0.2
    Edited by: M.Taher on 16/01/2012 10:09 م

    M.Taher wrote:
    thank you for your time but my issue is
    if i put baseHTMLjinitiator=basejini.htm at formsweb.cfg it works fine but without "webutil" functions
    ,so when i change that parameter to any thing else (like webutiljpi.htm or webutiljini.htm ) it gives me blank page
    so i think it is not a jinit. issue it is about webutil configurations , but i follow a doc from oracle support and every thing in its place
    "it is not my first time to install and configure it ,but first time to face that problem"hmm. try the following code under u'r configuration name like config=test
    WebUtilArchive=frmwebutil.jar,jacob.jar
    baseHTMLjinitiator=webutiljini.htmalso webutil configuration like
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm---change as your need
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilTrustInternal=truethen what is the out put ?
    Plz post your configuration
    hope this will help you
    Edited by: HamidHelal on Jan 17, 2012 2:46 PM

  • Applet start() not called in multithreaded use, when using JAVA1.5

    Hi ALL,
    I am facing problem such that,
    applet start() is not getting called in multithreaded use, when I am using JAVA1.5 for jdk(<=1.4)versions.
    If , I give explicit call to applet.start() inside applet.init() , the applet is loaded, else it hangs.
    code snippet.
    init()
    //Created thread
    thr = new inputthread();
    //some other tasks
    start()
    boolean x= true;
    generate()
    {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    And it's the same behaviour in JRE 1.5 update 8 as well.

  • Applet start() running twice, in Microsoft IE 5.5.

    It seems to me that that the Applet start() method is running twice, on Microsoft IE 5.5, Microsoft Java (with no service pack�s). Does someone reconice this problem ?
    (I know that people should not use Microsoft Java, but I cannot control the behavior of the users).
    Best Regards.

    Well, you can live with it if stop is not being called
    between both start calls. You could simply set a flag
    on the start and if it's set return from start.. and
    reset the flag in stop.
    static boolean started = false;
    public void start() {
    if(started) return;        
    started = true;
    super.start();
    ... rest of start 
    public void stop() {-------------------------------------
    ** Don't do this. It is unsafe and will crash.
    See http://java.sun.com/docs/books/tutorial/post1.0/preview/threads.html
    super.stop(); --------------------------------------
    started = false;
    Otherwise the Javascript idea would work. ------------------------------------------------------------------------------
    Hello,
    the old NS 1.1.5 JVM did this as well. The cause is a race and even worse,
    stop/start/run can be called in multiple and erronious succession.
    Use the Runnable interface and synchronize to force startup serialization.
    public class MyClass implements Runnable
    boolean initialized = false; // Same concept.
    Object waitObject = new Object();
    Thread task = null;
    public synchronized void init()
    if(!initialized)
    // Do your initialization
    initialized = true;
    notifyall();
    public synchronized void start()
    task = new Thread(this);
    task.start();
    notifyAll();
    public synchronized void stop()
    task = null;
    notifyAll();
    public void run()
    Thread controlThread = Thread.currentThread();
    // Force synch with start / stop
    synchronized(this)
    notifyAll();
    while(controlThread == task)
    // Do your stuff. I fyou have nothing to do, then
    // lazily do a wait() NOT a sleep.
    synchronized(waitObject)
    try
    waitObject.wait(1000); // 200 or 5 X a second
    } // is an unnoticable and responsive
    catch(InterruptedException ie) // poll time If you find a second too slow.
    What this does.
    It not only forces serialization of start, stop, and run, but it also uses the Sun Engineer's
    recommendations pertaining to the deprecation of stop.
    I have mentioned this before but some people didn't belive me.
    Then again some people just like to argue :)
    Because of the deprecation of stop, some JVMs versions handled it differently, and
    you should overwrite overwrite it as prescribed in the aformentioned link.
    (T)

  • My Applet start failed due to security warning after upgrading java version

    Hi Team,
    We have an application where we read the weight from the attached weighing Scale (Hardware device).
    For this we use one Applet which runs and reads the data.
    Now we upgraded the Java version from 1.6 to 1.7 and started encountering a security alert 'Running unsigned applications like this will be blocked in a future release because it is potentially unsafe and a security risk'.
    Our application runs on a HTP port not on HTTPS because this is installed in client premise and no risk in opening HTTP port internally.
    Could you please help us in resolving the issue. We don't want to see the alert even after upgrading the Java version.
    Thanks,
    Vijay G

    Turn off your phone > connect it to a wall charger for 30minutes > install SUS > use SUS to update/repair your phone
    Update Service (SUS)
    PC Companion (PCC)
    Bridge (for Mac)
    Alternatives on How to backup Xperias
    http://talk.sonymobile.com/thread/36355
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Applet started in a seperate JSP

    Hi all,
    Can anyone help me out of this problem...
    I have 2 JSP files. say 1.jsp and 2.jsp.
    In 1.jsp I initiate an applet using the <jsp:plugin> tag and doesnt want to start the applet running there... so what I do is I suspend the applet untill my 2.jsp is executed. When my 2.jsp is opened, then my applet should start running... how do I do this??? Please let me know this at the earliest... my applet is hanging around like an orphan...
    thanx in advance..
    Balu.

    oops.. forgot one point here... I am using frames n these 2 paes are in the main frame n I try to execute the applet in the header frame which is above and common to the main frame.. irrespective of the pages in his frame.
    thanx,
    balu

  • Using Loadrunner to test Jinitiator applets

    I am not familiar with JInitiator, and I am currently researching using LoadRunner 7.5 to perform load testing on an applet using JInitiator 1.1.8.19. The applet also uses Java RMI as its messaging protocol.
    Is there any information about how to do load testing on JInitiator, or has anyone used Loadrunner for Jinitiator jvm-based testing before?
    If so, any assistance would be greatly appreciated. Of course, the deadline for my research was yesterday! :/
    Thanks,
    Brent Friedman

    You want to use LoadRunner 7.5 to load test Forms? This is possible, just make sure you use Oracle NCA. The rest should be straighforward.
    You don't test JInitiator, as such. LoadRunner will simulate the clients. So you don't need to do "Jinitiator jvm-based testing". Remember, you're testing Forms on the middle tier, no JInitiator on the client.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Applet starting to give 'No print service found' exception !!

    My applet access the local default printer on the client. We moved to 1.4.2_08 recenlty and i am using the AccessController class inside the applet to access the local printer...It was working the last time we tested but today it started giving this problem ...
    java.lang.RuntimeException: java.io.IOException: Unable to print: java.awt.print.PrinterException: No print service found.
         at org.apache.crimson.parser.Parser2.parseInternal(Unknown Source)
         at org.apache.crimson.parser.Parser2.parse(Unknown Source)
         at org.apache.crimson.parser.XMLReaderImpl.parse(Unknown Source)
         at org.apache.xalan.transformer.TrAXFilter.parse(Unknown Source)
         at org.apache.fop.apps.Driver.render(Driver.java:498)
         at PrintApplet$2.run(PrintApplet.java:215)
         at java.security.AccessController.doPrivileged(Native Method)
         at PrintApplet.callMeSucker(PrintApplet.java:201)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.plugin.javascript.invoke.JSInvoke.invoke(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at sun.plugin.javascript.JSClassLoader.invoke(Unknown Source)
         at sun.plugin.com.MethodDispatcher.invoke(Unknown Source)
         at sun.plugin.com.DispatchImpl.invokeImpl(Unknown Source)
         at sun.plugin.com.DispatchImpl$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.com.DispatchImpl.invoke(Unknown Source)

    sun.plugin.javascript.invoke.JSInvoke.invoke(UMethod called from javascript?
    Signing applets:
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post and reply 18 for the java class file using doprivileged
    http://forum.java.sun.com/thread.jsp?forum=63&thread=409341
    4th post explaining how to set up your own policy with your own keystore
    Still problems?
    A Full trace might help us out:
    http://forum.java.sun.com/thread.jspa?threadID=656028

  • Blueman-applet starts with error, but bluetooth seems to work normally

    Hello guys. I just read the wiki article Bluetooth, following everything. Then installed this AUR package bluez5-git to have an applet on my xfce4-panel. I had spend all my evening try learn how to compile a custom kernel version just to make bluetooth work, as 3.15 Linux kernel breaks it. :C After all mess I had done in front of my computer, I finally got it working. But everytime I login, this error comes up:
    Failed to apply network settings
    org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.blueman.Mechanism received signal 5
    You might not be able to connect to the Bluetooth network via this machine
    The sames happens if I kill blueman-applet and start it again.
    I just don't know what to do next.

    Hi, thanks for replying.
    Scimmia wrote:And where are you getting blueman?
    bluez5 is a version of blueman, you can see the package here.

  • Any idea why the applets starts but nothing works?

    I am 1 month old. Here is small training program that I am trying. Any idea why the applet is running but nothing works?
    thanks
    package javaapplication1;
    import java.awt.Container;
    import java.awt.FlowLayout;
    import java.awt.event.*;
    import javax.swing.*;
    public class MoneyCollect extends JApplet implements ActionListener {
    private JLabel promt;
    private JTextField input;
    private int total;
        public void main(String [] args){
            Container c = getContentPane();
            c.setLayout( new FlowLayout() );
            promt = new JLabel ("Enter number of hours");
            input = new JTextField (10);
            input.addActionListener(this);
            c.add(promt);
            c.add(input);
        public int calculateCharges(int hrs){
            if ( (hrs>=0) && (hrs<=3) && (hrs != 24) ){
            total = 2*hrs;   
            if((hrs>=3)&& (hrs<24) && (hrs != 24)){
            total = (int) (((hrs - 3) * 0.50) + 6);
            if (hrs == 24){
                total = 10;
            return total;
        public void actionPerformed(ActionEvent e) {
            int hrs = Integer.parseInt(e.getActionCommand());
            showStatus ("You have to pay:"+calculateCharges(hrs));
    }

    ...because changing this:
    public class MoneyCollect extends JFrameto this:
    public class MoneyCollect extends JAppletdoes not create an applet. Get a beginning java book and start reading it. I recommend "Java2: A Beginner's Guide".
    Or, you can read the following tutorial to learn why your program is not an applet:
    [http://java.sun.com/docs/books/tutorial/deployment/applet/getStarted.html]

  • Splitting JARs for faster applet start time

    Hi.
    I have a remote web client downloading an applet (packaged in a single JAR) from the server.
    Problem: JAR file is 3.5MB and takes quite a time to get server->client over dial-ups.
    Need: Some way of reducing initial startup time for the applet so the user doesn't have to wait 10min before seeing anything.
    Here are the options I see so far...
    Option 1
    Split the JAR file into smaller JARs, the 'main JAR' has the applet GUI stuff and the 'extension JARs' have the applications launched from applet.
    Option 2
    Some way of 'dynamically loading' the classes from server either 'as needed' or automatically in the background, after the main applet GUI is loaded.
    Option 1 I have tried but it seems that the applet actually does NOT start until ALL the JARs have been downloaded. Which doesn't really help reduce anything.
    Option 2 I need a way of implementing?
    Any help would be appreciated.
    Taha
    [email protected]

    3.5mb jar?????
    What you are packing into the file?
    You should look into using Java WebStart -- it will download the applet and keep it locally for the subsequent use (doing away with having to keep downloading it).
    ;o)
    V.V.

  • It shows sequrity dialog many times when applet start.

    I made applet application. and I singed it.
    and it is made by 7 jars.
    I singed all jar.
    but it shows sequrity dialog 7 times.
    I wanna it shows dialog only 1 time.
    * I can choose option "dont ask again" because I singed by not self sign.
      so I start this applet next time, it dont shows dialog.

    Delete the account then add it back.
    Beyond that, basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • How to delete old config ?

    Hello!
    I'm testing webutil 1.0.5 on linux server.
    I use this link for tests:
    http://server:port/forms/frmservlet?config=webutil&form=webutil_demo
    but i cannot connect using this...
    I have error:
    Forms Servlet Error.
    Missing or invalid value for baseHTML parameter.
    Please check the servlet configuration to make sure this value specifies a valid file.
    I created 2 new alias using keytool ... webutil2 and webutil4...
    I can connect and jinitiator applet starting with this configs, but i need name=webutil... Where oracle put this names???
    In formsweb.cfg only webutil...
    I deleted alias using keytool too... But i can connect using this configs... (webutil2 and 4) Please help. thx.
    Edited by: jets on 11.08.2011 10:12

    hi jets,
    Open formsweb.cfg
    location:$ORACLE_HOME/forms/server
    At the end of the file there will be an entry for [webutil2] and [webutil4](As you said I created 2 new alias using keytool )
    just rename the [webutil2] to [webutil]
    Then you would be able to access using
    http://server:port/forms/frmservlet?config=webutil&form=webutil_demo
    and you will not be able to access using
    http://server:port/forms/frmservlet?config=webutil2&form=webutil_demo
    Forms Servlet Error.
    Missing or invalid value for baseHTML parameter.
    Please check the servlet configuration to make sure this value specifies a valid file.
    you used to get this error because
    In your formsweb.cfg,inside [webutil],there was an entry
    baseHTMLjinitiator=webutiljini.htm
    But the file "webutiljini.htm" does not exist in $ORACLE_HOME/forms/server directory.
    Hope this will be helpful
    Regards
    Fabian

Maybe you are looking for

  • Internet-required apps not connecting (even though internet works!)

    Hi, just purchased a shiny new iMac 27inch after my old faithful G5 tower finally went to the great PC in the sky. Enjoying the experience immensely but have a big problem with bootcamp. I installed xp service pack 2 via bootcamp and after hundreds o

  • Data Transfer from SAP to FAS(Financial Accounting System)

    Hi Experts,      Can u give any methods for transfer of data from SAP to FAS(Financial Accounting System) system, because naming conventions  and data for both the systems are different. Thanks and regards BalaNarasimman

  • Mail Stationary Sent to AOL Account on a VISTA PC

    Hi I sent an email using the New Stationary from my PowerBook G4 to my girlfriend that uses an AOL account and a PC with VISTA. When she opens the email she can see the message but the stationary and message is all scrambled. She forwards the message

  • Need help with installing app.

    I need help installing .jar file on my Droid phone.

  • JVM Error 513

    After doing what the support page tells me to do, it still won't work. I cant restore with desktop manager because the computer won't acknowledge the phone. I can't get the phone to get past the Error message screen. Even after a hard reset.