Applet Error

Hi Experts,
        We have Migrated code from 11.5 to 12.0 but some times the applet's are not loading properly i am getting error like Error Loading Applet.if i run the page second time its working properly so what could be the problem ......Kindly help me out for fixing this issue.
Regards,
Shaan...

The null pointers you are gettings quite often come from attempting to reference applet methods like .getQueryObject or .getChartObject before they are ready for scripting.
Based upon your description of the problem in your initial forum post I would speculate that it's not 12.0 or the applets, but more than likely due to javascript on your page.  For an applet to work inconsistently or sporadically it is typically due to timing issues that are outside the control attempts to man-handle the applets on a page with client-side script.  An applet merely wants to query the server for knowledge of its underlying query and display templates, and when it has this information it runs the query and displays the results, so within a browser session where the client JRE has cached the knowledge of the QT and DT it just needs to request the data and display it.
Warning signs of this will be a body onLoad tag that reference an applet(s) or some sort of initialize function that attempts to force loading of the page in a particular order or progression (like would make more logical sense in server side programming).  Initial page loading and timing issues will haunt pages developed like this, and the numerous variables involved on the client environment tend to make things difficult to troubleshoot with some of the apparent guesswork evidenced in this thread.
To test this simply isolate one of your single applets onto a single test page by itself and see if it consistently loads properly.  If you have difficulties doing this because of too much script or dependencies between multiple applets, then you may be understanding the problem a little bit more than before.
Regards,
Jeremy

Similar Messages

  • Load Applet Error on Sun SPE Pages

    Hi,
    I have a scenario where I am displaying the IDMXExampleEndUser form on the home page when an SPE user logs in. This form has a field definition for listing resources as follows:
    <Field name='resources'>
    <Display class='MultiSelect'>
    <Property name='title' value='Resources'/>
    <Property name='availableTitle' value='Available'/>
    <Property name='selectedTitle' value='Available'/>
    <Property name='allowedValues'>
    <invoke name='getResources' class='com.sun.idm.idmx.ui.FormUtil'>
    <ref>context</ref>
    </invoke>
    </Property>
    <Property name='codeBase' value='../../applet/'/>
    <Property name='command' value='Recalculate'/>
    </Display>
    </Field>
    However, the resources do not get listed on the web page because of the following applet error.
    load: class com.waveset.ui.web.applet.multiselect.class not found.
    java.lang.ClassNotFoundException: com.waveset.ui.web.applet.multiselect.class
    at sun.applet.AppletClassLoader.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)
         ... 10 more
    Please note the lower case in "multiselect.class". This class is however available in idmclient.jar. Is this a known issue ? Please help out.
    The list does become available when I change the field's display class from "MultiSelect" to "Select". I would assume this is some problem specific to the MultiSelect implementation class.
    Thanks,
    Srinivas

    I suspect the culprit is the codebase setting. As you already know the multiselect class exists in the IDMCLIENT.JAR. The codebase setting is telling it to look in the specified path...where i suspect the jar file does not exist...remove the codebase setting or set it for the correct path.
    Hope this helps...
    -L

  • Java Applet Error ClassFormatError, Incompatible value 1347093766 in class file Applet

    So when i run my applet it yhows this error:
    Java Applet Error ClassFormatError, Incompatible value 1347093766 in class file Applet
    how can i fix this?
    thanks

    still didn't fix the problem. please help

  • ACCOUNTING HIERARCHY MANAGER NOT STARTED,APPLET ERROR JBO-27022

    제품 : FIN_GL
    작성날짜 : 2004-05-20
    ACCOUNTING HIERARCHY MANAGER NOT STARTED,APPLET ERROR JBO-27022
    ===============================================================
    Problem Description
    Account Hierarchy Manager 실행시 아래와 같이 JBO-27022 error발생하면서,
    해당 기능을 사용할 수 없을 경우에 대한 원인 및 조치사항에 대해 언급한다.
    Navigation PATH : GL Setup -> Accounts -> Manager
    Error내용
    oracle.jbo.AttributeLoadException: JBO-27022: java.sql.SQLException(?ㅈ)ㅇㅙ ?ㅙㅔ?
    java.lang.String ?ㄿㅔ??ㅔ Java ㅀㅄㅐㅌㅈㄶ ㅋ???ㅔㅚ?ㄹ 13 ?ㅙㅅㄶㅍㅊ?ㄱㅌㄽ ㅀㄺ?ㅋ ㅇㅙㅅ¥ㅔㅚㅄㅏ ㅅㄵ
    ㅍㅔㅓ?ㅔ?ㅍ?ㅄㅚㅄ?.
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.lang.RuntimeException.<init>(RuntimeException.java:39)
         at oracle.jbo.JboException.<init>(JboException.java:354)
    ## Detail 0 ##
    java.sql.SQLException: UTF8ㅀ? UCS2 ㅀㄳ?ㄱ ㅌㄽㅇㅙ ㅊㄿ?ㄿㅔㅛ ㅌ? ㅎ?ㅍ?ㅄㅚㅄ?: failUTF8Conv
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at java.sql.SQLException.<init>(SQLException.java:43)
    Solution Description
    GL setup->financial->flexfileds->key -> segments 화면의
    Structures region에서 Title에 입력된 Data가 20 chars(한글은 10글자)를 넘으면
    위와 같은 Error가 발생한다.

    Can you get us somehow a stack? maybe this can help narrowing down the real problem.
    thx clemens

  • Applet Error:java.security.AccessControlException: access denied

    Hi,
    I just successful deploy an business component project to oralce 8.1.6 as an EJB Session bean, and
    the test of application module is successful. In the same workspace, I create an new project with
    an applet(which contains only an grid control)as a client of the business component. Everything works
    fine within the Applet viewer, however, when I trying to load the applet in IE5.5 I got the following
    error message in java console:
    Java(TM) Plug-in
    Using JRE version 1.2.1
    User home directory = D:\Documents and Settings\ERic
    Proxy Configuration: no proxy
    JAR cache enabled.
    Failed to query environment: 'access denied (java.util.PropertyPermission jbo.debugoutput read)'
    Diagnostics: Silencing all diagnostic output (use -Djbo.debugoutput=console to see it)
    Failed to query environment: 'access denied (java.util.PropertyPermission jbo.logging.show.timing read)'
    Failed to query environment: 'access denied (java.util.PropertyPermission jbo.logging.show.function read)'
    Failed to query environment: 'access denied (java.util.PropertyPermission jbo.logging.show.level read)'
    Failed to query environment: 'access denied (java.util.PropertyPermission jbo.logging.show.linecount read)'
    Failed to query environment: 'access denied (java.util.PropertyPermission jbo.logging.trace.threshold read)'
    Failed to query environment: 'access denied (java.util.PropertyPermission jbo.jdbc.driver.verbose read)'
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission org.omg.CORBA.ORBClass read)
    at java.security.AccessControlContext.checkPermission(Compiled Code)
    at oracle.aurora.jndi.orb_dep.Orb.<clinit>(Orb.java:24)
    at oracle.aurora.jndi.sess_iiop.sess_iiopURLContext.<clinit>(sess_iiopURLContext.java:9)
    at javax.naming.spi.NamingManager.getURLObject(NamingManager.java:588)
    at javax.naming.spi.NamingManager.getURLContext(NamingManager.java:537)
    at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:274)
    at javax.naming.InitialContext.lookup(InitialContext.java:349)
    at oracle.jbo.client.remote.ejb.aurora.AuroraEJBAmHomeImpl.connectToService(AuroraEJBAmHomeImpl.java:179)
    at oracle.jbo.client.remote.ejb.aurora.AuroraEJBAmHomeImpl.createSession(AuroraEJBAmHomeImpl.java:152)
    at oracle.jbo.client.remote.ejb.aurora.AuroraEJBAmHomeImpl.initRemoteHome(AuroraEJBAmHomeImpl.java:123)
    at oracle.jbo.client.remote.ejb.aurora.AuroraEJBAmHomeImpl.<init>(AuroraEJBAmHomeImpl.java:59)
    at oracle.jbo.client.remote.ejb.aurora.AuroraEJBInitialContext.createJboHome(AuroraEJBInitialContext.java:47)
    at oracle.jbo.common.JboInitialContext.lookup(JboInitialContext.java:72)
    at javax.naming.InitialContext.lookup(InitialContext.java:349)
    at oracle.dacf.dataset.SessionInfo._createAppModule(SessionInfo.java:2330)
    at oracle.dacf.dataset.SessionInfo.connect(SessionInfo.java:1799)
    at oracle.dacf.dataset.SessionInfo.openProducerObject(SessionInfo.java:1848)
    at oracle.dacf.dataset.ProducerObject.open(ProducerObject.java:94)
    at oracle.dacf.dataset.SessionInfo.publishSession(SessionInfo.java:1305)
    at oracle.dacf.dataset.SessionInfo.publishSession(SessionInfo.java:1287)
    at broadcastapplet.myBroadCastApplet.init(myBroadCastApplet.java:70)
    at sun.applet.AppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:479)
    The Oracle 8.1.6 runs on Win2000, I put the JAR & related zip files in the same machine's IIS webserver.
    Is anyone can help?
    ERic

    Hi Shaji,
    Are you calling a webservice from within an Xacute Query for your applet?  On first glance, it looks like a web service call is being rejected due to security permissions.  If you have a webservice call (or HTTP post/get), can you test it separately with the same credentials as the webpage is using?
    Regards,
    Mike

  • OAS 4.0.8 Netscape Applet Error

    Installation:
    Oracle 8i
    OAS 4.0.8
    Netscape 4.73
    Suse Linux 6.4
    Patches for Netscape (plugger, nsfix, ....)
    I try to start the oasmgr using Netscape. When i start the oas manager or the oas utilities, i got the next page on the left side grey and an error message "Applet TreeApplet can't start: ERROR"
    What's wrong ??

    I forgot to mention that the database is Oracle 8.0.5.2.1, and it is running on the same computer as the OAS.

  • Can't apply hotfix due to applet error

    I'm trying to apply this hotfix http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb13-03.html but when I go to System Info > Update File, I get a JRE security related error. I've tried Chrome, Safari, FF on PC and Mac without avail. Is there any other way to apply the hotfix without having some stupid applet? UGH.  TIA

    Balance wrote:... when I go to System Info > Update File, I get a JRE security related error.
    I assume you are on ColdFusion 10. Then you mean surely: Server Update > Updates in the ColdFusion Administrator.
    If you are indeed on 10, make sure you install the Mandatory Update first. That is crucial! You can do this manually by downloading the JAR file, and running the command: java -jar <jar-file-name>.
    You could solve the Java security problem by relaxing Java's security level on your machine. I am on Windows, and can lower Java security settings in the Control Panel.

  • Unable to View Applet -Error message

    I have installed JRE 5 in my system but still when i try to acces a web page iam unable to view the applets present in it. I have set the IE settings to use JRE 1.5 for applets.Still iam unable to view it.
    i Get the "java.lang.ClasssnotFoundException " when i right clicket the place where applet should be found and click the "Java Console" link present there.
    Can anyone please help me? Follwing is the error message i receive.
    load: class com.gotnla.MOTS13.LoginMenu not found.
    java.lang.ClassNotFoundException: com.gotnla.MOTS13.LoginMenu
    at sun.applet.AppletClassLoader.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)
    ... 10 more

    Just a guess: maybe you're behind a firewall, and you haven't configured your JVM to use the same firewall as the browser.

  • Oracle distributed document capture applet error [424]

    this error appear on Oracle distributed document capture applet
    There was a problem using xmlhttprequest to log out of Capture error [424]
    any help / advice any help /or advice

    reinstal oddc activex

  • Applet - error in simple Ping program using Applet.Pls correct my error.

    Can anyone pls correct the error in the below code.
    Program : TestExec1
    Using : Applet
    Logic : Trying to display the continous pinging status in the textarea in applet, but it returns error...!
    CODING
    import java.awt.*;
    import java.lang.*;
    import java.io.*;
    import java.net.*;
    import java.awt.event.*;
    import java.applet.*;
    import java.*;
    /*<applet code="TestExec1" width=380 height=150>
    </applet>
    public class TestExec1 extends Applet
    String line = null;
    TextArea outputArea;
    Process p;
    public void init()
    outputArea = new TextArea(20,20);
    public void start()
    try
    Process p= Runtime.getRuntime().exec("ping 192.168.100.192 -t");BufferedReader in = new BufferedReader(new InputStreamReader(p.getInputStream()));
    while ((line = in.readLine()) != null)
    outputArea.append("\n" + line);
    System.out.println(line);
    catch (IOException e)
    e.printStackTrace();
    Error : C:\Program Files\Java\jdk1.6.0_02\bin>appletviewer TestExec1.java
    java.security.AccessControlException: access denied (java.io.FilePermission <<AL
    L FILES>> execute)
    at java.security.AccessControlContext.checkPermission(AccessControlConte
    xt.java:323)
    at java.security.AccessController.checkPermission(AccessController.java:
    546)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    at java.lang.SecurityManager.checkExec(SecurityManager.java:782)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:447)
    at java.lang.Runtime.exec(Runtime.java:593)
    at java.lang.Runtime.exec(Runtime.java:431)
    at java.lang.Runtime.exec(Runtime.java:328)
    at TestExec1.start(TestExec1.java:31)
    at sun.applet.AppletPanel.run(AppletPanel.java:458)
    at java.lang.Thread.run(Thread.java:619)
    Regards
    ESM

    Will you please tell the procedure of how to use jarsigner and make a sign in for my program.
    class Name : SamplePing.java
    Using : Applet
    Manifest file : manifest.txt
    Main Class : SamplePing
    I have created jar file using the following command -
    "jar cvfm Ping.jar manifest.txt Sa*.class "
    Let me know how can i proceed further to run exec command in applet.Pls give me series of steps.
    Thanks in advance.

  • Database  applet error in web browser

    hi to all
    i have query in applet.
    MY APPLET IS USING ODBC AND CONNECTING TO ACCES.
    I HAVE CREATED POLICY FILE SO THAT I CAN DISPLAY APPLET IN APPLETVIEWER.
    APPLET RUNS FINE IS APPLETVIEWER WITH FOLLOWING COMMANDLINE
    Appletviewer -jDJava.security.policy = pol label.htm.
    however when i try to display applet in web browser, it display
    following error message "load-Can't instantiate class"
    any help will be welcome

    @MITZ:
    Christ, stop hijacking and multi-posting this same question all over the place!!!
    http://forum.java.sun.com/thread.jspa?threadID=707757
    http://forum.java.sun.com/thread.jspa?threadID=5186205
    http://forum.java.sun.com/thread.jspa?threadID=5190321
    http://forum.java.sun.com/thread.jspa?threadID=5187789
    http://forum.java.sun.com/thread.jspa?threadID=5190317
    @people who want to answer MITZ:
    I suggest doing so in the thread which was posted in the Signed Applets section of this forum:
    http://forum.java.sun.com/thread.jspa?threadID=5190324

  • Topology Services Applet error: "No JRE found in configuration file."

    Is there an issue with IE7 and opening up Topology Services? Or can someone guide me in fixing this error message?
    I'm using LMS 3.1 and had uninstalled all of my Java versions and installed jre-6u5-windows-i586-p_withjacorb.exe on my client. However, when I clicked the Topology Services link I would get the Java splash window for a bit and then nothing happened (the next two applet windows wouldn't load).
    When I tried to launch Topology Services from another box using IE6, everything worked fine. I tried the same steps above on another box with IE 7 and that worked fine too.
    So I tried a few installs and uninstalls of different Java versions and found that if the version was other than 6_5, I'd get the Java splash screen with the first applet window telling me I had the wrong version. When I'd uninstall all Java versions again, reboot, then install the correct Java version, I wouldn't get anything past the first Java splash screen. After a few attempts at this, I now receive the following error when I click on Topology Services, "Bad installation. No JRE found in configuration file."
    How can I get to this configuration file on my client to let it know that I do indeed have the right version of Java on my box?
    --Jeff

    Campus 5.1 works just fine with IE 7.0 and JRE 1.6.0_5. It sounds like this particular client may be in bad shape. Typically, I recommend one uninstall all versions of Java from a client, reboot, then install the one version that comes with LMS. I also recommend that for IE, one adds the LMS server as a Trusted Site in IE. You might also try disabling anti-virus software temporarily to see if that helps.
    For Campus 5.1, you will also need to open TCP ports 42342 and 43242 from client to server.
    It may be that this client is in such bad shape that it will need to be rebuilt to get Java working correctly.

  • Class * not found - Applet error

    Hello! I was just wondering how I would make it so my java applet would work with MSJava as well. At least that's what I'm assuming is the problem. It works fine just about everywhere, but my school computers use MSJava, and when trying to view the applet here, it doesn't load and produces a grey box with a 'class myClass not found' error in the status bar. If anyone knows how to fix this, I would be grateful. Thank you!

    Make sure that you are not using code features that have been added starting with Java 1.2 and later (including any Swing code).
    Try compiling the code with the javac option "-target 1.1"
    If that doesn't work, download one of the old 1.1.x versions from Sun's archive page and compile with that.
    If that doesn't work, examine the code and rewrite to be compatible (or forget it).
    Check this page for more details and possible assistance http://java.sun.com/upgrade/index.html

  • Applet Error in Transaction Iview

    Hi Experts,
             We have created one transaction iview which is used for uploading a file in the ECC through portal. But when I trying to select a file, the file selection box is not opening up & in the browser it is displaying the message "Applet Filename notinited".
    Anykind of hekp will be appreciable.
    Regards
    Indra

    Hi GLM,
    Thanks for your prompt reply.
    I am using the SAP GUI for HTML only.The same error is coming if I use SAP IAC Iview by creating service in SICF.
    But in case of IAC Iview if I test the service then it is working fine.The file upload box(the applet) is coming up.But if I attached the iview in a role/workset and trying to use it then it is giving the error.
    regards
    indra

  • Java applet error when using proxy

    I'm new with my project. I came in towards the end of R2.0 development and inherited an ongoing issue wherein the java applet throws a login exception error when proxy is used to connect. There's no issue when we do not use a proxy.
    Per my knowledge, R2.0 involves an upgrade from an older weblogic v(8.1?) to 10.3. We did not have this problem with the old version.
    Based on the java logs, the error below appears after the "set-cookie" step, which i noticed creates a new JSESSIONID
    java.io.IOException: Server returned HTTP response code: 400 for URL: .....
    +....+
    +....+
    +....+
    Login Exception. Please see your System Administrator.
    I have already checked our proxy configurations and they do not have anything whitelisted (which would somehow explain why the old version worked, although nothing in the IP changed which should prevent the new app from working today) nor blacklisted (which would prevent the application from working today).
    I am suspecting it's from the cookie, or from the upgrade. Unfortunately, I don't have access to the code because it's being developed by a third-party vendor.
    Can someone suggest what to check to resolve this issue?
    In case the information I've provided is insufficient, please let me know what else is needed that will help shed some light on this matter.

    wrong forum. your question has nothing to do with WebLogic JDBC

  • Java Web Applet Errors

    I have been making Java applications for a while and decided that I would teach myself applets. I am going absolutely no where fast. I copied some sample code from the tutorial (Simple.java) and made a simple web page to display it. I keep getting errors like "Invalid bytecode" and the applet cannot be found whenever I try something.
    Here is my html:
    <html>
    <head>
    <title>I hate applets</title>
    </head>
    <body>
    <h1>I'm learning applets and failing miserably</h1>
    <APPLET code=Simple.class width="200" height="200">
    Sorry, I am oblivious.
    </APPLET>
    </body>
    </html>
    I have the class file in the same directory as the html file. What am I doing wrong?
    Thanks for any help.

    An applet class is slightly different from an application class. Better take a look at
    http://java.sun.com/developer/onlineTraining/Programming/BasicJava1/applet.html

Maybe you are looking for

  • Problem in Importing Transport Request

    Hi Everybody,                  I have a Problem in Importing a Change Request .  Yesterday ABAP person  had Released two change request from DEV to PRD. I imported the 2. i got successfully  imported but another one  is still importing( status:Truck

  • Document of Step to installing CC&B 2.3.1

    Hi Guys , i've try to installed CC&B v.2.31 in my Virtual Machine with OS Windows Server 2003, with step like installed CC&B v.2.30 1. Installing JAVA 2. Installing WL-Server (BEA) 3. Installing Micro Focus 4. Update Micro Focus 5. Installing PERL 6.

  • C2-01: Error UNABLE TO FIND MEDIA CLIP

    Unable to view videos online! Updated my mobile's firmware to latest version 11.10, but of no use. Whenever tried to open a video a message is displayed on screen as UNABLE TO FIND MEDIA CLIP. Although checked streaming settings, using BSNL SOUTH, co

  • Terminal error

    Hello, +Initially I posted this question to the OS X 10.6 topic, but was redirected to this topic. So here my problem:+ A few days ago I tried to manipulate some server files using Terminal commands. Since I don't have any experience in this it obvio

  • Setting build folder using ~/.makepkg.conf

    Until recently, I manually downloaded source tarballs from the AUR or copied folders out of my abs tree into my ~/build directory. I recently switched to packer and pacbuilder and these tools by default build in their temporary directories. However,