[jboss-user] [Beginners Corner] - Re: JBoss Server hangs before

pxstein do-not-reply at jboss.com
Fri Nov 7 04:15:05 EST 2008


"PeterJ" wrote : Which configuration are you running (that is, what is the run command line you are using)? What changes have you made to the configuration? Is this the first time you brought up EAP?
  | 
  | Is the java process showing any CPU usage? In other words, does it look like it is looping or does it look like it is waiting on something?
  | 
  | What are the last dozen or so lines in the server.log?

"production" configuration

simply "run.bat" with no parameter

No configuration changes were made

It is the first time of starting EAP through run.bat. However I started successfully the server already dozend of times through Eclipse.

Approx 20 second after the last line output CPU usage is observable. Then it turns to zero.

Last lines in server.log see bottom.

However some hundreds line above the last server.log line the following exception can be seen:

2008-11-07 10:03:22,950 DEBUG [org.jboss.system.ServiceController] starting service jboss.messaging:service=PersistenceManager
2008-11-07 10:03:22,950 DEBUG [org.jboss.messaging.core.jmx.JDBCPersistenceManagerService] Starting jboss.messaging:service=PersistenceManager
2008-11-07 10:03:22,982 DEBUG [org.jboss.messaging.core.impl.JDBCSupport] Failed to execute: CREATE TABLE JBM_DUAL (DUMMY INTEGER, PRIMARY KEY(DUMMY))
java.sql.SQLException: Table already exists: JBM_DUAL in statement [CREATE TABLE JBM_DUAL]
	at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
	at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
	at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
	at org.jboss.resource.adapter.jdbc.WrappedStatement.executeUpdate(WrappedStatement.java:237)
	at org.jboss.messaging.core.impl.JDBCSupport.createSchema(JDBCSupport.java:301)
	at org.jboss.messaging.core.impl.JDBCSupport.start(JDBCSupport.java:167)
.....
......
approx 1000 lines
....
....
2008-11-07 10:03:31,825 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/C:/jbdev1.1.0/jboss-eap/jboss-as/server/production/farm/cluster-examples-service.xml
2008-11-07 10:03:31,825 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: cluster-examples-service.xml
2008-11-07 10:03:31,825 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/jbdev1.1.0/jboss-eap/jboss-as/server/production/farm/cluster-examples-service.xml
2008-11-07 10:03:31,825 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that enabled: true
2008-11-07 10:03:31,825 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=FarmMember,partition=DefaultPartition dependent components: []
2008-11-07 10:03:31,841 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: farm-service.xml
2008-11-07 10:03:31,841 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: deploy.last
2008-11-07 10:03:31,841 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/jbdev1.1.0/jboss-eap/jboss-as/server/production/deploy/deploy.last/
2008-11-07 10:03:31,841 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/C:/jbdev1.1.0/jboss-eap/jboss-as/server/production/deploy/deploy.last/ -> file:/C:/jbdev1.1.0/jboss-eap/jboss-as/server/production/deploy/deploy.last/
2008-11-07 10:03:31,841 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that enabled: true
2008-11-07 10:03:31,841 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL
2008-11-07 10:03:31,841 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.deployment:type=DeploymentScanner,flavor=URL dependent components: []
2008-11-07 10:03:31,872 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-service.xml
2008-11-07 10:03:31,872 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/jbdev1.1.0/jboss-eap/jboss-as/server/production/conf/jboss-service.xml
2008-11-07 10:03:31,935 INFO  [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.3.0.GA_CP01 (build: SVNTag=JBPAPP_4_3_0_GA_CP01 date=200804211657)] Started in 33s:860ms




View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187621#4187621

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187621



More information about the jboss-user mailing list