Discoverer 4i Plus Applet not initializing Win2k/IE6 - Solution

Hi,
I finally got a solution to the problem of the Discoverer 4i Plus Applet not launching on IE 6.0 Windows2000 machines.
When you click on the image "Click to Start" the area goes grey and the applet never comes up. When you look at the java console you will notice a class not found exception. The reasons are as follows :
- IE 6.0 doesn't come with a built in JVM unlike the earlier versions. The JVM resides with the OS i.e. Windows2000 or WindowsXP.
- When launching the Discoverer applet you need to invoke the appropriate htm page
e.g. http://serverURL/discwb4/html/english/ms_ie/start_ie.htm
This htm page doesn't have any hint in the <applet> tag to use jinitiator or any other JVM to launch the applet, assuming that since the IE browser has an embedded JVM the applet will be launched. However this fails to happen since IE6.0 which ships with Window200 and Windows XP doesn't have a built in JVM. Why the JVM in the OS doen't take of that I don't know as yet. Therefore the applet fails to load and you get a class not found exception that can be verified thru the browser's java console.
- So instead of calling the IE configured page start_ie.htm call the corresponding netscape page like http://serverURL/discwb4/html/english/netscape/start_nn.htm. The start_nn.htm page has the appropriate <embed> tags to hint the initialization of the applet using jinitiator or other JVM. Therefore the applet gets launched.
Hope this helps all those who have had to face this issue.
Kiron

Hi Simon
(4) Can I take the user automatically to the list of database workbooks ("Open Workbook from Database" dialogue box) without the user having to choose "Open an existing workbook" and "Database"?
Yes user can automatically view the workbooks or the worksheet or even a particular page of the worksheet.
Give the URL to the user and ask the user to run the URL from his/her browser. The URL shloud however contain the username, password, database name, workbook name etc...
This way we can bypass all the login screens and go directly to the desired page.
URL is as follows
http://hostname.domain/program_name/?us=APPS&db=devl&wb=Wb3&pw=apps
where
hostname.domain/program_name is where ur discoverer viewer is residing
us is the username
pw is the password
db is the database u wnat to connect to
wb is the workbook u want to open
Try this , this works.
Ankit

Similar Messages

  • Chat applet not initialized???

    OS X on iMac...try to log in yahoo Chat but I get an error message " applet not initialized " I check every HELP suggestion but none will do nor does it properly address the issue. How does one initialize applet? Some say uninstall Java then re-install but OS X doesn't allow me to uninstall JAVA which came preinstalled. The funny thing is that the bottom portion of the yahoo chat site works but the chat area is blank.
    Can anyone help? .Mac support guys are useless they only want money! they will not offer any assistance until a payment is made. Even then they can't guarantee anything. can anyone help me? I want to CHAT ON YAHOO.
    David no say in yahoo.

    Example settings for chat, based on Safari browser:
    In Safari, select Preferences > Security > Web Content. Make sure the three check boxes pertaining to Java - "Enable Plugins", "Enable Java" and "Enable JavaScript" are active.
    Some web chat providers also require that you install their client software.
    Having never used such services, I do not know if this applies to Yahoo, or if they provide suitable client software for Mac OS X users.

  • "applet not initialized " error message  HELP !

    My applet compiles ok but when I try to run it at the bottom of the screen it says
    start : "applet not initialized"
    note - it works ok compiling from the Window console and then opening
    the .html file in the browser, but when I try the same applet in the
    BlueJ IDE ....that is when I get an error message.
    Thank you in advance
    import java.awt.*;
    import objectdraw.*;
    //A program that produces an animation of the rising and setting sun
    //The animation is driven by dragging the mouse
    public class ScrollingSun extends WindowController
    private FilledOval sun; // circle that represents the sun
    //Place the sun and some brief instructions on the screen
    public void begin()
    sun = new FilledOval(100,150,100,100,canvas);
    sun.setColor(Color.yellow);
    new Text("Drag the mouse up or down", 20,20,canvas);
    //Move the sun to follow the mouse's vertical motion
    public void onMouseDrag(Location mousePosition)
    sun.moveTo(100,mousePosition.getY() );
    <html>
    <head>
    <title> ScrollingSun
    </title>
    <body>
    <applet
    archive = "objectdraw.jar"
    codeBase = "."
    code = "ScrollingSun.class" width = 800 height = 800 >
    </applet>
    </body>
    </html>

    I put a start() around the begin() method
    and a public void init() method around the onMouseDrag() method
    but I am getting an "illegal start of expression" error message
    Thank you for your advice
    import java.awt.*;
    import objectdraw.*;
    //A program that produces an animation of the rising and setting sun
    //The animation is driven by dragging the mouse
    public class ScrollingSun extends WindowController
       private FilledOval sun;   // circle that represents the sun
      public void start()
          //Place the sun and some brief instructions on the screen
          public void begin()
             sun = new FilledOval(100,150,100,100,canvas);
             sun.setColor(Color.yellow);
             new Text("Drag the mouse up or down", 20,20,canvas);
       public void init()
           //Move the sun to follow the mouse's vertical motion
           public void onMouseDrag(Location mousePosition)
             sun.moveTo(100,mousePosition.getY() );
    }

  • Applet not initialized, when I uninstall JRE1.4.1_24 on Win NT 4.0

    We have uninstalled JRE1.4.1_24 from Win NT4.0 system and installed JRE1.3.1_08. Applet not initialized error coming up when the broser tries to open applet. Please help.

    The Windows Java uninstall doesn't do a good job cleaning up after itself.
    I ended up having to reinstall JRE1.4 to getting it working again.
    Eugenio

  • First please read this- applet not initialized

    I read forums topic which is relational with applet errors but I couldnt solve my problem.
    I developed a program with php and mysql.there isnt any printing library for php under linux.so I am using an applet for printing.I could use javascript but I dont want to show printer dialog so I chose java applet.in my htdocs directory I put class file and all other php files are there too.when I want to run this php file which has inside applet tag it shows me "applet not initialized".so can you help me for this?that applet works on my pc but in server it didnt work.what is wrong with server or apache?I set up j2sdk to server too but I couldnt solve this problem something wrong with apache maybe it cant find the class file or do I have to recognize java files to apache like php?
    it is really important for me.if you can help I ll be glad.thanks for all

    I developed a program with php and mysql.in php file I am using applet tag to print out some informations.when I connected from client to the server.in that page I cant run applet.in client browser I have java plugin too.if I tried applets and also this print applet in my laptop it is working but if I put them into the server and if I connect from client applet isnt working problem is this.please someone help me

  • Discoverer Viewer/Plus does not work with Custom EUL owned by APPS user

    I am facing a unique issue with one of my customers. They have a custom EUL named XX_EUL_US and this does not allow connecting through discoverer viewer or discoverer plus.
    I have worked with custom EULS before at other customers and this was never the case. I am being told that this issue is happening as the EUL owner is APPS instead of some other user. Is this the case? Can discoverer viewer not be used with EULs owned by apps user?
    Please not that the Default EUL in ICX profiles is set to this EUL and no other EUL profiles are set.
    Appreciate any thoughts on this.

    Hi,
    I am not sure what you mean when you say you have a "custom EUL named XX_EUL_US". The EUL table should be created in a schema named XX_EUL_US. This will then be the EUL owner. You will then need to connect to Discoverer Administrator as the EUL owner and grant privileges to Apps users and/or responsibilities.
    The user should then be able to connect to Discoverer Plus/View using their apps username, responsibility and password.
    To be able to connect directly from an apps menu you need to have the ICX parameters set correctly. The ICX: Discoverer Default End User Layer Schema Prefix should be set to XX_EUL (without the _US). The ICX: Discoverer End User Layer Language Override should be set to US or not set at all.
    Rod West

  • Java Applet Not Loading In IE6 on XP

    Can anyone assist I have a user who can not load a Java Applet on one of our web pages, I really need her to access this as it is important to her work. I have tried all the latest Java Versions to no avail. I have also tried adding SP1a to Windows XP to no avail. I am at a loss and it is stopping the user from working, can anyone help? Web site is Http:\\www.daimlerchryslerservices.co.uk/insurance
    Below is a copy of the messages from the Java Console to tell you what is happening.
    Thanks in Advance
    Java(TM) Plug-in: Version 1.4.1_01
    Using JRE version 1.4.1_01 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\schweizerc
    Proxy Configuration: Automatic Proxy Configuration
    URL: http://wpad.corpdcs.net:80/wpad.dat
    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
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.io.IOException: Server returned HTTP response code: 407 for URL: http://www.daimlerchryslerservices.co.uk/insurance/TDAgent.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
    at sun.plugin.cache.CachedJarLoader.download(Unknown Source)
    at sun.plugin.cache.CachedJarLoader.load(Unknown Source)
    at sun.plugin.cache.JarCache.get(Unknown Source)
    at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
    at sun.misc.URLClassPath$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(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: class ft3td/tdagent/TDAgentStub.class not found.
    java.lang.ClassNotFoundException: ft3td.tdagent.TDAgentStub.class
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(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)
    Caused by: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(Unknown Source)
    at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    ... 11 more

    I have exactly the same problem.
    (my config is
    windows Xp Profesional
    jre 1.4.1 03
    ie6)
    I'm also using zonealarm as a firewall.
    any Ideas?

  • Applett not initialized

    I am running a web applicaiton on a windows xp machine and for this one particular user cannot open the application. I have tried logging him onto another computer and still get the same results. I have been able to successfully log on as myself and launch the program - so it must be somewhere in his user profile. But where? This is what the java trace says:
    Java(TM) Plug-in: Version 1.3.1_06
    Using JRE version 1.3.1_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\gbennett
    Proxy Configuration: no proxy
    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>
    java.lang.NoClassDefFoundError: symantec/itools/lang/Context
         at com.necho.navigater.applications.signon.client.NavLauncher.init(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    All instance variables are initialized...This is not a requirement of the JLS in all cases and cannot be relied upon when not required
    if they are
    primitives they are set to zero or "" if it is a
    string.Strings are objects, in situation where a default is called for then null is used for all objects regardless of class.
    All objects get their default constructors
    called.No, there is no guarantee that a class has a default constructor available to be called, see the answer to your previous statement about default String assignment

  • Java Applet not Initializing (LMS)

    Hello everyone,
    I have a small problem when trying to access a Java applet screen. When I open the applet, there are two different portions of the screen, a left window and a right window. In the left window, there is a caption at the top that says "LMS Initializing". There is supposed to be a list of hyperlinks that populate in the window, but they never do. It hangs on the LMS.
    What is LMS? Something is blocking it's initialization. I have checked the manage add-ons menu and verified that the Java is plugged into IE, but I cannot seem to figure out the issue.
    I do know of the following issues as well, and I have verified that they are not the problem here:
    *Popup blockers
    *IE security settings under the "Security" tab in Internet Options
    *Secure Socket Layers
    If anyone else can give me a boost here, I would appreciate it. Thanks!

    did you restart the forms server with the command.
    $ADMIN_SCRIPTS_HOME/adopmnctl.sh stopall
    $ADMIN_SCRIPTS_HOME/adopmnctl.sh startall

  • Issue: 'Start Applet not initialized'.

    I can't debug this program? Can you help?
    Thanks!
    import java.text.NumberFormat;
    public class Account
    private final double RATE = 0.035; // interest rate of 3.5%
    private long acctNumber;
    private double balance;
    private String name;
    // Sets up the account by defining its owner, account number,
    // and initial balance.
    public Account (String owner, long account, double initial)
    name = owner;
    acctNumber = account;
    balance = initial;
    // Deposits the specified amount into the account. Returns the
    // new balance.
    public double deposit (double amount)
    balance = balance + amount;
    return balance;
    // Withdraws the specified amount from the account and applies
    // the fee. Returns the new balance.
    public double withdraw (double amount, double fee)
    balance = balance - amount - fee;
    return balance;
    // Adds interest to the account and returns the new balance.
    public double addInterest ()
    balance += (balance * RATE);
    return balance;
    // Returns the current balance of the account.
    public double getBalance ()
    return balance;
    // Returns a one-line description of the account as a string.
    public String toString ()
    NumberFormat fmt = NumberFormat.getCurrencyInstance();
    return (acctNumber + "\t" + name + "\t" + fmt.format(balance));
    }

    AndrewThompson64 wrote:
    Melanie_Green wrote:
    robert_png wrote:
    I'm afraid I don't understand what you meant.
    When I compile the program, there's no bug. But when try to run it, it says "Start applet cannot be initialized".
    Why is that? I'm new to Java..Maybe because the Class you are trying to run is not an applet? Possibly, but the OP posted the Account class, whereas the Start class has not yet been revealed. That is one of the reasons I suggested an SSCCE.
    BTW I spotted a bug in your code above.You did. OTOH the OP has more imperative problems to fix, before they can 'understand the wisdom'(1) of your comment. ;)
    1) By which I mean, see it fail for the reasons you outlined.I usually expect to find the context of a problem to be outlined in the form of an explanation or question inside a thread. I guess I should pay more attention to the title.
    =) Mel

  • Applets not running with IE6

    Using IE6 I can't get any applets to run on any web page. Its seems the Microsoft VM is not functioning correctly. Is there some setting that controls this. I do not want to use the Sun VM. My OS is Win 2000.
    Thanks

    Go to your preferences, and find the java page. Check to see that java is turned on.
    If there is no java page, you'll need the plug-in.

  • Java Applet not initiating

    I'm new to Java and have been going through the SAMS "Teach Yourself Java 2" and have a problem will Applets. I am using the latest download of Java2SE (J2sdk1.4.2_09) and NetBeans IDE.
    Creating Java programs works fine but when I do the exercise for Applets called "Palindrome" project, it fails. I embed the <APPLET> tag in my HTML a couple different ways laid out in the text but all fails. I doing this without the Internet. Is there something special that I need to do to get this to work with the generated palindrome.class on my hard drive.
    I did make some changes to my computer's Internet settings based on an FAQ I saw on the Sun site - Proxy_Server - localhost. But this did not solve my problem.
    I would appreciate any suggestions on how I might further investigate this - I'm sure I have something set wrong and just need some more test options to identify the problem.
    Your assistance is greatly appreciated.
    Thanks
    Don

    I checked the Browser VM and it shows the same as the one in the Java Plug-in control panel but I continue to get the same error. Can anyone with some Java experience identify the problem from this error code:
    Java(TM) Plug-in: Version 1.4.2
    Using JRE version 1.4.2_09 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings
    Proxy Configuration: Manual Configuration
    Proxy:
    Proxy Overrides:
    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
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class Palidrome.class not found.
    java.lang.ClassNotFoundException: Palidrome.class
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:162)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:123)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:566)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:619)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:548)
         at sun.applet.AppletPanel.run(AppletPanel.java:299)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.FileNotFoundException: A:\Palidrome\class.class (The system cannot find the path specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:69)
         at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:156)
         at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:274)
         at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:43)
         at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:152)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:149)
         ... 9 more
    Any assistance you can offer will be greatly appreciated.
    Don

  • Re: class can't be instantiated/ applet not initialized error

    I would change the following:
    From:
    public abstract class AmazingApplet extends JApplet implements ActionListener
    to:
    public class AmazingApplet extends JApplet implements ActionListener
    Also, since your class implements ActionListener, you must have an actionPerformed method (to take care of the addActionListener that you used all over the place.
    V.V.

    Thanks Viravan,
    When I remove "abstract", I get the following error message:
    AmazingApplet.java:7: AmazingApplet should be declared abstract; it does not define actionPerformed(java.awt.event.ActionEvent) in AmazingApplet
    public class AmazingApplet extends JApplet implements ActionListener
    Also, I do have actionPerfomed method in the program. Any suggestions?

  • Start: Applet not initialized!!!

    need help... can't seem to run the applet program
    <HTML>
    <HEAD>
    <TITLE>CyberPet Applet</TITLE>
    </HEAD>
    <BODY>
    <p>
    <applet code="CyberPetApplet.class" width=300 height=150>
    </applet>
    </p>
    </BODY>
    </HTML>C:\Program Files\jbuilder5\jdk1.3\bin\javaw -classpath "D:\java\CyberPet\classes;C:\Program Files\jbuilder5\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;C:\Program Files\jbuilder5\jdk1.3\jre\lib\i18n.jar;C:\Program Files\jbuilder5\jdk1.3\jre\lib\jaws.jar;C:\Program Files\jbuilder5\jdk1.3\jre\lib\rt.jar;C:\Program Files\jbuilder5\jdk1.3\jre\lib\sunrsasign.jar;C:\Program Files\jbuilder5\jdk1.3\lib\dt.jar;C:\Program Files\jbuilder5\jdk1.3\lib\tools.jar" -Djava.security.policy="C:/Documents and Settings/Ayen/.jbuilder5/appletviewer.policy" sun.applet.AppletViewer File:///"D:/java/CyberPet/classes/cyberpet/CyberPet.html"
    java.lang.NoClassDefFoundError: CyberPetApplet (wrong name: cyberpet/CyberPetApplet)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:142)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:108)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:366)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:579)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:515)
         at sun.applet.AppletPanel.run(AppletPanel.java:293)
         at java.lang.Thread.run(Thread.java:484)

    i tried putting the html file in the same
    CyberPetApplet.class directory, but it doesnt
    work.....You have to do one of the following.
    1) Put your applet in a jar. Then you can put the jar in the same directory as your html page (or whereever you want to put it really). (This is the preferred method).
    2) You'll have to put the class file in the right directory structure based on your package structure relative to your html file.
    So in the directory with your html file you would have a directory named cyberpet with your applet class inside.

  • Discoverer report - Output from Discoverer plus is not the same as Discoverer desktop

    As a part of Upgrade project we are migrating the discoverer reports from 11i (11.5.10.2) to R12 (12.1.3) .After migrating to R12, for a custom discoverer report the output given by discoverer desktop is correct (24 rows for a scenario). But the report output from Discoverer plus does not show the credit transactions (2 rows). The output from Discoverer plus shows only 22 rows (24 - 2), which is incorrect. The query is the same in Discoverer desktop and Discoverer plus.
    Please let me know why these transactions that are appearing when the report is run from discoverer desktop are not appearing in discoverer plus. Is there any setup in discoverer plus for this?
    Regards,
    Brajesh

    Pretty hard to answer a question like this.  Best bet would be to copy the existing discoverer plus book and start removing conditions, fields, etc until those two rows from desktop show up and see if you can work it out. 

Maybe you are looking for