Now also tested on Windows 8.0 x64 with java 8u40 and Maven 3.2.5
Fuseki 2 binary works well with TDB, load, query, backup and restore, data survives restart after ctrl-c. http://localhost:3030/manage.html#new-dataset does not work in Internet Explorer 10 unless you click the "Enable intranet setting" popup (!). Jena source builds fine with mvn clean install -DskipTests If I try again without -DskipTests it bails out at this point: ... ... » Unexpected exception, expected<java.sql.SQLFeatureNotSupportedException> b ... » Unexpected exception, expected<java.sql.SQLFeatureNotSupportedException> b ... » Unexpected exception, expected<java.sql.SQLFeatureNotSupportedException> b ... TestTdbDiskResultSets>AbstractResultSetTests.results_construct_bytes_01:1076-> AbstractTdbResultSetTests.createResults:85->AbstractTdbResultSetTests.createResu lts:90->prepareDataset:65 » File TestTdbDiskResultSets>AbstractResultSetTests.results_construct_bytes_02:1103-> AbstractTdbResultSetTests.createResults:85->AbstractTdbResultSetTests.createResu lts:90->prepareDataset:65 » File ... [INFO] Apache Jena - JDBC In-Memory Driver ................ SUCCESS [ 23.711 s] [INFO] Apache Jena - JDBC TDB Driver ...................... FAILURE [ 30.050 s] [INFO] Apache Jena - JDBC Driver Bundle ................... SKIPPED [INFO] Apache Jena - Maven Plugins, including schemagen ... SKIPPED ... [INFO] Apache Jena ........................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ After wondering why nothing else worked after this, it seems to be because I ran out of disk space on the poor C:! I deleted the jena-2.13.0 source code folder, and now had 23 GB free. How many GB do I need to compile Jena with tests on Windows? I assume this has to do with the folder workaround of https://issues.apache.org/jira/browse/JENA-115 (and JENA-804 ?) as jena-tdb/target consumed about 18 GBs. I also had 25 GB in %TEMP% - this seems to fill up on C: even if I build jena-jdbc on D: with 34 GB free -- the problem is that neither the test nor mvn clean tidies this up. Raised as https://issues.apache.org/jira/browse/JENA-897 This is not a regression from 2.12.1, which has the same problem (and also fails in JDBC TDB Driver), so no change of my +1 vote.
