2 Replies Latest reply on Jul 24, 2003 9:16 AM by pramilaraju

    Problem starting jboss

    pramilaraju

      Hi everyone,

      I had downloaded JBoss with embedded tomcat. Before starting it I set the JAVA_HOME environment variable to point to the jdk1.3 on my system. But when I run the run.bat file fom my bin directory, I am getting the following error message:

      D:\jboss-3.2.1_tomcat-4.1.24\jboss-3.2.1_tomcat-4.1.24\bin>run
      ===============================================================================
      .
      JBoss Bootstrap Environment
      .
      JBOSS_HOME: D:\jboss-3.2.1_tomcat-4.1.24\jboss-3.2.1_tomcat-4.1.24\bin\\..
      .
      JAVA: d:\jdk1.3\bin\java
      .
      JAVA_OPTS: -Dprogram.name=run.bat
      .
      CLASSPATH: ;d:\jdk1.3\lib\tools.jar;D:\jboss-3.2.1_tomcat-4.1.24\jboss-3.2.1_t
      omcat-4.1.24\bin\\run.jar
      .
      ===============================================================================
      .
      09:32:11,764 INFO [Server] Starting JBoss (MX MicroKernel)...
      09:32:11,779 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=
      JBoss_3_2_1 date=200305041533)
      09:32:11,779 INFO [Server] Home Dir: D:\jboss-3.2.1_tomcat-4.1.24\jboss-3.2.1_t
      omcat-4.1.24
      09:32:11,779 INFO [Server] Home URL: file:/D:/jboss-3.2.1_tomcat-4.1.24/jboss-3
      .2.1_tomcat-4.1.24/
      09:32:11,779 INFO [Server] Library URL: file:/D:/jboss-3.2.1_tomcat-4.1.24/jbos
      s-3.2.1_tomcat-4.1.24/lib/
      09:32:11,779 INFO [Server] Patch URL: null
      09:32:11,779 INFO [Server] Server Name: default
      09:32:11,779 INFO [Server] Server Home Dir: D:\jboss-3.2.1_tomcat-4.1.24\jboss-
      3.2.1_tomcat-4.1.24\server\default
      09:32:11,779 INFO [Server] Server Home URL: file:/D:/jboss-3.2.1_tomcat-4.1.24/
      jboss-3.2.1_tomcat-4.1.24/server/default/
      09:32:11,779 INFO [Server] Server Data Dir: D:\jboss-3.2.1_tomcat-4.1.24\jboss-
      3.2.1_tomcat-4.1.24\server\default\data
      09:32:11,779 INFO [Server] Server Temp Dir: D:\jboss-3.2.1_tomcat-4.1.24\jboss-
      3.2.1_tomcat-4.1.24\server\default\tmp
      09:32:11,779 INFO [Server] Server Config URL: file:/D:/jboss-3.2.1_tomcat-4.1.2
      4/jboss-3.2.1_tomcat-4.1.24/server/default/conf/
      09:32:11,779 INFO [Server] Server Library URL: file:/D:/jboss-3.2.1_tomcat-4.1.
      24/jboss-3.2.1_tomcat-4.1.24/server/default/lib/
      09:32:11,779 INFO [Server] Root Deployemnt Filename: jboss-service.xml
      09:32:11,795 INFO [Server] Starting General Purpose Architecture (GPA)...
      09:32:12,045 INFO [ServerInfo] Java version: 1.3.0,Sun Microsystems Inc.
      09:32:12,045 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.3.0-C,Sun
      Microsystems Inc.
      09:32:12,045 INFO [ServerInfo] OS-System: Windows 2000 5.1,x86
      09:32:12,092 INFO [ServiceController] Controller MBean online
      09:32:12,154 INFO [MainDeployer] Creating
      09:32:12,185 INFO [MainDeployer] Created
      09:32:12,185 INFO [MainDeployer] Starting
      09:32:12,185 INFO [MainDeployer] Started
      09:32:12,248 INFO [JARDeployer] Creating
      09:32:12,279 INFO [JARDeployer] Created
      09:32:12,279 INFO [JARDeployer] Starting
      09:32:12,279 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeplo
      yer@32e13d
      09:32:12,279 INFO [JARDeployer] Started
      09:32:12,295 INFO [SARDeployer] Creating
      09:32:12,310 INFO [SARDeployer] Created
      09:32:12,310 INFO [SARDeployer] Starting
      09:32:12,310 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeplo
      yer@5e5a50
      09:32:12,326 INFO [SARDeployer] Started
      09:32:12,326 INFO [Server] Core system initialized
      09:32:12,357 INFO [MainDeployer] Starting deployment of package: file:/D:/jboss
      -3.2.1_tomcat-4.1.24/jboss-3.2.1_tomcat-4.1.24/server/default/conf/jboss-service
      .xml
      #
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 43113F32554E54494D45110E4350500290
      #

      This application has requested the Runtime to terminate it in an unusual way.
      Please contact the application's support team for more information.
      Press any key to continue . . .
      D:\jboss-3.2.1_tomcat-4.1.24\jboss-3.2.1_tomcat-4.1.24\bin>

      Can someone help me?

      Thanks,
      pramila

        • 1. Re: Problem starting jboss
          jonlee

          Most likely you should update your JDK. The HotSpot run-time optimizer had some problem with the bytecode. This is a bit beyond the JBoss guys to help with. As the message says, you can contact the Sun Java group to log a bug report on the HotSpot JVM but since it is fairly old now, I'm not sure anyone would fix it. They'd probably recommend you get a newer JDK.

          • 2. Re: Problem starting jboss
            pramilaraju

            Thank You.