- priority: 5 --> 8
I am getting:
C:\W\SOA\dev\ebxmlrr\omar-3.0-beta1-plus\omar\build-
setup.xml:473: SQL Exception: Failed to start
database 'C:/W/SOA/dev/ebxmlrr/runtime/data/registry/o
mar', see the next exception for details.
Same for build createDemoDB
In my build.properties I have:
database=derby
dbDialect=net.sf.hibernate.dialect.GenericDialect
dbLargeBinaryType=blob
dbName=$omar.home/data/registry/${omar.name}
dbParamsFile=derby-params.template
dbTransactionIsolation=TRANSACTION_READ_UNCOMMITTED
dbDeploymentJars=derby.jar, derbyLocale*.jar
dbPassword=
dbShutdownURL=jdbc:derby:${dbName};shutdown=true
dbURL=jdbc:derby:${dbName};create=true
dbUsername=
jdbcClassName=org.apache.derby.jdbc.EmbeddedDriver
jdbcDriver=derby.jar
The build output is:
C:\W\SOA\dev\ebxmlrr\omar-3.0-beta1-plus\omar>build
cleandb
Buildfile: build.xml
init:
[echo] build.home = C:\W\SOA\dev\ebxmlrr\omar-
3.0-beta1-plus\omar/build
[echo] build.classes = C:\W\SOA\dev\ebxmlrr\omar-
3.0-beta1-plus\omar\build\lib/classes
[echo] build.properties =
C:\W\SOA\dev\ebxmlrr\omar-3.0-beta1-
plus\omar/build.properties
build.proNotExist:
fix.dbURL:
[propertyfile] Updating property file:
C:\W\SOA\dev\ebxmlrr\omar-3.0-beta1-
plus\omar\build\fixed.properties
[echo] Fixed DB URL:
jdbc:derby:C:/W/SOA/dev/ebxmlrr/runtime/data/registry/
omar;create=true
setup.omarhome:
-read.dbParams:
prepare:
[echo] omar.home = C:/W/SOA/dev/ebxmlrr/runtime
[echo] omar.home.template =
C:/W/SOA/dev/ebxmlrr/runtime
conf:
[copy] Copying 27 files to
C:\W\SOA\dev\ebxmlrr\omar-3.0-beta1-
plus\omar\build\conf
check-database-type:
prepare-oracle-filtersfile:
prepare-postgresql-filtersfile:
prepare-hsqldb-filtersfile:
prepare-derby-filtersfile:
prepare-mysql-filtersfile:
prepare-database-filtersfile:
prepare-cleandb:
[copy] Copying 1 file to
C:\W\SOA\dev\ebxmlrr\omar-3.0-beta1-
plus\omar\build\conf\database
cleandb:
[echo] cleaning all tables and views in database
at:
jdbc:derby:C:/W/SOA/dev/ebxmlrr/runtime/data/registry/
omar;cre
ate=true
BUILD FAILED
C:\W\SOA\dev\ebxmlrr\omar-3.0-beta1-plus\omar\build-
setup.xml:473: SQL Exception: Failed to start
database 'C:/W/SOA/dev
/ebxmlrr/runtime/data/registry/omar', see the next
exception for details.
Total time: 3 seconds