0 Replies Latest reply on Mar 28, 2006 11:02 AM by waltgeddes

    jboss install problem on AIX - hsqldb-ds.xml

    waltgeddes

      I installed Anonymous Resolution on AIX 5.2. I installed jboss 3.2.3, IBM java 1.4.2, IBM DB2 8.2, and gcc 3.3.2, libstdc as
      described in the install guide.

      When I run run.sh to start jboss, I get and error "exception in init of file hsqldb-ds.xml
      java.lang.IllegalArgumentException: the value of param jboss.server.data.dir must be a valid Java object"

      If I look at the console, I see that:

      jboss.server.data.dir  /opt/jboss-3.2.3/server/default/data 


      which is correct. Any ideas of what might be wrong?
      line in hsqldb-ds.xml is:
      <connection-url>jdbc:hsqldb:${jboss.server.data.dir}/hypersonic/localDB</connection-url>