On 2015-01-09 09:40, Davide Giannella wrote:
On 08/01/2015 23:50, Travis CI wrote:
Build Update for apache/jackrabbit-oak
-------------------------------------
Build: #5078
Status: Broken
Duration: 3964 seconds
Commit: c8dee7adde9c2ce9a13cf986d4cc0b7802e60d65 (trunk)
Author: Julian Reschke
Message: OAK-2379 - switch DOCUMENT_RDB back to file persistence (rather than
in-memory)
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1650324
13f79535-47bb-0310-9956-ffa450edef68
View the changeset:
https://github.com/apache/jackrabbit-oak/compare/cd01ea9683e0...c8dee7adde9c
View the full build log and details:
https://travis-ci.org/apache/jackrabbit-oak/builds/46360541
As we were looking at the same together yesterday here are the failures:
addReferences[3](org.apache.jackrabbit.oak.jcr.ConcurrentAddReferenceTest)
Time elapsed: 0.209 sec <<< ERROR!
org.apache.jackrabbit.oak.plugins.document.DocumentStoreException:
initializing RDB document store
at
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.<init>(RDBDocumentStore.java:181)
...
Caused by: org.h2.jdbc.JdbcSQLException: A file path that is implicitly
relative to the current working directory is not allowed in the database
URL "jdbc:h2:file:target/7bba0771-e296-4a4b-8714-9c6457120dc7". Use an
absolute path, ~/name, ./name, or the baseDir setting instead. [90011-182]
Yes, already fixed. And of course it did work on my test system yesterday.
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
in the unit testing profile
and the same for the DOCUMENT_* IT profile
on the buildbot on the other hand we had a timeout
http://ci.apache.org/builders/oak-trunk/builds/902/steps/compile/logs/stdio
@Julian if you want to discuss ping me on chat. :)
Davide
Let's see what the next build shows.
Best regards, Julian