Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geogig-dev] traditional sqlite failure

I am having trouble compiling on OSX 10.9 / Oracle Java 7 ... for the usual reasons I have trouble: sqlite. I am going to drop back to Java 6 and try again, but wanted to ask if anyone else was experiencing similar trouble?

After this failure to create the database the subsequent tests hang out while trying to connect:

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.872 sec - in org.locationtech.geogig.test.integration.sqlite.XerialLogOpTest
Tests run: 19, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 72.205 sec <<< FAILURE! - in org.locationtech.geogig.test.integration.sqlite.XerialCommitOpTest
testInitialCommit(org.locationtech.geogig.test.integration.sqlite.XerialCommitOpTest)  Time elapsed: 11.609 sec  <<< ERROR!
java.lang.Error: Internal Error in _syscall()
at org.ibex.nestedvm.Runtime.syscall(Runtime.java:1086)
at org.sqlite.SQLite.run_0x171800(target/build/SQLite.mips)
at org.sqlite.SQLite.trampoline(target/build/SQLite.mips)
at org.sqlite.SQLite._execute(target/build/SQLite.mips)
at org.ibex.nestedvm.Runtime.__execute(Runtime.java:506)
at org.ibex.nestedvm.Runtime.call(Runtime.java:678)
at org.ibex.nestedvm.Runtime.call(Runtime.java:647)
at org.sqlite.NestedDB.call(NestedDB.java:568)
at org.sqlite.NestedDB.call(NestedDB.java:563)
at org.sqlite.NestedDB.prepare(NestedDB.java:130)
at org.sqlite.DB.prepare(DB.java:123)

--
Jody Garnett
Senior Software Engineer | Boundless
jgarnett@xxxxxxxxxxxxxxxx


Back to the top