0 Replies Latest reply on Mar 9, 2005 12:37 PM by zjim01

    JBoss Start up - Problem with the System Tables

    zjim01

      Has Anyone encountered this error when starting up JBoss:

      11:58:15,656 INFO [STDOUT] [Server@13f99af]: Initiating startup sequence...
      11:58:15,671 INFO [STDOUT] [Server@13f99af]: Server socket opened successfully in 15 ms.
      11:58:16,078 INFO [STDOUT] [Server@13f99af]: Database [index=0, id=1, db=file:C:\jboss-4.0.1sp1\server\default\data\hypersonic\
      default, alias=] opened sucessfully in 407 ms.
      11:58:16,078 INFO [STDOUT] [Server@13f99af]: Startup sequence completed in 422 ms.
      11:58:16,093 INFO [STDOUT] [Server@13f99af]: 2005-03-09 11:58:16.078 HSQLDB server 1.7.2 is online
      11:58:16,093 INFO [STDOUT] [Server@13f99af]: To close normally, connect and execute SHUTDOWN SQL
      11:58:16,109 INFO [STDOUT] [Server@13f99af]: From command line, use [Ctrl]+[C] to abort abruptly
      11:58:16,234 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:nam
      e=DefaultDS,service=DataSourceBinding to JNDI name 'java:DefaultDS'
      11:58:16,265 WARN [ConfiguredIdentityLoginModule] Creating LoginModule with no configured password!
      11:58:16,359 ERROR [GeneralPurposeDatabasePersistencePlugin] Cannot create timer table
      org.jboss.deployment.DeploymentException: Error while checking if table aleady exists TIMERS; - nested throwable: (java.sql.SQLE
      xception: Table not found: SYSTEM_TABLES in statement [SELECT * FROM SYSTEM_TABLES])
       at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.tableExists(SQLUtil.java:1002)
       at org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin.createTableIfNotExists(GeneralPurposeDatabasePersistenc
      ePlugin.java:92)
       at org.jboss.ejb.txtimer.DatabasePersistencePolicy.startService(DatabasePersistencePolicy.java:96)
       at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
       at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:173)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


      Thanks!