1 Reply Latest reply on Nov 3, 2005 3:21 PM by bongmunoz

    Unable to configure jboss to run jbpm - getting

    koiponder

      I am trying to get the Getting Started app working on XP. I was following the instructions on http://jboss.com/products/jbpm/docs/getstarted.

      Apparently, in step 3, I need to run the target create.jbpm.configuration, that is in build.deploy.xml instead (ant -f build.deploy.xml create.jbpm.configuration). I don't see a target for configure.jboss.3.2.5. The ant task fails with the following recursive error:

      [jbpmschema] java.sql.SQLException: socket creation error
      [jbpmschema] at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
      [jbpmschema] at org.hsqldb.jdbc.jdbcConnection.(Unknown Source)
      [jbpmschema] at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
      [jbpmschema] at org.hsqldb.jdbcDriver.connect(Unknown Source)
      [jbpmschema] at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(Dr
      verManagerDataSource.java:68)
      [jbpmschema] at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPoole
      Connection(WrapperConnectionPoolDataSource.java:87)
      [jbpmschema] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1.acquireR
      source(C3P0PooledConnectionPool.java:83)
      [jbpmschema] at com.mchange.v2.resourcepool.BasicResourcePool.assimilateReso
      rce(BasicResourcePool.java:884)
      [jbpmschema] at com.mchange.v2.resourcepool.BasicResourcePool.acquireUntil(B
      sicResourcePool.java:601)
      [jbpmschema] at com.mchange.v2.resourcepool.BasicResourcePool.access$400(Bas
      cResourcePool.java:31)
      [jbpmschema] at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.ru
      (BasicResourcePool.java:1079)
      [jbpmschema] at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread
      run(ThreadPoolAsynchronousRunner.java:354)

      Has anybody else run into this problem?