Thanks, that helped to get a bit further.
Now I get an JdbcSQLException during the H2 test ("Connection is
broken/interrupted"):
C:\tools\H2>build compile benchmark
Target: compile
Deleting temp
Deleting docs
Compiling 519 classes
Copying 1 files to temp
Compiling 374 classes
Copying 14 files to temp
Running org.h2.build.doc.GenerateHelp
Javadoc
Loading source files for package org.h2.tools...
Constructing Javadoc information...
Zip temp/org/h2/util/data.zip (339 KB)
Target: benchmark
java -Xmx128m -cp temp;bin/h2-1.2.137.jar;ext/hsqldb.jar;ext/
hsqldb-1.8.0.10.jar;ext/derby-10.5.3.0_1.jar;ext/derbyclient-10.5.3.0
_1.jar;ext/derbynet-10.5.3.0_1.jar;ext/
postgresql-8.3-603.jdbc3.jar;ext/mysql-connector-java-5.1.6.jar
org.h2.test.bench.TestPerfo
rmance -init -db 1
Testing the performance of H2
H2 1.2.137 (2010-06-06)
Loading item table: 10%
Loading item table: 0%
Statements per second: 61757
java -Xmx128m -cp temp;bin/h2-1.2.137.jar;ext/hsqldb.jar;ext/
hsqldb-1.8.0.10.jar;ext/derby-10.5.3.0_1.jar;ext/derbyclient-10.5.3.0
_1.jar;ext/derbynet-10.5.3.0_1.jar;ext/
postgresql-8.3-603.jdbc3.jar;ext/mysql-connector-java-5.1.6.jar
org.h2.test.bench.TestPerfo
rmance -db 2
Testing the performance of HSQLDB
HSQL Database Engine 1.8.0
Loading item table: 10%
Loading item table: 0%
Statements per second: 3537
java -Xmx128m -cp temp;bin/h2-1.2.137.jar;ext/hsqldb.jar;ext/
hsqldb-1.8.0.10.jar;ext/derby-10.5.3.0_1.jar;ext/derbyclient-10.5.3.0
_1.jar;ext/derbynet-10.5.3.0_1.jar;ext/
postgresql-8.3-603.jdbc3.jar;ext/mysql-connector-java-5.1.6.jar
org.h2.test.bench.TestPerfo
rmance -db 3 -out pe.html
Testing the performance of Derby
Apache Derby 10.5.3.0 - (802917)
Loading item table: 10%
Loading item table: 0%
Statements per second: 7118
java -Xmx128m -cp temp;bin/h2-1.2.137.jar;ext/hsqldb.jar;ext/
hsqldb-1.8.0.10.jar;ext/derby-10.5.3.0_1.jar;ext/derbyclient-10.5.3.0
_1.jar;ext/derbynet-10.5.3.0_1.jar;ext/
postgresql-8.3-603.jdbc3.jar;ext/mysql-connector-java-5.1.6.jar
org.h2.test.bench.TestPerfo
rmance -init -db 4
Testing the performance of H2
Exception in thread "main" org.h2.jdbc.JdbcSQLException: Verbindung
ist unterbrochen: "unexpected status 1090519040"
Connection is broken: "unexpected status 1090519040" [90067-137]
at
org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
at org.h2.message.DbException.get(DbException.java:167)
at org.h2.message.DbException.get(DbException.java:144)
at org.h2.engine.SessionRemote.done(SessionRemote.java:543)
at org.h2.engine.SessionRemote.initTransfer(SessionRemote.java:
114)
at
org.h2.engine.SessionRemote.connectServer(SessionRemote.java:325)
at
org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:
223)
at
org.h2.engine.SessionRemote.createSession(SessionRemote.java:217)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:111)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:95)
at org.h2.Driver.connect(Driver.java:58)
at java.sql.DriverManager.getConnection(DriverManager.java:
582)
at java.sql.DriverManager.getConnection(DriverManager.java:
185)
at org.h2.test.bench.Database.openNewConnection(Database.java:
190)
at
org.h2.test.bench.TestPerformance.testAll(TestPerformance.java:223)
at org.h2.test.bench.TestPerformance.test(TestPerformance.java:
116)
at org.h2.test.bench.TestPerformance.main(TestPerformance.java:
49)
What can I do, now?
Regards
Ingo
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.