2 Replies Latest reply on May 8, 2003 2:09 PM by juhalindfors

    startup hangs (jboss-3.2.1, linux)

    jaydfwtx

      Hi,

      I downloaded the 3.2.1 binaries this morning, and am attempting to start JBoss for the first time under Linux. However, it appears that it hangs on startup. Below is what is printed on stdout (look for "HANGS HERE"), the logfiles aren't much help either. There are no errors, just hanging.

      Any ideas what is going on? Could it be the Linux JVM?

      ================================================================================

      JBoss Bootstrap Environment

      JBOSS_HOME: /my/jboss-3.2.1

      JAVA: /opt/blackdown-jdk-1.4.1/bin/java

      JAVA_OPTS: -server -Dprogram.name=run.sh

      CLASSPATH: /my/jboss-3.2.1/bin/run.jar:/opt/blackdown-jdk-1.4.1/lib/tools.jar

      ================================================================================

      10:55:42,278 INFO [Server] Starting JBoss (MX MicroKernel)...
      10:55:42,282 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)
      10:55:42,284 INFO [Server] Home Dir: /my/jboss-3.2.1
      10:55:42,285 INFO [Server] Home URL: file:/my/jboss-3.2.1/
      10:55:42,286 INFO [Server] Library URL: file:/my/jboss-3.2.1/lib/
      10:55:42,289 INFO [Server] Patch URL: null
      10:55:42,290 INFO [Server] Server Name: default
      10:55:42,290 INFO [Server] Server Home Dir: /my/jboss-3.2.1/server/default
      10:55:42,292 INFO [Server] Server Home URL: file:/my/jboss-3.2.1/server/default/
      10:55:42,293 INFO [Server] Server Data Dir: /my/jboss-3.2.1/server/default/data
      10:55:42,294 INFO [Server] Server Temp Dir: /my/jboss-3.2.1/server/default/tmp
      10:55:42,295 INFO [Server] Server Config URL: file:/my/jboss-3.2.1/server/default/conf/
      10:55:42,296 INFO [Server] Server Library URL: file:/my/jboss-3.2.1/server/default/lib/
      10:55:42,297 INFO [Server] Root Deployemnt Filename: jboss-service.xml
      10:55:42,307 INFO [Server] Starting General Purpose Architecture (GPA)...
      10:55:42,983 INFO [ServerInfo] Java version: 1.4.1,Blackdown Java-Linux Team
      10:55:42,984 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM Blackdown-1.4.1-01,Blackdown Java-Linux Team
      10:55:42,985 INFO [ServerInfo] OS-System: Linux 2.4.20-gentoo-r2,i386
      10:55:43,150 INFO [ServiceController] Controller MBean online
      10:55:43,330 INFO [MainDeployer] Creating
      10:55:43,407 INFO [MainDeployer] Created
      10:55:43,410 INFO [MainDeployer] Starting
      10:55:43,411 INFO [MainDeployer] Started
      10:55:43,616 INFO [JARDeployer] Creating
      10:55:43,710 INFO [JARDeployer] Created
      10:55:43,714 INFO [JARDeployer] Starting
      10:55:43,716 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@c7b00c
      10:55:43,717 INFO [JARDeployer] Started
      10:55:43,749 INFO [SARDeployer] Creating
      10:55:43,880 INFO [SARDeployer] Created
      10:55:43,882 INFO [SARDeployer] Starting
      10:55:43,884 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@861f24
      10:55:43,968 INFO [SARDeployer] Started
      10:55:43,969 INFO [Server] Core system initialized
      10:55:44,144 INFO [MainDeployer] Starting deployment of package: file:/my/jboss-3.2.1/server/default/conf/jboss-service.xml
      10:55:51,624 INFO [Log4jService] Creating
      10:55:51,633 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
      10:55:52,206 INFO [Log4jService] Created
      10:55:52,273 INFO [WebService] Creating

      --------------------> HANGS HERE

      10:57:10,127 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      10:57:10,129 INFO [MainDeployer] Undeploying file:/my/jboss-3.2.1/server/default/conf/jboss-service.xml
      10:57:10,164 INFO [WebService] Destroying
      10:57:10,165 INFO [WebService] Destroyed
      10:57:10,166 INFO [Log4jService] Destroying
      10:57:10,167 INFO [Log4jService] Destroyed
      10:57:10,240 INFO [DeploymentInfo] Cleaned Deployment: file:/my/jboss-3.2.1/server/default/tmp/deploy/server/default/conf/jboss-service.xml/1.jboss-service.xml
      10:57:10,242 INFO [MainDeployer] Undeployed file:/my/jboss-3.2.1/server/default/conf/jboss-service.xml
      10:57:10,242 INFO [MainDeployer] Undeployed 1 deployed packages
      10:57:10,243 INFO [Server] Shutting down all services
      10:57:10,244 INFO [STDOUT] Shutting down
      10:57:10,245 INFO [ServiceController] Stopping 3 services
      10:57:10,246 INFO [SARDeployer] Stopping
      10:57:10,247 INFO [MainDeployer] Removing deployer: org.jboss.deployment.SARDeployer@861f24
      10:57:10,248 INFO [SARDeployer] Stopped
      10:57:10,250 INFO [JARDeployer] Stopping
      10:57:10,251 INFO [JARDeployer] Stopped
      10:57:10,252 INFO [MainDeployer] Stopping
      10:57:10,253 INFO [MainDeployer] Stopped
      10:57:10,254 INFO [ServiceController] Stopped 3 services
      10:57:10,259 INFO [Server] Shutdown complete
      10:57:10,260 INFO [STDOUT] Shutdown complete
      10:57:10,260 INFO [STDOUT] Halting VM