IE6 leaks "Handles" when calling *ANY* Java applet

Hello all IE experts,
It seems that IE has "Handles" leak when it calls Java Applet.
Every call to a Java method from JavaScript, IE allocate a handle and does
not free it.
THIS DOES NOT HAPPEN when I use mozilla or Netscape.
Versions:
* Windows 2000 SP 3 (The most recent, with all fixes of hfnetchk)
* Internet Explorer (The most recent one, with all fixes of hfnetchk)
Version 6.0.2800.1106
SP1
Q328970
Q324929
Q810847
Q813951
* Java Plug-in - 1.4.1_02-b06
If you compile the applet and use the test html, then press "Test" you will
notice that 1000 (or more) handles are allocated (At Windows Task Manager).
If you press again you will see that another 1000 (or more) handles are
allocated. The handles are NEVER released, even if you browse to other
sites. You can enjoy this process until there are no more handles to
allocate... :)
Notice that the applet I use does nothing... I've checked this with various
of applets on the web and the results are the same.
Can anyone help?
Best Regards,
Alon Bar-Lev
** The following html is used: (test1.htm)
<html>
<head>
<script LANGUAGE="JavaScript">
function OnTest () {
for (var i=0;i<1000;i++) { a1.method1 (); }
</script>
</head>
<body>
<input type=button onclick="OnTest ()" value="Test"></input>
<APPLET code="test1.applet1.class" archive="test1.jar" id="a1" name="a1">No
Java</APPLET>
</body>
</html>
** The following applet: (test1/applet1.java)
package test1;
import java.applet.*;
public class applet1 extends Applet {
public void method1 () {}
** The following makefile: (Makefile)
JAVAC="$(J2SE)\bin\javac" -classpath $(CLASSPATH)
JAR="$(J2SE)\bin\jar" -cvf
CLASSPATH=.
all:
$(JAVAC) test1/*.java
$(JAR) test1.jar test1/*.class

New information:
This happens from Java version 1.4.0_01.
This did not happen in Java version 1.4.0.
Alon.

Similar Messages

  • Firefox 2.0.0.8 = security alert when calling a Java applet method

    I have a JavaHelp applet that I launch using a method that I called
    from JavaScript when a user clicks on a link.
    A problem I found with Firefox 2.0.0.8 and JRE 1.4 is that when I
    click on the link it will try to display a security alert window, but
    the window appears to freeze up when it is being displayed and hangs
    the browser. For example, I cannot see any of the buttons that should
    be on the security window. Rather the main window is empty. However,
    if my applet exposes a button that the user can directly click, the
    security window displays properly and can be dismissed.
    With the same JavaHelp applet, the link works fine if I use it Firefox
    2.0 and JRE 1.6 or JRE 1.5, and with IE 6.0 and IE 7.0. I uninstalled
    and reinstalled Firefox with JRE 1.4, and I couldn't reproduce the
    problem. However, I'm concerned that this problem may resurface in
    the future.
    Has anyone ever seem a similar problem? And if so, are there any easy
    workarounds?

    >
    I have a JavaHelp applet.. >I suggest you launch it using Java Web Start (JWS).
    Here is a test of a direct launch of the HelpButton JavaHelp applet.
    <http://www.physci.org/jh/test.html#launch>
    It would only take minor changes to the code to make the button entirely redundant, and have the code automatically launch the HelpViewer, once the user clicks the link to the JNLP launch file.
    That 'JavaHelp/JWS' page is my test page for launching JavaHelp in a variety of forms.

  • I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

    I have recently upgraded to iPhone 5 from 4, call line identity doesn't work when call other iPhones.  It works when calling any other brand of cell phone.  Network carrier assures me problem is not on there side.  Any assistance will be appreciated.

  • Runtime error OBJECTS_OBJREF_NOT_ASSIGNED when calling any standard GRC API's

    Hello colleagues,
    I always get the runtime error OBJECTS_OBJREF_NOT_ASSIGNED when calling any standard GRC API's
    For instance, lets take Function Modules:
    I tried almost any of them but in particular:
    GRPC_API_CONTROL_QUERY Load the list of controls
    GRPC_API_ISSUE_QUERY Retrieve issues of the case
    GRPC_API_ORGUNIT_QUERY Load list of Organizations
    GRPC_API_RMPLAN_QUERY Retrieve remediation plans of case
    GRPC_API_RISK_CONTROLS Retrieve the controls of the risk
    and etc.
    All of them return the runtime error OBJECTS_OBJREF_NOT_ASSIGNED, however I've provided Object ID's in the right format,
    The same is for corresponding classes,
    Does anyone have such problem before?
    Appreciate your responses,
    Thank you,
    Best Regards,
    Anton

    Hi Anton,
    We need to pass value for I_SESSION_ID. Because, when i execute FM: GRPC_API_RMPLAN_QUERY by giving correct I_OBJECT_ID as shown below, i'm also getting the same error.
    On executing..
    Getting following dump.
    And attached is the dump analysis .
    Thanks
    KH

  • I am running 10.5.8, and just updated my java to java 5 update10. Now my firefox is missing the Java plugin, and I can't load any Java applet at all. When I try it with Safari, it hangs when certain Java applet loads. HELP!!!

    Suddenly my Java plugin is missing and i can't load any Java with Firefox at all, even though i have it enabled in the browser! i've tried loading in java embedding plugin, but it doesn't work. what should i do???

    It's not in Tools> Add-ons >plugins?  Should be Java Plug-in 2 for NPAPI browsers 13.5.0. What are you seeing there? I don't think it's called the embedding plugin any longer.
    Might try getting the Firefox 5 standalone application. Trash the current one and replace it. Doing this won't affect your Profile or any settings.
    http://www.mozilla.com/en-US/firefox/all.html
    If it's enabled, how can it be missing?
    If this doesn't work, ask here. No need to register. Make sure you put (Mac) in the title.
    http://forums.mozillazine.org/viewforum.php?f=38
    Message was edited by: WZZZ
    EDIT. Oops, may be different for 10.5.8. Was thinking recent Java update for 10.6. But try installing a new app anyway. In the past, this got me the latest Java plugin.

  • Calling a Java Applet - Javascript

    Hey guys,
    I'm still fairly new to Java. I'm having a hard time getting my Applet to run properly.
    Basically, this is what I want it to do:
    I have a web page with a series of fields on it (a form). I have a submit button. When the user clicks the submit button, it activates a Javascript function in a seperate file that validates ALL of these fields. The validation that it does is merely to determine whether or not the fields are blank.
    Once it's accomplished this task, I THEN want it to run a Java applet.
    Everything works up until the point at which it runs the Java applet. I'm not sure how exactly I'm supposed to call the applet from Javascript.
    In every example of a web page that I see that has an applet, it has something that looks like this:
    <APPLET CODE="classname.class >
    </APPLET>That's all fine and good, but the problem is that it automatically calls the Applet then. I don't want it to do that. Is there a way that I can CALL the applet at the very end of a JS file? I mean, I don't want anything to load, no grey boxes or any of that stuff until I actually call it..
    Any idea?
    Thanks!
    Todd

    dude,
    have you managed to call an applet method from firefox?
    I'm not sure it is working at all.
    I've read few articles and everyone is complaining about the same error:
    Error: document.appl01 has no properties
    in the case above the applet was called "appl01"
    I've tried using
    document.applets[0].<the applet method>
    and I've got the same result..

  • JavaScript call to Java applet

    Sorry if this message get posted twice, but I haven't seen the 1st. I sent.
    I seem to have a problem with a form trying to call an applet. I hava a button like this:
    <input type=button value="Add" onClick="Nota.addRow('2','3','12.80','Cacahuates Mafer 1/2 kg.')">
    my Nota.addRow method is thisone:
    public void addRow (String idS, String qtyS, String priceS, String desc) {
    int id= Integer.parseInt (idS);
    int qty= Integer.parseInt (qtyS);
    float price= Float.parseFloat (priceS);
    remove (total);
    renglones[renglonCnt]= new Renglon (id,qty,price,desc);
    add (renglones[renglonCnt]);//<- This line is not adding the Row when i call it from JavaScript. Otherwise it works just fine...
    //total= Renglon.Total();
    //add (total);
    System.out.println("El id es: " + Integer.toString(id));
    System.out.println("La cantidad es: " + Integer.toString(qty));
    System.out.println("El precio es: " + Float.toString(price));
    System.out.println("La descripcion es: " + desc.toString());
    System.out.println("El precio del objeto es: " + Float.toString(renglones[renglonCnt].getTotal()));
    renglonCnt++;
    Altough my addRow works when I callit from a Nota object it doesn't when i call it from javascript.
    total is just a panel that you get from class Renglon.
    And Renglon is a Panel class too.
    I'll appreciate any help, thanks.
    Jeronimo

    Hey, that's really good news, does it actually adds the row to the applet and gets the new total?!
    Anyway, i tried 1.) (wich describes the applet quite well) and 2.) but still doesn't works for me. Also changed the "price" line...
    Im using:
    Navigator 4.72
    IE 5.50
    Netscape 6
    Here's the html code (the form):
    <form>
    <table border=5 WIDTH=500 align=center>
    <tr>
    <TD width=30%>
    <table border=1 width="100%" >
    <tr>
    <th WIDTH="20%"> Cantidad </th>
    <th WIDTH="26%"> Descripci&oacute;n </th>
    <th WIDTH="20%">Precio Unitario</th>
    <th WIDTH="20%"> Agregar </th>
    </tr>
    <tr>
    <td WIDTH="20%" align=center>
         <input size=2 name=cantidad maxlength=2>
         </td>
    <td WIDTH="26%">
         Cerveza Sol 600ml.
         </td>
    <td WIDTH="20%">
         $15.50
         </td>
    <td WIDTH="20%" align=center>
         <input type=button value="Add" onClick="document.Nota.addRow('1','12','15.50','Cerveza-Sol-600ml.')">
         </td>
    </tr>
    <tr>
    <td WIDTH="20%" align=center><input size=2 maxlength=2></td>
    <td WIDTH="26%">
         Cacahuates Mafer 1/2 kg.
         </td>
    <td WIDTH="20%">
         $12.80
         </td>
    <td WIDTH="20%" align=center>
         <!--<input type=button value="Add" onClick="Nota.addRow('2','3','12.80','Cacahuates Mafer 1/2 kg.')">
         -->
         <input type=button value="Test" onClick="alert (Nota)"
         </td>
    </tr>
    <tr>
    <td WIDTH="20%" align=center><input size=2 maxlength=2></td>
    <td WIDTH="26%"> </td>
    <td WIDTH="20%"> </td>
    <td WIDTH="20%" align=center>
         <input type=button value="Add">
         </td>
    </tr>
    <tr>
    <td WIDTH="20%" align=center><input size=2 maxlength=2></td>
    <td WIDTH="26%"> </td>
    <td WIDTH="20%"> </td>
    <td WIDTH="20%" align=center><input type=button value="Add"></td>
    </tr>
    </table>
    </td>
    <td width="40%">
    <applet name=Nota code=Nota.class width=350 height=250> </applet>
    </td>
    </tr>
    <tr>
    <td colspan=2 align=center>
    <input type=button value="Enviar Pedido">
    </td>
    </tr>
    </table>
    </form>
    Here's the Nota applet code:
    import java.awt.*;
    import java.applet.*;
    public class Nota extends Applet {
    private Renglon renglones[];
    private BarraTitulo titulo;
    private int renglonCnt;
    private Panel total;
    public void init () {
    setLayout (new GridLayout(12,1));
    renglonCnt=0;
    renglones= new Renglon [10];
    total= Renglon.Total();
    public void start () {
    String titulos[]= new String [4];
    titulos[0]="(-) Cantidad (+)";
    titulos[1]="Descripcion";
    titulos[2]="Precio Unitario";
    titulos[3]="Total";
    titulo= new BarraTitulo (titulos,12);
    add (titulo);
    add (total);
    public void addRow (String idS, String qtyS, String priceS, String desc) {
    int id= Integer.parseInt (idS);
    int qty= Integer.parseInt (qtyS);
    //float price= Float.parseFloat (priceS);
    float price= Float.valueOf (priceS).floatValue();
    remove (total);
    renglones[renglonCnt]= new Renglon (id,qty,price,desc);
    add (renglones[renglonCnt]);
    //total= Renglon.Total();
    //add (total);
    //THESE LINES SHOW EVERTHING WELL IN THE JAVA CONSOLE, BUT THESE ARE JUST FOR DEBUG. System.out.println("El id es: " + Integer.toString(id));
    System.out.println("La cantidad es: " + Integer.toString(qty));
    System.out.println("El precio es: " + Float.toString(price));
    System.out.println("La descripcion es: " + desc.toString());
    System.out.println("El precio del objeto es: " + Float.toString(renglones[renglonCnt].getTotal()));
    renglonCnt++;
    This is the Renglon class code:
    import java.awt.*;
    import java.awt.event.*;
    public class Renglon extends Panel implements ActionListener {
    private TextField qty, description, up, total;
    private Button more, less;
    private int cantidad, identificador;
    private float unitP;
    private String descripcion;
    static float elTotal= 0;
    static Panel totalP= new Panel();
    static Label c4tot= new Label();
    public Renglon () {
    this(1, 1, (float) 2.50, "Algun articulo");
    public Renglon (int id, int q, float pu, String desc) {
    identificador= id;
    cantidad= q;
    unitP= pu;
    descripcion= desc;
    elTotal+= cantidad * unitP;
    Panel addsub;
    setLayout (new GridLayout (1,4));
    addsub= new Panel();
    addsub.setLayout(new GridLayout(1,3));
    less= new Button ("<<");
    more= new Button (">>");
    less.addActionListener (this);
    more.addActionListener (this);
    Integer c= new Integer (cantidad);
    qty= new TextField (c.toString());
    description= new TextField (descripcion);
    Float x= new Float (unitP);
    up= new TextField ("$" + x.toString());
    Float t= new Float (getTotal());
    total= new TextField ("$" + t.toString());
    qty.setEditable (false);
    description.setEditable (false);
    up.setEditable (false);
    total.setEditable (false);
    addsub.add (less);
    addsub.add (qty);
    addsub.add (more);
    add (addsub);
    add (description);
    add (up);
    add (total);
    setVisible (true);
    public float getTotal () {
    return ((float) cantidad*unitP);
    public void actionPerformed (ActionEvent e) {
    if (e.getActionCommand().equals("<<")){
    cantidad--;
    elTotal-= unitP;
    if (cantidad < 0) {
    cantidad=0;
         elTotal+= unitP;
    } else {
    cantidad++;
    elTotal+= unitP;
    Float nuevoTot= new Float (getTotal());
    Integer c= new Integer (cantidad);
    qty.setText (c.toString());
    total.setText ("$" + nuevoTot.toString());
    Float et= new Float (elTotal);
    c4tot.setText("$" + et.toString());
    static public Panel Total () {
    totalP.setLayout (new GridLayout(1,4));
    Label c1,c2,c3;
    Float totalF= new Float (elTotal);
    c1= new Label("");
    c2= new Label("");
    c3= new Label("Total:");
    c4tot= new Label("$" + totalF.toString());
    totalP.add(c1);
    totalP.add(c2);
    totalP.add(c3);
    totalP.add(c4tot);
    totalP.setVisible(true);
    return (totalP);
    And just in case, this is the BarraTitulo class code:
    import java.awt.*;
    public class BarraTitulo extends Panel {
    public BarraTitulo (String [] titulos) {
    this (titulos,15);
    public BarraTitulo (String [] titulos, int size) {
    Label labels;
    Font ft= new Font("Serif",Font.BOLD, size);
    int length= titulos.length + 1;
    setLayout (new GridLayout (1,length));
    setFont (ft);
    for (int i=0; i< titulos.length; i++) {
    labels= new Label(titulos);
    add (labels);
    Thanx again for your time.
    Jeronimo

  • Problems running any Java applets

    I have tried uninstalling, and re-installing the latest version of Java...
    any time I try and run an applet I get this error...
    The publisher cannot be verified by a trusted source. Code will be treated as unsigned.
    Name: loader
    Java.io.EOFException
    at java.io.DataInputStream.readInt(Unknown Source)
    at sun.security.provider.JavaKeyStore.engineLoad(Unknown Source)
    at sun.security.provider.JavaKeyStore$JKS.engineLoad(Unknown Source)
    at java.security.KeyStore.load(Unknown Source)
    at com.sun.deploy.security.DeploySigningCertStore$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.deploy.security.DeploySigningCertStore.loadCertStore(Unknown Source)
    at com.sun.deploy.security.DeploySigningCertStore.load(Unknown Source)
    at com.sun.deploy.security.DeploySigningCertStore.load(Unknown Source)
    at com.sun.deploy.security.ImmutableCertStore.load(Unknown Source)
    at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
    at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)
    at sun.plugin.security.PluginClassLoader.getPermissions(Unknown Source)
    at java.security.SecureClassLoader.getProtectionDomain(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(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 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)
    I tried looking at the java control pannel, and when I clicked on security, then certificates and I got this error
    General Exception
    java.io.EOFException
    at java.io.DataInputStream.readInt(Unknown Source)
    at sun.security.provider.JavaKeyStore.engineLoad(Unknown Source)
    at sun.security.provider.JavaKeyStore$JKS.engineLoad(Unknown Source)
    at java.security.KeyStore.load(Unknown Source)
    at com.sun.deploy.security.DeploySigningCertStore$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.deploy.security.DeploySigningCertStore.loadCertStore(Unknown Source)
    at com.sun.deploy.security.DeploySigningCertStore.load(Unknown Source)
    at com.sun.deploy.security.DeploySigningCertStore.load(Unknown Source)
    at com.sun.deploy.panel.CertificatesInfo.reset(Unknown Source)
    at com.sun.deploy.panel.CertificatesInfo.<init>(Unknown Source)
    at com.sun.deploy.panel.CertificatesDialog.<init>(Unknown Source)
    at com.sun.deploy.panel.SecurityPanel.certsBtnActionPerformed(Unknown Source)
    at com.sun.deploy.panel.SecurityPanel.access$000(Unknown Source)
    at com.sun.deploy.panel.SecurityPanel$1.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    The only way I am able to run a java applet is Unsigned...

    I am having this same exact problem and receiving the same error anytime I try to run a java appet within any browser.
    I cannot locate a keystore file or any other security certificate files. Also under Control Panel, If I run the Java Control Panel and then select the Security tab/certificates. I see a similar error and do not see any certificates. Any ideas on how to correct this.

  • Out of memory error when calling a java stored procedure multiple times

    Trying to run a PL/SQL loop calling a java stored procedure, I get the following error:
    "ORA-04030: out of process memory when trying to allocate 262188 byte callheap,ioc_allocate free)"
    (with some other error lines).
    The stored procedure does two major things:
    1) Open a socket to communicate with a server, of which it queries some data.
    2) Use JDBC (with the default DB connection it has, as a stored procedure) to write the results to a table.
    All socket connections, statements, etc. are properly closed and all memory should be garbage collected between each call.
    Can anyone offer an explanation or additional checks to make? I'm quite sure the code isn't causing the problem, since I've tried running it as a stand alone application (outside of Oracle) and didn't have any problems.
    Thanks.

    Hi,
    Verify that the database parameters are set correctly.
    EA

  • Type conversion when calling a java program in form 6i

    Hi,
    I would like to call a java program in form 6i. The java program takes a date parameter in. When I call the java program in form, how can I pass a date parameter to it?
    -- Method: isSystemDate (Ljava/util/Date;)Ljava/lang/String;
    FUNCTION isSystemDate(
    obj ORA_JAVA.JOBJECT,
    a0 ORA_JAVA.JOBJECT) RETURN VARCHAR2;
    Thanks.

    hi Tony,
    Perhaps you could notice that i myself commented in the beginning itself that I know that XE does not support JAVA. I wanted to know if there is any other way of calling java program from apex, perhaps from javascript,etc.
    if you RE READ the comment from Munky , he says that I could use PL/SQL for my objective and I have answered WHY it does not satisfy my problem
    thanks
    Edited by: eric clapton on Nov 14, 2010 9:11 AM

  • Calling a java applet

    Hi all
    I have made a java applet, which gets some client machine
    information. I have to call that applet from my form. Is there
    any way to do so. Also is there any way that my applet which
    gets the installed printer on client machine, can pass the name
    of the printer to the calling form ???

    To call an applet you can use web.show_document builtin to call
    an html page that activates the applet.
    To pass parameters to form you can have your applet write the
    info to the database or the server's file system and then have
    form read it from there.
    You might also be interested in the ability to have a Javabean
    inside a form that can communicate with the form directly.

  • Unix script call from java applet

    In perl you can use the system command to call a unix command like mv or ls. How do run a unix command from a java applet?

    normaly java applets are not allowed to execute any code. But there is a possibility to ask the user to be allowed to..
    in Netscpae you can use the following:
    import netscape.security.PrivilegeManager;
    then somewhere in the class...
    PrivilegeManager.enablePrivilege( "UniversalExecAccess" );
    then the user can press 'grant' or 'deni'. If he pressed grant, you can do the following:
    Process process = Runtime.getRuntime().exec( "command" );
    //where command is what ever command you like to execute
    hope that helps.
    lexip

  • Phone does not ring when called any suggestions

    Iphone4 does not ring when called. Any suggestions?

    Is the silent switch on?
    Does the ringer not sound or does the call not come through at all?
    Can you make outgoing calls?

  • Java Control Panel wont open at all and any Java Applets crash web browsers

    Hello,
    I recently installed a fresh fully updated copy of Windows 7 Home Premium 64 bit, and I have not for the life of me been able to get Java working at all. Java version is the latest JRE 6U31. I only have Internet Explorer 9 installed but I doubt it is a browser issue since I cannot even open the Java control panel. I have tried using the 32 bit version of Java, and the 64 bit. Anytime I try to open the Java control panel with either 32 bit or 64 bit, I get an error message (click link below to view error message):
    http://i65.photobucket.com/albums/h204/gobigjeff/Java%20Error/javaerror.png
    I can only bring up the Java Control Panel using the command “javaws –viewer” . Anytime I try to load a web page with a Java applet in either 64 bit or 32 bit, it freezes and crashes. I am running Internet Explorer 9 and have tried both the 32 bit and 64 bit browser versions. I saw Java’s recommendation to only use the 32 bit version so I have mainly been trying to get the 32 bit version working 1st, with no success. I have tried ALL of the following steps, and have done some exhaustive research on this problem. It seems others have had this issue as well, with no solution to be found:
    •     Uninstalled and reinstalled only Java 32 bit JRE 6u31 multiple times (Used Javara and reg cleaner to remove all old Java traces)
    •     Uninstalled and reinstalled only Java 64 bit JRE 6u31 (Used Javara and reg cleaner to remove all old Java traces)
    •     Uninstalled and reinstalled bit JRE 7 (Used Javara and reg cleaner to remove all old Java traces)
    •     Used SFC /scannow in safe mode to verify Windows files
    •     Ran spyware and virus scan with no issues detected
    •     Added all java processes to windows firewall
    I am out of solutions here. If anyone has had this problem with Java or knows what I need to do to fix the problem your advice would be greatly appreciated. I don’t think reinstalling windows is the solution because this is a fresh install.
    Edited by: 918650 on Mar 4, 2012 1:16 PM

    I figured it out. I changed the installation folder to C:/Java and it finally worked!

  • Fatal PL/SQL error when calling imported java code

    Hi,
    I'm developing reports using Report builder 9.0.2 under Win2k and I have the following problem:
    I select data into fieds A and B.
    I created 2 formulas fA and fB that call a PLSQL function from my report in order to convert A and B based on other data.
    I also have a formula fC which is actually fA-fB
    I have 3 summary columns on fA, fB and fC. I don't display any of those columns on the report but I created other formulas columns fA_Fmt, fB_Fmt,... to format the values using an imported java class.
    This java class is static.
    so fA_Fmt looks like this:
    function fA_Fmt return Char is
    begin
    return MyJavaClassPackageName.formatValue( :fA, report_global_variable );
    end;
    When I run my report under report builder, I get a REP-1401 report error like "fA_Fmt formula: fatal PL/SQL error occured
    ORA-39565: Message not found, product RDBMS, facility: ORA"
    This happens randomly on any of the formulas.
    Sometimes I even get a java.lang.StaskOverFlowError and I have to close and restart report builder.
    I've tried to debug and I even caught the exception.
    The parameters passed to the java method are fine.
    The exception number is 105101 and after a couple of exceptions like this, visual C++ runtime library tells me there's a runtime error in rwbuilder.exe and the application crashes.
    I don't know if it's Java, if it's Report builder or even Win2k.
    Anyway, I'm stuck with that and I don't know what to do to fix it.
    Any idea or work around?
    Thanks
    Manu

    Hi Manu
    I suspect the line given below:
    return MyJavaClassPackageName.formatValue( :fA, report_global_variable );
    Do not pass report values directly. Instead, assign it to a temporary variable and try again. See if this works:
    temp1 <Variable_Type>;
    temp2 <Variable_Type>;
    temp1 := :fA;
    temp2 := report_global_variable;
    return MyJavaClassPackageName.formatValue( temp1, temp2 );
    Note: You may also hit Fatal PL/SQL errors if the arguments happen to be invalid.
    Regards
    Sripathy

Maybe you are looking for

  • How to print count page of HP LaserJet Pro M1214nfh Multifunction Printer

    Hi there, I need to find out how to print counter of my printer, I mean the total number of printed pages. my printer model is : HP LaserJet Pro M1214nfh Multifunction Printer thanks alot.

  • YouView+ Picture Quality is awful!

    Hello I just got BT infinity 2 installed today The youview+ box is connected VIA HDMI to my Sony Bravia TV and the quality is awful. Whats worse is... I cant even change the quality. I am on input 3 - HDMI. When I press the OPTIONS buttin so I can ch

  • IE 6 & 7 Compatibility

    Hi, I've been using Adobe's Browser lab to test my site, with css adjustments the site looks fine in IE7 and later browsers but as the Browser Lab doesn't provide for IE6 can I presume my site will look as I expect in IE6 if it's look OK in IE7 Thank

  • Imac runs slow

    My imac runs slow and constantly has the pinwheel up "thinking".   It is only 7 months old and I dont use it for much.  (pics Internet word email)  Any ideas?

  • Email link problems

    Hi.  New to CC and just learning.  Following tutorial on sharing and collaborating, but as I practice sending a link to my partner or myself, I open it in my email, click on the link and then always get the same message - "sorry, this link is no long