Hi all.... by adding this log4j.properties to my "client":

anonymous wrote :    <!-- Appender per JMS -->
  |    
  |     
  |     
  | 
  |     
  |       
  |     
  |       
  |    <!-- Fine appender -->
  |    
  |      
  |      <appender-ref ref="SECURITYLOG"/>
  |    
  |   
  |      
  |      
  |      <appender-ref ref="JMSLOG"/>
  |    

i have seen that when i start the Application Server it stops in creating 
DLQHandler, but when i try to shutdown the application server by using ctrl+c 
(by using shutdown script it doesn't work) i read in the log file these errors:

anonymous wrote : 2005-01-14 
17:08:17,719,TRACE,[main],[org.jboss.mq.il.http.HTTPServerILService],Constructing
  | 2005-01-14 
17:08:26,752,TRACE,[main],[org.jboss.mq.sm.jdbc.JDBCStateManager],Constructing
  | 2005-01-14 
17:08:26,762,DEBUG,[main],[org.jboss.mq.sm.jdbc.JDBCStateManager],Creating 
jboss.mq:service=StateManager
  | 2005-01-14 
17:08:26,762,DEBUG,[main],[org.jboss.mq.sm.jdbc.JDBCStateManager],Created 
jboss.mq:service=StateManager
  | 2005-01-14 
17:08:26,772,DEBUG,[main],[org.jboss.mq.sm.jdbc.JDBCStateManager],Starting 
jboss.mq:service=StateManager
  | 2005-01-14 
17:08:27,083,TRACE,[main],[org.jboss.mq.sm.jdbc.JDBCStateManager],Error 
creating table: CREATE TABLE JMS_USERS (USERID VARCHAR(32) NOT NULL, PASSWD 
VARCHAR(32) NOT NULL, CLIENTID VARCHAR(128), PRIMARY KEY(USERID))
  | java.sql.SQLException: Table already exists: JMS_USERS in statement [CREATE 
TABLE JMS_USERS (USERID VARCHAR(32) NOT NULL, PASSWD VARCHAR(32) NOT NULL, 
CLIENTID VARCHAR(128), PRIMARY KEY(USERID))]
  |     at org.hsqldb.Trace.getError(Unknown Source)
  |     at org.hsqldb.Result.(Unknown Source)
  |     at org.hsqldb.jdbcConnection.executeHSQL(Unknown Source)
  |     at org.hsqldb.jdbcConnection.execute(Unknown Source)
  |     at org.hsqldb.jdbcStatement.fetchResult(Unknown Source)
  |     at org.hsqldb.jdbcStatement.executeUpdate(Unknown Source)
  |     at org.hsqldb.jdbcPreparedStatement.executeUpdate(Unknown Source)
  |     at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:335)
  |     at 
org.jboss.mq.sm.jdbc.JDBCStateManager.initDB(JDBCStateManager.java:439)
  |     at 
org.jboss.mq.sm.jdbc.JDBCStateManager.startService(JDBCStateManager.java:399)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
  |     at $Proxy18.start(Unknown Source)
  |     at org.jboss.system.ServiceController.start(ServiceController.java:367)
  |     at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy4.start(Unknown Source)
  |     at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
  |     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
  |     at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy7.deploy(Unknown Source)
  |     at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
  |     at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
  |     at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
  |     at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  |     at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
  |     at $Proxy0.start(Unknown Source)
  |     at org.jboss.system.ServiceController.start(ServiceController.java:367)
  |     at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy4.start(Unknown Source)
  |     at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
  |     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:592)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy5.deploy(Unknown Source)
  |     at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
  |     at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
  |     at org.jboss.Main.boot(Main.java:145)
  |     at org.jboss.Main$1.run(Main.java:399)
  |     at java.lang.Thread.run(Thread.java:534)
  | 2005-01-14 
17:08:27,083,TRACE,[main],[org.jboss.mq.sm.jdbc.JDBCStateManager],Error 
creating table: CREATE TABLE JMS_ROLES (ROLEID VARCHAR(32) NOT NULL, USERID 
VARCHAR(32) NOT NULL, PRIMARY KEY(USERID, ROLEID))
  | java.sql.SQLException: Table already exists: JMS_ROLES in statement [CREATE 
TABLE JMS_ROLES (ROLEID VARCHAR(32) NOT NULL, USERID VARCHAR(32) NOT NULL, 
PRIMARY KEY(USERID, ROLEID))]
  |     at org.hsqldb.Trace.getError(Unknown Source)
  |     at org.hsqldb.Result.(Unknown Source)
  |     at org.hsqldb.jdbcConnection.executeHSQL(Unknown Source)
  |     at org.hsqldb.jdbcConnection.execute(Unknown Source)
  |     at org.hsqldb.jdbcStatement.fetchResult(Unknown Source)
  |     at org.hsqldb.jdbcStatement.executeUpdate(Unknown Source)
  |     at org.hsqldb.jdbcPreparedStatement.executeUpdate(Unknown Source)
  |     at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:335)
  |     at 
org.jboss.mq.sm.jdbc.JDBCStateManager.initDB(JDBCStateManager.java:448)
  |     at 
org.jboss.mq.sm.jdbc.JDBCStateManager.startService(JDBCStateManager.java:399)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
  |     at $Proxy18.start(Unknown Source)

Have you any ideas? I'm becoming crazy......

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to