1 Reply Latest reply on Dec 20, 2001 7:03 PM by raynier

    install problem: crash on Hypersonic startup

    raynier

      Hi All,

      being new to the JBoss field I hope there is someone that show me in the right direction to solve this problem.

      When I try to start up a new install of 2.3/4 both crash with the following message:
      ---
      [HypersonicDatabase] Starting
      [Default] java.lang.IllegalAccessError: try to access class org.hsqldb.Database from class org.hsqldb.Embedded_Server
      [Default] at org.hsqldb.Embedded_Server.run(Embedded_Server.java:151)
      [Default]
      [Default] at org.hsqldb.Embedded_Server.access$0(Embedded_Server.java:101)
      [Default]
      [Default] at org.hsqldb.Embedded_Server$1.run(Embedded_Server.java:247)
      [Default]
      [Default] at java.lang.Thread.run(Thread.java:484)
      [Default]
      ---

      The system seems stalled because after a Ctrl-C it will shutdown properly(?).

      Not getting out of the starting blocks somewhat hinders my self-reliance in trouble-shooting here, so any help would be appreciated.

      Thanks,
      Rene van Egmond
      Seattle (WA) USA

        • 1. Re: install problem: crash on Hypersonic startup
          raynier

          These are the best - to sign off on your own problem reports.

          The cause for the problem was a dangling hsqldb.jar that was loaded somewhere earlier in the classpath. Having removed it solved the problem and the server starts up fine without error messages.

          Rene
          Seattle (WA) USA