Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4382468

Error ID: 53414645504F494E540E43505002EA

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.0.1, 1.3.0, 1.3.0_01
    • hotspot
    • generic, x86
    • generic, windows_95, windows_98, windows_nt, windows_2000



      Name: rmT116609 Date: 10/24/2000


      D:\jdk\bin>java -version
      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      When running the JVM within Allaire Jrun 3.0, I received the following error:

      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53414645504F494E540E43505002EA
      #

      and the Jrun service died.

      Also, recently, the java.exe has been taking up 100% CPU on a regular basis,
      for no apparent reason (the web server is not under heavy load, and when the
      service is restarted, it appears to be very quick for a while).
      (Review ID: 111308)
      ======================================================================

      Name: rmT116609 Date: 10/26/2000


      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      Reported problem:
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53414645504F494E540E43505002EA
      #

      Occurred inside a workflow server which was being load-tested with a single
      client, ie continually active, but little concurrent processing. The server
      appeared to be processing a JDBC select against an Oracle database at the time
      of the error (no stack trace available, so no further information).

      Apart from the standard workflow server and JVM jars, also had loaded the
      following:
      ORA_JDBC=d:\java\oracle\classes12.zip
      JPYTHON=d:\java\JPython-1.1p7\jpython.jar
      (Review ID: 111395)
      ======================================================================

      Name: krC82822 Date: 11/29/2000


      Java version 1.3.0
      Java(TM) 2 Runtime Environment, Standard Second Edition(build 1.3.0-c)
      Java HotSpot (TM) Client VM (build 1.3.0-c, mixed mode)


      Running Jakarta-tomcat
      A JSP page produces the error

      <HEAD>
      <TITLE>Imagen Resultado</TITLE>
      </HEAD>
      <BODY>
      <%@ page language="java"
      import="java.io.*,java.awt.image.BufferedImage,java.awt.*,com.sun.image.codec.jp
      eg.*" %>
      <b>Y como podemos ver!!!</b><br>
      <%

      BufferedImage bi;
      Toolkit toolkit=Toolkit.getDefaultToolkit();
      Image img = toolkit.getImage("c:\\jakarta-
      tomcat\\webapps\\dac\\images\\mapa_med.jpg");
      bi = new BufferedImage(img.getWidth(null), img.getHeight(null),
      BufferedImage.TYPE_INT_BGR);
      Graphics2D big = bi.createGraphics();
      big.drawImage(img,0,0,null);
      big.setStroke(new BasicStroke(0.1f));
          int i=1;
          int j=new Integer(request.getParameter("cuantos")).intValue();
          while (i<=j)
      {Integer indice=new Integer(i);
      String sX=new String("x");
      String sY=new String("y");
      String sN=new String("nom");
      String sT=new String("tipo");
      int xCoord=new Integer(request.getParameter(sX.concat(indice.toString
      ()))).intValue();
      int yCoord=new Integer(request.getParameter(sY.concat(indice.toString
      ()))).intValue();
      int tipoCoord=new Integer(request.getParameter(sT.concat
      (indice.toString()))).intValue();
      out.println(xCoord);
      out.println(yCoord);
      out.println("<br>");
      i++;
      if(tipoCoord==1)
      big.setColor(Color.red);
      else
      big.setColor(Color.blue);
      big.drawOval(xCoord-5, yCoord-5, 10, 10);
      big.fillOval(xCoord-4, yCoord-4, 9, 9);
      bi.flush();
      }
        
      try {
      FileOutputStream out1=new FileOutputStream("c:\\jakarta-
      tomcat\\webapps\\dac\\images\\mapa_fin.jpg");
      JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder
      (out1);
      JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(bi);

      param.setQuality( 0.75f, false);
      encoder.setJPEGEncodeParam(param);
      encoder.encode(bi);
      out1.flush();
      out1.close();
      } catch (Exception ex) {
      out.println("<P>Error al generar la imagen, se nos
      chispote? ");

      }

      %>

      <img src="http://localhost:8080/dac/images/mapa_fin.jpg">
      </BODY>

      </HTML>
      (Review ID: 112860)
      ======================================================================

      Name: rmT116609 Date: 11/29/2000


      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      I got this error just once. I have a gui and a simulation running in a
      different thread. The simulation updates the gui often. Once I executed the
      program, the application terminated abruptly and the following message was
      displayed on the console window.

      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53414645504F494E540E43505002EA
      #

      abnormal program termination
      (Review ID: 112974)
      ======================================================================

      Name: rmT116609 Date: 12/11/2000


      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      While running the jBoss EJB Application Server udner moderate load, the
      following error is generated:

      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53414645504F494E540E43505002EA
      #

      The VM has plenty of memory left (about 60M of 192M is in use), is not leaking
      any memory as indicated by jProbe and OptimizeIt, and does not have a large
      number of sockets or file descriptors in use. The error is thrown quite
      regularly on two systems we are testing on.

      Is is impossible to determine what part of our code (if any) is responsible for
      this bug. It appears it is a problem in the VM.
      (Review ID: 113583)
      ======================================================================

      Name: rmT116609 Date: 12/19/2000


      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      Following output from jvm prior to abnormal termination message.

         #
         # HotSpot Virtual Machine Error, Internal Error
         # Please report this error at
         # http://java.sun.com/cgi-bin/bugreport.cgi
         #
         # Error ID: 53414645504F494E540E43505002EA
         #

      I am using a Java-COM bridge technology called J-Integra (www.linar.com)
      Version 1.3.6 to invoke on an ActiveX (ocx) control. The control also sends me
      events.
      (Review ID: 114021)
      ======================================================================

      Name: yyT116575 Date: 01/10/2001


      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      Error in SerialCom. While sending and receiving data on a serial port, Virtual
      Machine aborted with the following message:
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53414645504F494E540E43505002EA
      #
      Serialio.com jspWin Version 4.3
      (Review ID: 114907)
      ======================================================================

      Name: rmT116609 Date: 01/22/2001


      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      1. (First time I had this problem, hard to reproduce). The app performs network
      connections based on URLConnection with a BufferedInputStream. It had connected
      to two sources (each handled by a separate thread), then the link was broken for
      minutes, reconnected. During this time, the app window was not visible. When I
      clicked on the app icon in the Windows Task bar, the app exited abnormally with
      the following err code:
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53414645504F494E540E43505002EA
      #
      Abnormal program termination
      (Review ID: 115577)
      ======================================================================

      Name: rmT116609 Date: 02/15/2001


      java version "1.3.0"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
      Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

      Problem not reproducible.
      At the time, Java app. was communicating over socket using ObjectInputStream
      and ObjectOutputStream. App was also reading/writing to MS SQL Server 6.5 using
      ATINAV JDBC SQL driver.

      Exact error text:-
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 53414645504F494E540E43505002EA
      #

      abnormal program termination
      -End error text.

      System info.
      Win NT v4 Spk 6.
      MS SQL Server 6.5
      JDK 1.3
      JDBC Driver: Atinav's aveConnect 2.3 JDBC SQL Driver (uses TDS).
      Dev. environ.: Metrowerks Professional for Java R5
      (Review ID: 117002)
      ======================================================================

            collins Gary Collins (Inactive)
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: