Skip to content

Console Output

Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] --------------------< org.geotools.jdbc:gt-jdbc-h2 >--------------------
[INFO] Building H2 DataStore 19-SNAPSHOT                               [30/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- git-commit-id-plugin:2.1.15:revision (default) @ gt-jdbc-h2 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gt-jdbc-h2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ gt-jdbc-h2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gt-jdbc-h2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/plugin/jdbc/jdbc-h2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ gt-jdbc-h2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ gt-jdbc-h2 ---
[INFO] Surefire report directory: /home/hudson/genie.jts/.jenkins/jobs/GeoTools/workspace/modules/plugin/jdbc/jdbc-h2/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts
Running org.geotools.data.h2.H2AggregateFunctionTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 16, Failures: 0, Errors: 16, Skipped: 0, Time elapsed: 3.991 sec <<< FAILURE! - in org.geotools.data.h2.H2AggregateFunctionTest
testUniqueWithFilter(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.813 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testUniqueWithFilter(JDBCAggregateFunctionOnlineTest.java:266)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testStoreChecksVisitorLimits(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.248 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testStoreChecksVisitorLimits(JDBCAggregateFunctionOnlineTest.java:323)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMaxWithFilter(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.138 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testMaxWithFilter(JDBCAggregateFunctionOnlineTest.java:145)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMaxWithLimitOffset(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.14 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testMaxWithLimitOffset(JDBCAggregateFunctionOnlineTest.java:158)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMax(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.135 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testMax(JDBCAggregateFunctionOnlineTest.java:135)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMin(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.13 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testMin(JDBCAggregateFunctionOnlineTest.java:193)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSum(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.144 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testSum(JDBCAggregateFunctionOnlineTest.java:76)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testUniqueWithLimitOffsetOnVisitor(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.149 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testUniqueWithLimitOffsetOnVisitor(JDBCAggregateFunctionOnlineTest.java:354)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSumWithLimitOffset(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.128 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testSumWithLimitOffset(JDBCAggregateFunctionOnlineTest.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMinWithFilter(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.129 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testMinWithFilter(JDBCAggregateFunctionOnlineTest.java:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testUniqueWithLimitOnVisitor(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.119 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testUniqueWithLimitOnVisitor(JDBCAggregateFunctionOnlineTest.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testNearest(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.109 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testNearest(JDBCAggregateFunctionOnlineTest.java:418)
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testNearest(JDBCAggregateFunctionOnlineTest.java:394)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testUniqueWithLimitOffset(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.115 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testUniqueWithLimitOffset(JDBCAggregateFunctionOnlineTest.java:282)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMinWithLimitOffset(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.119 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testMinWithLimitOffset(JDBCAggregateFunctionOnlineTest.java:216)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSumWithFilter(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.106 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testSumWithFilter(JDBCAggregateFunctionOnlineTest.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testUnique(org.geotools.data.h2.H2AggregateFunctionTest)  Time elapsed: 0.204 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCAggregateFunctionOnlineTest.testUnique(JDBCAggregateFunctionOnlineTest.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2BooleanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.geotools.data.h2.H2BooleanTest
Running org.geotools.data.h2.H2ConnectionLifecycleTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCConnectionLifecycleOnlineTest.connect(JDBCConnectionLifecycleOnlineTest.java:43)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCConnectionLifecycleOnlineTest.connect(JDBCConnectionLifecycleOnlineTest.java:43)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCConnectionLifecycleOnlineTest.connect(JDBCConnectionLifecycleOnlineTest.java:43)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.428 sec <<< FAILURE! - in org.geotools.data.h2.H2ConnectionLifecycleTest
testVariableListener(org.geotools.data.h2.H2ConnectionLifecycleTest)  Time elapsed: 0.125 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.data.h2.H2ConnectionLifecycleTest.testVariableListener(H2ConnectionLifecycleTest.java:69)

testConnectionReleased(org.geotools.data.h2.H2ConnectionLifecycleTest)  Time elapsed: 0.111 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCConnectionLifecycleOnlineTest.testConnectionReleased(JDBCConnectionLifecycleOnlineTest.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testListenerCalled(org.geotools.data.h2.H2ConnectionLifecycleTest)  Time elapsed: 0.192 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCConnectionLifecycleOnlineTest.testListenerCalled(JDBCConnectionLifecycleOnlineTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2DataStoreAPITest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.connect(JDBCDataStoreAPIOnlineTest.java:79)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
Tests run: 43, Failures: 0, Errors: 40, Skipped: 0, Time elapsed: 1.03 sec <<< FAILURE! - in org.geotools.data.h2.H2DataStoreAPITest
testGetFeaturesWriterAdd(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeaturesWriterAdd(JDBCDataStoreAPIOnlineTest.java:564)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchema(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.562 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testCreateSchema(JDBCDataStoreAPIOnlineTest.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureTypes(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.016 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureTypes(JDBCDataStoreAPIOnlineTest.java:105)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderFilterTransaction(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.014 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterTransaction(JDBCDataStoreAPIOnlineTest.java:448)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testUnLockFeatures(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.015 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testUnLockFeatures(JDBCDataStoreAPIOnlineTest.java:1072)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterFilter(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.011 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureWriterFilter(JDBCDataStoreAPIOnlineTest.java:628)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderFilterWithAttributesNotRequested2(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterWithAttributesNotRequested2(JDBCDataStoreAPIOnlineTest.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterAppendTypeNameTransaction(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.018 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureWriterAppendTypeNameTransaction(JDBCDataStoreAPIOnlineTest.java:609)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterRemove(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.01 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.writer(JDBCDataStoreAPIOnlineTest.java:1306)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureWriterRemove(JDBCDataStoreAPIOnlineTest.java:536)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLockFeatureInteraction(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.01 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testLockFeatureInteraction(JDBCDataStoreAPIOnlineTest.java:1101)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterClose(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureWriterClose(JDBCDataStoreAPIOnlineTest.java:517)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureStoreSetFeatures(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.011 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureStoreSetFeatures(JDBCDataStoreAPIOnlineTest.java:1036)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureSourceRoad(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.011 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureSourceRoad(JDBCDataStoreAPIOnlineTest.java:871)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWriterModify(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.027 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.writer(JDBCDataStoreAPIOnlineTest.java:1306)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeaturesWriterModify(JDBCDataStoreAPIOnlineTest.java:583)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderMutability(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.reader(JDBCDataStoreAPIOnlineTest.java:1301)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderMutability(JDBCDataStoreAPIOnlineTest.java:337)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureStoreModifyFeatures1(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureStoreModifyFeatures1(JDBCDataStoreAPIOnlineTest.java:958)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureStoreModifyFeatures2(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.014 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureStoreModifyFeatures2(JDBCDataStoreAPIOnlineTest.java:974)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureStoreModifyFeatures3(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureStoreModifyFeatures3(JDBCDataStoreAPIOnlineTest.java:1000)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderFilterAutoCommit(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterAutoCommit(JDBCDataStoreAPIOnlineTest.java:423)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderFilterWithAttributesNotRequested(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterWithAttributesNotRequested(JDBCDataStoreAPIOnlineTest.java:275)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGeneralization(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGeneralization(JDBCDataStoreAPIOnlineTest.java:1596)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimplification(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testSimplification(JDBCDataStoreAPIOnlineTest.java:1625)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureStoreRemoveAllFeatures(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureStoreRemoveAllFeatures(JDBCDataStoreAPIOnlineTest.java:1020)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureStoreRemoveFeatures(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureStoreRemoveFeatures(JDBCDataStoreAPIOnlineTest.java:1011)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderFilterPrePostWithNoGeometry(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterPrePostWithNoGeometry(JDBCDataStoreAPIOnlineTest.java:258)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterConcurrency(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureWriterConcurrency(JDBCDataStoreAPIOnlineTest.java:831)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReader(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReader(JDBCDataStoreAPIOnlineTest.java:170)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderLake(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderLake(JDBCDataStoreAPIOnlineTest.java:214)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderConcurrency(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.reader(JDBCDataStoreAPIOnlineTest.java:1301)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderConcurrency(JDBCDataStoreAPIOnlineTest.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureStoreAddFeatures(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureStoreAddFeatures(JDBCDataStoreAPIOnlineTest.java:1027)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterTypeNameTransaction(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureWriterTypeNameTransaction(JDBCDataStoreAPIOnlineTest.java:602)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterRemoveAll(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.writer(JDBCDataStoreAPIOnlineTest.java:1306)
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureWriterRemoveAll(JDBCDataStoreAPIOnlineTest.java:552)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReaderFilterPrePost(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterPrePost(JDBCDataStoreAPIOnlineTest.java:232)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetSchemaRoad(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetSchemaRoad(JDBCDataStoreAPIOnlineTest.java:115)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureSourceRiver(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureSourceRiver(JDBCDataStoreAPIOnlineTest.java:935)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetSchemaRiver(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetSchemaRiver(JDBCDataStoreAPIOnlineTest.java:138)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGeometryFactoryHintsCS(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGeometryFactoryHintsCS(JDBCDataStoreAPIOnlineTest.java:193)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGeometryFactoryHintsGF(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.022 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGeometryFactoryHintsGF(JDBCDataStoreAPIOnlineTest.java:175)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureLockingExpire(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testGetFeatureLockingExpire(JDBCDataStoreAPIOnlineTest.java:1152)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLockFeatures(org.geotools.data.h2.H2DataStoreAPITest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreAPIOnlineTest.testLockFeatures(JDBCDataStoreAPIOnlineTest.java:1062)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2DataStoreFactoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.geotools.data.h2.H2DataStoreFactoryTest
Running org.geotools.data.h2.H2DataStoreTest
2018-06-26T15:14:15.899-0400  SEVERE  There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
2018-06-26T15:14:15.900-0400  SEVERE  There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
2018-06-26T15:14:15.900-0400  SEVERE  There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
2018-06-26T15:14:15.900-0400  SEVERE  There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 1.561 sec <<< FAILURE! - in org.geotools.data.h2.H2DataStoreTest
testSimpleIndex(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.033 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testSimpleIndex(JDBCDataStoreOnlineTest.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchemaWithConstraints(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.098 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testCreateSchemaWithConstraints(JDBCDataStoreOnlineTest.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMultiColumnIndex(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.11 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testMultiColumnIndex(JDBCDataStoreOnlineTest.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchema(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.137 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testCreateSchema(JDBCDataStoreOnlineTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetNames(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.121 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetNames(JDBCDataStoreOnlineTest.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterAppend(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.139 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureWriterAppend(JDBCDataStoreOnlineTest.java:449)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterWithFilter(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.131 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureWriterWithFilter(JDBCDataStoreOnlineTest.java:427)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchemaUTMCRS(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.123 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testCreateSchemaUTMCRS(JDBCDataStoreOnlineTest.java:264)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchemaFidColumn(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.114 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testCreateSchemaFidColumn(JDBCDataStoreOnlineTest.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRemoveSchema(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.123 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testRemoveSchema(JDBCDataStoreOnlineTest.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReader(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.103 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureReader(JDBCDataStoreOnlineTest.java:358)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureSource(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.109 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureSource(JDBCDataStoreOnlineTest.java:353)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriter(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.107 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureWriter(JDBCDataStoreOnlineTest.java:407)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetSchema(org.geotools.data.h2.H2DataStoreTest)  Time elapsed: 0.112 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetSchema(JDBCDataStoreOnlineTest.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2DateTest
[ d <= Sun Jun 28 00:00:00 GMT-12:00 2009 ]
[ d <= Sun Jun 28 00:00:00 PDT 2009 ]
[ d <= Sun Jun 28 00:00:00 EST 2009 ]
[ d <= Sun Jun 28 00:00:00 GMT 2009 ]
[ d <= Sun Jun 28 00:00:00 CEST 2009 ]
[ d <= Sun Jun 28 00:00:00 GMT+12:00 2009 ]
[ d <= Sun Jun 28 00:00:00 GMT+14:00 2009 ]
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.geotools.data.h2.H2DateTest
Running org.geotools.data.h2.H2DistanceFiltersTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 1.023 sec <<< FAILURE! - in org.geotools.data.h2.H2DistanceFiltersTest
testDWithinGeographicFeet(org.geotools.data.h2.H2DistanceFiltersTest)  Time elapsed: 0.12 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDistanceFiltersTest.assertDWithinFilter(JDBCDistanceFiltersTest.java:116)
	at org.geotools.jdbc.JDBCDistanceFiltersTest.testDWithinGeographicFeet(JDBCDistanceFiltersTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testDWithinGeographicMile(org.geotools.data.h2.H2DistanceFiltersTest)  Time elapsed: 0.13 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDistanceFiltersTest.assertDWithinFilter(JDBCDistanceFiltersTest.java:116)
	at org.geotools.jdbc.JDBCDistanceFiltersTest.testDWithinGeographicMile(JDBCDistanceFiltersTest.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testDWithinGeographicMeter(org.geotools.data.h2.H2DistanceFiltersTest)  Time elapsed: 0.108 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDistanceFiltersTest.assertDWithinFilter(JDBCDistanceFiltersTest.java:116)
	at org.geotools.jdbc.JDBCDistanceFiltersTest.testDWithinGeographicMeter(JDBCDistanceFiltersTest.java:43)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBeyondGeographicFeet(org.geotools.data.h2.H2DistanceFiltersTest)  Time elapsed: 0.154 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDistanceFiltersTest.assertBeyondFilter(JDBCDistanceFiltersTest.java:127)
	at org.geotools.jdbc.JDBCDistanceFiltersTest.testBeyondGeographicFeet(JDBCDistanceFiltersTest.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBeyondGeographicMile(org.geotools.data.h2.H2DistanceFiltersTest)  Time elapsed: 0.135 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDistanceFiltersTest.assertBeyondFilter(JDBCDistanceFiltersTest.java:127)
	at org.geotools.jdbc.JDBCDistanceFiltersTest.testBeyondGeographicMile(JDBCDistanceFiltersTest.java:88)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBeyondGeographicKm(org.geotools.data.h2.H2DistanceFiltersTest)  Time elapsed: 0.132 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDistanceFiltersTest.assertBeyondFilter(JDBCDistanceFiltersTest.java:127)
	at org.geotools.jdbc.JDBCDistanceFiltersTest.testBeyondGeographicKm(JDBCDistanceFiltersTest.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testDWithinGeographicKm(org.geotools.data.h2.H2DistanceFiltersTest)  Time elapsed: 0.135 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDistanceFiltersTest.assertDWithinFilter(JDBCDistanceFiltersTest.java:116)
	at org.geotools.jdbc.JDBCDistanceFiltersTest.testDWithinGeographicKm(JDBCDistanceFiltersTest.java:34)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBeyondGeographicMeter(org.geotools.data.h2.H2DistanceFiltersTest)  Time elapsed: 0.108 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDistanceFiltersTest.assertBeyondFilter(JDBCDistanceFiltersTest.java:127)
	at org.geotools.jdbc.JDBCDistanceFiltersTest.testBeyondGeographicMeter(JDBCDistanceFiltersTest.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2EmptyGeometryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.612 sec - in org.geotools.data.h2.H2EmptyGeometryTest
Running org.geotools.data.h2.H2EmptyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.geotools.data.h2.H2EmptyTest
Running org.geotools.data.h2.H2FeatureCollectionTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.connect(JDBCFeatureCollectionOnlineTest.java:50)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.connect(JDBCFeatureCollectionOnlineTest.java:50)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.connect(JDBCFeatureCollectionOnlineTest.java:50)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.connect(JDBCFeatureCollectionOnlineTest.java:50)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.connect(JDBCFeatureCollectionOnlineTest.java:50)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.762 sec <<< FAILURE! - in org.geotools.data.h2.H2FeatureCollectionTest
testAdd(org.geotools.data.h2.H2FeatureCollectionTest)  Time elapsed: 0.185 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.testAdd(JDBCFeatureCollectionOnlineTest.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSize(org.geotools.data.h2.H2FeatureCollectionTest)  Time elapsed: 0.183 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.testSize(JDBCFeatureCollectionOnlineTest.java:90)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSubCollection(org.geotools.data.h2.H2FeatureCollectionTest)  Time elapsed: 0.134 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.testSubCollection(JDBCFeatureCollectionOnlineTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBounds(org.geotools.data.h2.H2FeatureCollectionTest)  Time elapsed: 0.126 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.testBounds(JDBCFeatureCollectionOnlineTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testIterator(org.geotools.data.h2.H2FeatureCollectionTest)  Time elapsed: 0.134 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureCollectionOnlineTest.testIterator(JDBCFeatureCollectionOnlineTest.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2FeatureLockingTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.connect(JDBCFeatureLockingOnlineTest.java:46)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.connect(JDBCFeatureLockingOnlineTest.java:46)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.connect(JDBCFeatureLockingOnlineTest.java:46)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.connect(JDBCFeatureLockingOnlineTest.java:46)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.connect(JDBCFeatureLockingOnlineTest.java:46)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.connect(JDBCFeatureLockingOnlineTest.java:46)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.connect(JDBCFeatureLockingOnlineTest.java:46)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.connect(JDBCFeatureLockingOnlineTest.java:46)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 1.056 sec <<< FAILURE! - in org.geotools.data.h2.H2FeatureLockingTest
testModifyLockedFeatures(org.geotools.data.h2.H2FeatureLockingTest)  Time elapsed: 0.112 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.testModifyLockedFeatures(JDBCFeatureLockingOnlineTest.java:286)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testDeleteLockedFeatures(org.geotools.data.h2.H2FeatureLockingTest)  Time elapsed: 0.137 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.testDeleteLockedFeatures(JDBCFeatureLockingOnlineTest.java:260)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testUnlockFeatures(org.geotools.data.h2.H2FeatureLockingTest)  Time elapsed: 0.155 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.testUnlockFeatures(JDBCFeatureLockingOnlineTest.java:191)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLockFeaturesWithFilter(org.geotools.data.h2.H2FeatureLockingTest)  Time elapsed: 0.116 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.testLockFeaturesWithFilter(JDBCFeatureLockingOnlineTest.java:108)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testUnlockFeaturesInvalidFilter(org.geotools.data.h2.H2FeatureLockingTest)  Time elapsed: 0.117 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.testUnlockFeaturesInvalidFilter(JDBCFeatureLockingOnlineTest.java:234)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLockFeaturesWithInvalidFilter(org.geotools.data.h2.H2FeatureLockingTest)  Time elapsed: 0.109 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.testLockFeaturesWithInvalidFilter(JDBCFeatureLockingOnlineTest.java:150)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLockFeaturesWithInvalidQuery(org.geotools.data.h2.H2FeatureLockingTest)  Time elapsed: 0.127 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.testLockFeaturesWithInvalidQuery(JDBCFeatureLockingOnlineTest.java:170)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLockFeatures(org.geotools.data.h2.H2FeatureLockingTest)  Time elapsed: 0.183 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureLockingOnlineTest.testLockFeatures(JDBCFeatureLockingOnlineTest.java:58)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2FeatureReaderTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.144 sec <<< FAILURE! - in org.geotools.data.h2.H2FeatureReaderTest
testNext(org.geotools.data.h2.H2FeatureReaderTest)  Time elapsed: 0.144 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureReaderOnlineTest.testNext(JDBCFeatureReaderOnlineTest.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2FeatureSourceExposePkTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
java.lang.NullPointerException
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithInvalidFilter(JDBCFeatureSourceOnlineTest.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.connect(JDBCFeatureSourceExposePkOnlineTest.java:33)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
Tests run: 31, Failures: 0, Errors: 29, Skipped: 0, Time elapsed: 4.499 sec <<< FAILURE! - in org.geotools.data.h2.H2FeatureSourceExposePkTest
testSchema(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.131 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceExposePkOnlineTest.testSchema(JDBCFeatureSourceExposePkOnlineTest.java:38)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testQueryCapabilitiesReliableFid(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.108 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testQueryCapabilitiesReliableFid(JDBCFeatureSourceOnlineTest.java:387)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testFeatureIteratorNextContract(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.124 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testFeatureIteratorNextContract(JDBCFeatureSourceOnlineTest.java:421)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRendererBehaviour(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.108 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testRendererBehaviour(JDBCFeatureSourceOnlineTest.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.14 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithFilter(JDBCFeatureSourceOnlineTest.java:134)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCount(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.169 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testCount(JDBCFeatureSourceOnlineTest.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithOffset(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.162 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffset(JDBCFeatureSourceOnlineTest.java:291)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCaseInsensitiveFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.145 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testCaseInsensitiveFilter(JDBCFeatureSourceOnlineTest.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithSort(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.19 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithSort(JDBCFeatureSourceOnlineTest.java:224)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testNaturalSortingdesc(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.195 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testNaturalSortingdesc(JDBCFeatureSourceOnlineTest.java:407)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testQueryCapabilitiesSort(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.158 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testQueryCapabilitiesSort(JDBCFeatureSourceOnlineTest.java:374)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testNaturalSortingAsc(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.18 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testNaturalSortingAsc(JDBCFeatureSourceOnlineTest.java:393)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithOffsetLimitAndPostFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.131 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffsetLimitAndPostFilter(JDBCFeatureSourceOnlineTest.java:334)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithMax(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.135 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithMax(JDBCFeatureSourceOnlineTest.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGeometryFactoryHint(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.141 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGeometryFactoryHint(JDBCFeatureSourceOnlineTest.java:469)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithQuery(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.141 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithQuery(JDBCFeatureSourceOnlineTest.java:189)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testConversionFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.118 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testConversionFilter(JDBCFeatureSourceOnlineTest.java:454)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithLogicFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.12 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithLogicFilter(JDBCFeatureSourceOnlineTest.java:163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCountWithOffsetLimit(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.121 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testCountWithOffsetLimit(JDBCFeatureSourceOnlineTest.java:125)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBoundsWithQuery(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.133 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testBoundsWithQuery(JDBCFeatureSourceOnlineTest.java:93)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testFeatureIteratorEmptyContract(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.125 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testFeatureIteratorEmptyContract(JDBCFeatureSourceOnlineTest.java:429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatures(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.128 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeatures(JDBCFeatureSourceOnlineTest.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBounds(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.113 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testBounds(JDBCFeatureSourceOnlineTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCountWithFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.176 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testCountWithFilter(JDBCFeatureSourceOnlineTest.java:113)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testNotFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.131 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testNotFilter(JDBCFeatureSourceOnlineTest.java:461)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithArithmeticOpFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.12 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithArithmeticOpFilter(JDBCFeatureSourceOnlineTest.java:490)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithOffsetLimit(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.207 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffsetLimit(JDBCFeatureSourceOnlineTest.java:312)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testAcceptsVisitor(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.197 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testAcceptsVisitor(JDBCFeatureSourceOnlineTest.java:510)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLikeFilter(org.geotools.data.h2.H2FeatureSourceExposePkTest)  Time elapsed: 0.125 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testLikeFilter(JDBCFeatureSourceOnlineTest.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2FeatureSourceTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
java.lang.NullPointerException
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithInvalidFilter(JDBCFeatureSourceOnlineTest.java:154)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.connect(JDBCFeatureSourceOnlineTest.java:64)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 31, Failures: 0, Errors: 29, Skipped: 0, Time elapsed: 2.337 sec <<< FAILURE! - in org.geotools.data.h2.H2FeatureSourceTest
testQueryCapabilitiesReliableFid(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testQueryCapabilitiesReliableFid(JDBCFeatureSourceOnlineTest.java:387)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testFeatureIteratorNextContract(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testFeatureIteratorNextContract(JDBCFeatureSourceOnlineTest.java:421)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRendererBehaviour(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testRendererBehaviour(JDBCFeatureSourceOnlineTest.java:363)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithFilter(JDBCFeatureSourceOnlineTest.java:134)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCount(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testCount(JDBCFeatureSourceOnlineTest.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithOffset(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffset(JDBCFeatureSourceOnlineTest.java:291)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCaseInsensitiveFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testCaseInsensitiveFilter(JDBCFeatureSourceOnlineTest.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithSort(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithSort(JDBCFeatureSourceOnlineTest.java:224)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testNaturalSortingdesc(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testNaturalSortingdesc(JDBCFeatureSourceOnlineTest.java:407)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testQueryCapabilitiesSort(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testQueryCapabilitiesSort(JDBCFeatureSourceOnlineTest.java:374)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testNaturalSortingAsc(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testNaturalSortingAsc(JDBCFeatureSourceOnlineTest.java:393)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithOffsetLimitAndPostFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffsetLimitAndPostFilter(JDBCFeatureSourceOnlineTest.java:334)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithMax(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.105 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithMax(JDBCFeatureSourceOnlineTest.java:269)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGeometryFactoryHint(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.112 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGeometryFactoryHint(JDBCFeatureSourceOnlineTest.java:469)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithQuery(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.106 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithQuery(JDBCFeatureSourceOnlineTest.java:189)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testConversionFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.113 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testConversionFilter(JDBCFeatureSourceOnlineTest.java:454)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithLogicFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.124 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithLogicFilter(JDBCFeatureSourceOnlineTest.java:163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCountWithOffsetLimit(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.189 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testCountWithOffsetLimit(JDBCFeatureSourceOnlineTest.java:125)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBoundsWithQuery(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.141 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testBoundsWithQuery(JDBCFeatureSourceOnlineTest.java:93)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testFeatureIteratorEmptyContract(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.126 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testFeatureIteratorEmptyContract(JDBCFeatureSourceOnlineTest.java:429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatures(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.14 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeatures(JDBCFeatureSourceOnlineTest.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBounds(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.125 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testBounds(JDBCFeatureSourceOnlineTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCountWithFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.133 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testCountWithFilter(JDBCFeatureSourceOnlineTest.java:113)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testNotFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.14 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testNotFilter(JDBCFeatureSourceOnlineTest.java:461)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSchema(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.114 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testSchema(JDBCFeatureSourceOnlineTest.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithArithmeticOpFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.123 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithArithmeticOpFilter(JDBCFeatureSourceOnlineTest.java:490)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeaturesWithOffsetLimit(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.121 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffsetLimit(JDBCFeatureSourceOnlineTest.java:312)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testAcceptsVisitor(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.11 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testAcceptsVisitor(JDBCFeatureSourceOnlineTest.java:510)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLikeFilter(org.geotools.data.h2.H2FeatureSourceTest)  Time elapsed: 0.118 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureSourceOnlineTest.testLikeFilter(JDBCFeatureSourceOnlineTest.java:441)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2FeatureStoreExposedPkTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.connect(JDBCFeatureStoreExposePkOnlineTest.java:48)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
Tests run: 16, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 2.012 sec <<< FAILURE! - in org.geotools.data.h2.H2FeatureStoreExposedPkTest
testModifyExposedPk(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.107 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreExposePkOnlineTest.testModifyExposedPk(JDBCFeatureStoreExposePkOnlineTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testAddFeatures(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.094 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testAddFeatures(JDBCFeatureStoreOnlineTest.java:76)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testAddNullAttributes(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.117 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testAddNullAttributes(JDBCFeatureStoreOnlineTest.java:270)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyFeatures(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.108 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyFeatures(JDBCFeatureStoreOnlineTest.java:322)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyFeaturesSingleAttribute(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.11 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyFeaturesSingleAttribute(JDBCFeatureStoreOnlineTest.java:389)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMultithreadedAddFeatures(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.126 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testMultithreadedAddFeatures(JDBCFeatureStoreOnlineTest.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyNullAttributes(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.259 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyNullAttributes(JDBCFeatureStoreOnlineTest.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyMadeUpGeometry(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.205 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyMadeUpGeometry(JDBCFeatureStoreOnlineTest.java:364)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testAddFeaturesUseProvidedFid(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.109 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testAddFeaturesUseProvidedFid(JDBCFeatureStoreOnlineTest.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyGeometry(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.132 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyGeometry(JDBCFeatureStoreOnlineTest.java:345)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSetFeatures(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.121 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testSetFeatures(JDBCFeatureStoreOnlineTest.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRemoveFeatures(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.139 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testRemoveFeatures(JDBCFeatureStoreOnlineTest.java:418)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRemoveFeaturesWithInvalidFilter(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.124 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testRemoveFeaturesWithInvalidFilter(JDBCFeatureStoreOnlineTest.java:432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyFeaturesInvalidFilter(org.geotools.data.h2.H2FeatureStoreExposedPkTest)  Time elapsed: 0.134 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyFeaturesInvalidFilter(JDBCFeatureStoreOnlineTest.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2FeatureStoreTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.connect(JDBCFeatureStoreOnlineTest.java:70)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 15, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 2.204 sec <<< FAILURE! - in org.geotools.data.h2.H2FeatureStoreTest
testAddFeatures(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.138 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testAddFeatures(JDBCFeatureStoreOnlineTest.java:76)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testAddNullAttributes(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.097 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testAddNullAttributes(JDBCFeatureStoreOnlineTest.java:270)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyFeatures(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.195 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyFeatures(JDBCFeatureStoreOnlineTest.java:322)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyFeaturesSingleAttribute(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.197 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyFeaturesSingleAttribute(JDBCFeatureStoreOnlineTest.java:389)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMultithreadedAddFeatures(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.232 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testMultithreadedAddFeatures(JDBCFeatureStoreOnlineTest.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyNullAttributes(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.232 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyNullAttributes(JDBCFeatureStoreOnlineTest.java:280)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyMadeUpGeometry(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.14 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyMadeUpGeometry(JDBCFeatureStoreOnlineTest.java:364)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testAddFeaturesUseProvidedFid(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.122 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testAddFeaturesUseProvidedFid(JDBCFeatureStoreOnlineTest.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyGeometry(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.147 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyGeometry(JDBCFeatureStoreOnlineTest.java:345)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSetFeatures(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.147 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testSetFeatures(JDBCFeatureStoreOnlineTest.java:289)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRemoveFeatures(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.12 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testRemoveFeatures(JDBCFeatureStoreOnlineTest.java:418)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRemoveFeaturesWithInvalidFilter(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.132 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testRemoveFeaturesWithInvalidFilter(JDBCFeatureStoreOnlineTest.java:432)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testModifyFeaturesInvalidFilter(org.geotools.data.h2.H2FeatureStoreTest)  Time elapsed: 0.105 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCFeatureStoreOnlineTest.testModifyFeaturesInvalidFilter(JDBCFeatureStoreOnlineTest.java:404)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2GeometryTest
Tests run: 9, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.03 sec <<< FAILURE! - in org.geotools.data.h2.H2GeometryTest
testGeometry(org.geotools.data.h2.H2GeometryTest)  Time elapsed: 0.001 sec  <<< ERROR!
java.io.IOException: Error occurred creating table
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:800)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometry(JDBCGeometryOnlineTest.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools','tGeometry','geom','4326') [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometry(JDBCGeometryOnlineTest.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException: null
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometry(JDBCGeometryOnlineTest.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometry(JDBCGeometryOnlineTest.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometry(JDBCGeometryOnlineTest.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGeometryCollection(org.geotools.data.h2.H2GeometryTest)  Time elapsed: 0 sec  <<< ERROR!
java.io.IOException: Error occurred creating table
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:800)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometryCollection(JDBCGeometryOnlineTest.java:89)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools','tGeometryCollection','geom','4326') [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometryCollection(JDBCGeometryOnlineTest.java:89)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException: null
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometryCollection(JDBCGeometryOnlineTest.java:89)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometryCollection(JDBCGeometryOnlineTest.java:89)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testGeometryCollection(JDBCGeometryOnlineTest.java:89)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMultiPolygon(org.geotools.data.h2.H2GeometryTest)  Time elapsed: 0 sec  <<< ERROR!
java.io.IOException: Error occurred creating table
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:800)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPolygon(JDBCGeometryOnlineTest.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools','tMultiPolygon','geom','4326') [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPolygon(JDBCGeometryOnlineTest.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException: null
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPolygon(JDBCGeometryOnlineTest.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPolygon(JDBCGeometryOnlineTest.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPolygon(JDBCGeometryOnlineTest.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testPoint(org.geotools.data.h2.H2GeometryTest)  Time elapsed: 0.001 sec  <<< ERROR!
java.io.IOException: Error occurred creating table
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:800)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPoint(JDBCGeometryOnlineTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools','tPoint','geom','4326') [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPoint(JDBCGeometryOnlineTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException: null
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPoint(JDBCGeometryOnlineTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPoint(JDBCGeometryOnlineTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPoint(JDBCGeometryOnlineTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testLineString(org.geotools.data.h2.H2GeometryTest)  Time elapsed: 0.007 sec  <<< ERROR!
java.io.IOException: Error occurred creating table
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:800)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testLineString(JDBCGeometryOnlineTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools','tLineString','geom','4326') [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testLineString(JDBCGeometryOnlineTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException: null
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testLineString(JDBCGeometryOnlineTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testLineString(JDBCGeometryOnlineTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testLineString(JDBCGeometryOnlineTest.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testPolygon(org.geotools.data.h2.H2GeometryTest)  Time elapsed: 0.007 sec  <<< ERROR!
java.io.IOException: Error occurred creating table
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:800)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPolygon(JDBCGeometryOnlineTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools','tPolygon','geom','4326') [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPolygon(JDBCGeometryOnlineTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException: null
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPolygon(JDBCGeometryOnlineTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPolygon(JDBCGeometryOnlineTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testPolygon(JDBCGeometryOnlineTest.java:61)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMultiLineString(org.geotools.data.h2.H2GeometryTest)  Time elapsed: 0.007 sec  <<< ERROR!
java.io.IOException: Error occurred creating table
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:800)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiLineString(JDBCGeometryOnlineTest.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools','tMultiLineString','geom','4326') [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiLineString(JDBCGeometryOnlineTest.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException: null
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiLineString(JDBCGeometryOnlineTest.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiLineString(JDBCGeometryOnlineTest.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiLineString(JDBCGeometryOnlineTest.java:69)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMultiPoint(org.geotools.data.h2.H2GeometryTest)  Time elapsed: 0.007 sec  <<< ERROR!
java.io.IOException: Error occurred creating table
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:800)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPoint(JDBCGeometryOnlineTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools','tMultiPoint','geom','4326') [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPoint(JDBCGeometryOnlineTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException: null
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPoint(JDBCGeometryOnlineTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPoint(JDBCGeometryOnlineTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.data.h2.H2Dialect.postCreateTable(H2Dialect.java:246)
	at org.geotools.data.h2.H2DialectBasic.postCreateTable(H2DialectBasic.java:106)
	at org.geotools.jdbc.JDBCDataStore.createSchema(JDBCDataStore.java:797)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.checkGeometryType(JDBCGeometryOnlineTest.java:107)
	at org.geotools.jdbc.JDBCGeometryOnlineTest.testMultiPoint(JDBCGeometryOnlineTest.java:65)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2GeometrylessTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.geotools.data.h2.H2GeometrylessTest
Running org.geotools.data.h2.H2JDBCTransactionTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 29 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 33 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 35 more
Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.521 sec <<< FAILURE! - in org.geotools.data.h2.H2JDBCTransactionTest
testSerialTransactions(org.geotools.data.h2.H2JDBCTransactionTest)  Time elapsed: 0.116 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCTransactionOnlineTest.testSerialTransactions(JDBCTransactionOnlineTest.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testNoCommit(org.geotools.data.h2.H2JDBCTransactionTest)  Time elapsed: 0.108 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCTransactionOnlineTest.testNoCommit(JDBCTransactionOnlineTest.java:59)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCommit(org.geotools.data.h2.H2JDBCTransactionTest)  Time elapsed: 0.161 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCTransactionOnlineTest.testCommit(JDBCTransactionOnlineTest.java:44)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2JNDIDataSourceTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec - in org.geotools.data.h2.H2JNDIDataSourceTest
Running org.geotools.data.h2.H2JoinTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
2018-06-26T15:14:37.617-0400  SEVERE  There's code using JDBC based datastore and not disposing them. This may lead to temporary loss of database connections. Please make sure all data access code calls DataStore.dispose() before freeing all references to it
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCJoinTestSetup.setUpData(JDBCJoinTestSetup.java:28)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 15, Failures: 0, Errors: 15, Skipped: 0, Time elapsed: 1.807 sec <<< FAILURE! - in org.geotools.data.h2.H2JoinTest
testSimpleJoin(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.147 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoin(JDBCJoinOnlineTest.java:67)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoin(JDBCJoinOnlineTest.java:44)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testOuterJoin(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.126 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestOuterJoin(JDBCJoinOnlineTest.java:495)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testOuterJoin(JDBCJoinOnlineTest.java:490)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinWithPostFilterNoProperties(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.126 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoinWithPostFilterNoProperties(JDBCJoinOnlineTest.java:313)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinWithPostFilterNoProperties(JDBCJoinOnlineTest.java:308)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinWithFilterNoProperties(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.124 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoinWithFilterNoProperties(JDBCJoinOnlineTest.java:235)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinWithFilterNoProperties(JDBCJoinOnlineTest.java:230)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinOnPrimaryKey(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.136 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinOnPrimaryKey(JDBCJoinOnlineTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinWithFilterCount(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.122 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoinWithFilterCount(JDBCJoinOnlineTest.java:264)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinWithFilterCount(JDBCJoinOnlineTest.java:259)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testJoinMoreThanTwo(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.13 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doJoinMoreThanTwo(JDBCJoinOnlineTest.java:526)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testJoinMoreThanTwo(JDBCJoinOnlineTest.java:521)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testJoinSchema(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.122 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.testJoinSchema(JDBCJoinOnlineTest.java:49)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinWithSort(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.124 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoinWithSort(JDBCJoinOnlineTest.java:347)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinWithSort(JDBCJoinOnlineTest.java:342)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSpatialJoin(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.117 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSpatialJoin(JDBCJoinOnlineTest.java:433)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSpatialJoin(JDBCJoinOnlineTest.java:429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinInvertedAliases(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.093 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoinInvertedAliases(JDBCJoinOnlineTest.java:158)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinInvertedAliases(JDBCJoinOnlineTest.java:153)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinWithFilter(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.102 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoinWithFilter(JDBCJoinOnlineTest.java:204)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinWithFilter(JDBCJoinOnlineTest.java:199)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinWithLimitOffset(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.093 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoinWithLimitOffset(JDBCJoinOnlineTest.java:372)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinWithLimitOffset(JDBCJoinOnlineTest.java:367)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSelfJoin(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.11 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSelfJoin(JDBCJoinOnlineTest.java:402)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSelfJoin(JDBCJoinOnlineTest.java:397)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testSimpleJoinWithPostFilter(org.geotools.data.h2.H2JoinTest)  Time elapsed: 0.107 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCJoinOnlineTest.doTestSimpleJoinWithPostFilter(JDBCJoinOnlineTest.java:282)
	at org.geotools.jdbc.JDBCJoinOnlineTest.testSimpleJoinWithPostFilter(JDBCJoinOnlineTest.java:277)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2LobTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 sec - in org.geotools.data.h2.H2LobTest
Running org.geotools.data.h2.H2NoPrimaryKeyTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 sec - in org.geotools.data.h2.H2NoPrimaryKeyTest
Running org.geotools.data.h2.H2PrimaryKeyFinderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 sec - in org.geotools.data.h2.H2PrimaryKeyFinderTest
Running org.geotools.data.h2.H2PrimaryKeyTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec - in org.geotools.data.h2.H2PrimaryKeyTest
Running org.geotools.data.h2.H2SkipColumnTest
2018-06-26T15:14:42.377-0400  WARNING  Could not find mapping for 'weird', ignoring the column and setting the feature type read only
2018-06-26T15:14:42.534-0400  WARNING  Could not find mapping for 'weird', ignoring the column and setting the feature type read only
2018-06-26T15:14:42.725-0400  WARNING  Could not find mapping for 'weird', ignoring the column and setting the feature type read only
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 sec - in org.geotools.data.h2.H2SkipColumnTest
Running org.geotools.data.h2.H2SpatialFiltersTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.connect(JDBCSpatialFiltersOnlineTest.java:63)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
Tests run: 11, Failures: 0, Errors: 11, Skipped: 0, Time elapsed: 0.143 sec <<< FAILURE! - in org.geotools.data.h2.H2SpatialFiltersTest
testContainsFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.019 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testContainsFilter(JDBCSpatialFiltersOnlineTest.java:156)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGeometryCollection(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.014 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testGeometryCollection(JDBCSpatialFiltersOnlineTest.java:232)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testWithinFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testWithinFilter(JDBCSpatialFiltersOnlineTest.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testIntersectsFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testIntersectsFilter(JDBCSpatialFiltersOnlineTest.java:121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testDisjointFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testDisjointFilter(JDBCSpatialFiltersOnlineTest.java:187)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testTouchesFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.027 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testTouchesFilter(JDBCSpatialFiltersOnlineTest.java:143)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testEqualsFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.01 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testEqualsFilter(JDBCSpatialFiltersOnlineTest.java:195)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBboxFilterDefault(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testBboxFilterDefault(JDBCSpatialFiltersOnlineTest.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testIntersectsRingFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testIntersectsRingFilter(JDBCSpatialFiltersOnlineTest.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCrossesFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testCrossesFilter(JDBCSpatialFiltersOnlineTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBboxFilter(org.geotools.data.h2.H2SpatialFiltersTest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCSpatialFiltersOnlineTest.testBboxFilter(JDBCSpatialFiltersOnlineTest.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2TemporalFilterTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.geotools.data.h2.H2TemporalFilterTest
Running org.geotools.data.h2.H2ThreeValuedLogicTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.geotools.data.h2.H2ThreeValuedLogicTest
Running org.geotools.data.h2.H2TypeNamesTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCTypeNamesTestSetup.setUpData(JDBCTypeNamesTestSetup.java:31)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.149 sec <<< FAILURE! - in org.geotools.data.h2.H2TypeNamesTest
testTypeNames(org.geotools.data.h2.H2TypeNamesTest)  Time elapsed: 0.128 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCTypeNamesOnlineTest.testTypeNames(JDBCTypeNamesOnlineTest.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.H2UDTTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.geotools.data.h2.H2UDTTest
Running org.geotools.data.h2.H2UuidTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec - in org.geotools.data.h2.H2UuidTest
Running org.geotools.data.h2.H2ViewTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 sec - in org.geotools.data.h2.H2ViewTest
Running org.geotools.data.h2.H2VirtualTableTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex(NULL, 'road', 'geom', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2DataStoreAPITestSetup.createRoadTable(H2DataStoreAPITestSetup.java:36)
	at org.geotools.jdbc.JDBCDataStoreAPITestSetup.setUpData(JDBCDataStoreAPITestSetup.java:61)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.connect(JDBCVirtualTableOnlineTest.java:47)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 31 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 35 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 37 more
Tests run: 13, Failures: 0, Errors: 12, Skipped: 0, Time elapsed: 0.115 sec <<< FAILURE! - in org.geotools.data.h2.H2VirtualTableTest
testInvalidView(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testInvalidView(JDBCVirtualTableOnlineTest.java:275)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRiverReducedCommentSchema(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testRiverReducedCommentSchema(JDBCVirtualTableOnlineTest.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testWhereParam(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testWhereParam(JDBCVirtualTableOnlineTest.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMulParamValid(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testMulParamValid(JDBCVirtualTableOnlineTest.java:242)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMulParamInvalid(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testMulParamInvalid(JDBCVirtualTableOnlineTest.java:259)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testListAll(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.011 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testListAll(JDBCVirtualTableOnlineTest.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRiverReducedSchema(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.016 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testRiverReducedSchema(JDBCVirtualTableOnlineTest.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testJoinViews(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.01 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testJoinViews(JDBCVirtualTableOnlineTest.java:344)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureId(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testGetFeatureId(JDBCVirtualTableOnlineTest.java:193)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBounds(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testBounds(JDBCVirtualTableOnlineTest.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testInvalidQuery(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.007 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testInvalidQuery(JDBCVirtualTableOnlineTest.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureById(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCVirtualTableOnlineTest.testGetFeatureById(JDBCVirtualTableOnlineTest.java:207)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running org.geotools.data.h2.jndi.H2DataStoreTest
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
org.h2.jdbc.JdbcSQLException: Exception calling user-defined function; SQL statement:
CALL CreateSpatialIndex('geotools', 'ft1', 'geometry', 4326) [90105-119]
	at org.h2.message.Message.getSQLException(Message.java:106)
	at org.h2.message.Message.convert(Message.java:279)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:306)
	at org.h2.expression.JavaFunction.getValue(JavaFunction.java:38)
	at org.h2.command.dml.Call.query(Call.java:61)
	at org.h2.command.CommandContainer.query(CommandContainer.java:82)
	at org.h2.command.Command.executeQueryLocal(Command.java:142)
	at org.h2.command.Command.executeQuery(Command.java:123)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:156)
	at org.geotools.jdbc.JDBCTestSetup.run(JDBCTestSetup.java:127)
	at org.geotools.data.h2.H2TestSetup.setUpData(H2TestSetup.java:78)
	at org.geotools.jdbc.JDBCDelegatingTestSetup.setUpData(JDBCDelegatingTestSetup.java:72)
	at org.geotools.jdbc.JDBCTestSupport.connect(JDBCTestSupport.java:133)
	at org.geotools.test.OnlineTestCase.setUp(OnlineTestCase.java:243)
	at junit.framework.TestCase.runBare(TestCase.java:139)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.h2.engine.FunctionAlias$JavaMethod.getValue(FunctionAlias.java:299)
	... 30 more
Caused by: java.lang.NoClassDefFoundError: com/vividsolutions/jts/geom/Geometry
	at net.sourceforge.hatbox.tools.CmdLine.spatialize(CmdLine.java:249)
	at geodb.GeoDB.CreateSpatialIndex(GeoDB.java:1063)
	... 34 more
Caused by: java.lang.ClassNotFoundException: com.vividsolutions.jts.geom.Geometry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more
Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 1.773 sec <<< FAILURE! - in org.geotools.data.h2.jndi.H2DataStoreTest
testSimpleIndex(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.109 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testSimpleIndex(JDBCDataStoreOnlineTest.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchemaWithConstraints(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.187 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testCreateSchemaWithConstraints(JDBCDataStoreOnlineTest.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testMultiColumnIndex(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.142 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testMultiColumnIndex(JDBCDataStoreOnlineTest.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchema(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.129 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testCreateSchema(JDBCDataStoreOnlineTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetNames(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.144 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetNames(JDBCDataStoreOnlineTest.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterAppend(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.123 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureWriterAppend(JDBCDataStoreOnlineTest.java:449)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriterWithFilter(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.14 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureWriterWithFilter(JDBCDataStoreOnlineTest.java:427)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchemaUTMCRS(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.136 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testCreateSchemaUTMCRS(JDBCDataStoreOnlineTest.java:264)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testCreateSchemaFidColumn(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.11 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testCreateSchemaFidColumn(JDBCDataStoreOnlineTest.java:302)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRemoveSchema(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.121 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testRemoveSchema(JDBCDataStoreOnlineTest.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureReader(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.103 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureReader(JDBCDataStoreOnlineTest.java:358)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureSource(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.112 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureSource(JDBCDataStoreOnlineTest.java:353)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetFeatureWriter(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.109 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetFeatureWriter(JDBCDataStoreOnlineTest.java:407)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testGetSchema(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.106 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.geotools.jdbc.JDBCDataStoreOnlineTest.testGetSchema(JDBCDataStoreOnlineTest.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at org.geotools.test.OnlineTestCase.run(OnlineTestCase.java:123)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)


Results :

Tests in error: 
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testUniqueWithFilter:266 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testStoreChecksVisitorLimits:323 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testMaxWithFilter:145 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testMaxWithLimitOffset:158 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testMax:135 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testMin:193 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testSum:76 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testUniqueWithLimitOffsetOnVisitor:354 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testSumWithLimitOffset:99 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testMinWithFilter:203 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testUniqueWithLimitOnVisitor:301 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testNearest:394->JDBCAggregateFunctionOnlineTest.testNearest:418 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testUniqueWithLimitOffset:282 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testMinWithLimitOffset:216 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testSumWithFilter:86 » NullPointer
  H2AggregateFunctionTest>OnlineTestCase.run:123->JDBCAggregateFunctionOnlineTest.testUnique:252 » NullPointer
  H2ConnectionLifecycleTest>OnlineTestCase.run:123->testVariableListener:69 NullPointer
  H2ConnectionLifecycleTest>OnlineTestCase.run:123->JDBCConnectionLifecycleOnlineTest.testConnectionReleased:91 » NullPointer
  H2ConnectionLifecycleTest>OnlineTestCase.run:123->JDBCConnectionLifecycleOnlineTest.testListenerCalled:53 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeaturesWriterAdd:564 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testCreateSchema:162 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureTypes:105 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterTransaction:448 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testUnLockFeatures:1072 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureWriterFilter:628 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterWithAttributesNotRequested2:295 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureWriterAppendTypeNameTransaction:609 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureWriterRemove:536->JDBCDataStoreAPIOnlineTest.writer:1306 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testLockFeatureInteraction:1101 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureWriterClose:517 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureStoreSetFeatures:1036 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureSourceRoad:871 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeaturesWriterModify:583->JDBCDataStoreAPIOnlineTest.writer:1306 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderMutability:337->JDBCDataStoreAPIOnlineTest.reader:1301 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureStoreModifyFeatures1:958 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureStoreModifyFeatures2:974 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureStoreModifyFeatures3:1000 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterAutoCommit:423 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterWithAttributesNotRequested:275 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGeneralization:1596 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testSimplification:1625 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureStoreRemoveAllFeatures:1020 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureStoreRemoveFeatures:1011 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterPrePostWithNoGeometry:258 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureWriterConcurrency:831 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReader:170 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderLake:214 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderConcurrency:363->JDBCDataStoreAPIOnlineTest.reader:1301 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureStoreAddFeatures:1027 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureWriterTypeNameTransaction:602 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureWriterRemoveAll:552->JDBCDataStoreAPIOnlineTest.writer:1306 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureReaderFilterPrePost:232 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetSchemaRoad:115 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureSourceRiver:935 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetSchemaRiver:138 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGeometryFactoryHintsCS:193 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGeometryFactoryHintsGF:175 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testGetFeatureLockingExpire:1152 » NullPointer
  H2DataStoreAPITest>OnlineTestCase.run:123->JDBCDataStoreAPIOnlineTest.testLockFeatures:1062 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testSimpleIndex:180 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testCreateSchemaWithConstraints:122 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testMultiColumnIndex:221 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testCreateSchema:80 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetNames:57 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureWriterAppend:449 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureWriterWithFilter:427 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testCreateSchemaUTMCRS:264 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testCreateSchemaFidColumn:302 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testRemoveSchema:167 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureReader:358 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureSource:353 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureWriter:407 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetSchema:62 » NullPointer
  H2DistanceFiltersTest>OnlineTestCase.run:123->JDBCDistanceFiltersTest.testDWithinGeographicFeet:61->JDBCDistanceFiltersTest.assertDWithinFilter:116 » NullPointer
  H2DistanceFiltersTest>OnlineTestCase.run:123->JDBCDistanceFiltersTest.testDWithinGeographicMile:52->JDBCDistanceFiltersTest.assertDWithinFilter:116 » NullPointer
  H2DistanceFiltersTest>OnlineTestCase.run:123->JDBCDistanceFiltersTest.testDWithinGeographicMeter:43->JDBCDistanceFiltersTest.assertDWithinFilter:116 » NullPointer
  H2DistanceFiltersTest>OnlineTestCase.run:123->JDBCDistanceFiltersTest.testBeyondGeographicFeet:97->JDBCDistanceFiltersTest.assertBeyondFilter:127 » NullPointer
  H2DistanceFiltersTest>OnlineTestCase.run:123->JDBCDistanceFiltersTest.testBeyondGeographicMile:88->JDBCDistanceFiltersTest.assertBeyondFilter:127 » NullPointer
  H2DistanceFiltersTest>OnlineTestCase.run:123->JDBCDistanceFiltersTest.testBeyondGeographicKm:70->JDBCDistanceFiltersTest.assertBeyondFilter:127 » NullPointer
  H2DistanceFiltersTest>OnlineTestCase.run:123->JDBCDistanceFiltersTest.testDWithinGeographicKm:34->JDBCDistanceFiltersTest.assertDWithinFilter:116 » NullPointer
  H2DistanceFiltersTest>OnlineTestCase.run:123->JDBCDistanceFiltersTest.testBeyondGeographicMeter:79->JDBCDistanceFiltersTest.assertBeyondFilter:127 » NullPointer
  H2FeatureCollectionTest>OnlineTestCase.run:123->JDBCFeatureCollectionOnlineTest.testAdd:111 » NullPointer
  H2FeatureCollectionTest>OnlineTestCase.run:123->JDBCFeatureCollectionOnlineTest.testSize:90 » NullPointer
  H2FeatureCollectionTest>OnlineTestCase.run:123->JDBCFeatureCollectionOnlineTest.testSubCollection:94 » NullPointer
  H2FeatureCollectionTest>OnlineTestCase.run:123->JDBCFeatureCollectionOnlineTest.testBounds:80 » NullPointer
  H2FeatureCollectionTest>OnlineTestCase.run:123->JDBCFeatureCollectionOnlineTest.testIterator:57 » NullPointer
  H2FeatureLockingTest>OnlineTestCase.run:123->JDBCFeatureLockingOnlineTest.testModifyLockedFeatures:286 » NullPointer
  H2FeatureLockingTest>OnlineTestCase.run:123->JDBCFeatureLockingOnlineTest.testDeleteLockedFeatures:260 » NullPointer
  H2FeatureLockingTest>OnlineTestCase.run:123->JDBCFeatureLockingOnlineTest.testUnlockFeatures:191 » NullPointer
  H2FeatureLockingTest>OnlineTestCase.run:123->JDBCFeatureLockingOnlineTest.testLockFeaturesWithFilter:108 » NullPointer
  H2FeatureLockingTest>OnlineTestCase.run:123->JDBCFeatureLockingOnlineTest.testUnlockFeaturesInvalidFilter:234 » NullPointer
  H2FeatureLockingTest>OnlineTestCase.run:123->JDBCFeatureLockingOnlineTest.testLockFeaturesWithInvalidFilter:150 » NullPointer
  H2FeatureLockingTest>OnlineTestCase.run:123->JDBCFeatureLockingOnlineTest.testLockFeaturesWithInvalidQuery:170 » NullPointer
  H2FeatureLockingTest>OnlineTestCase.run:123->JDBCFeatureLockingOnlineTest.testLockFeatures:58 » NullPointer
  H2FeatureReaderTest>OnlineTestCase.run:123->JDBCFeatureReaderOnlineTest.testNext:40 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceExposePkOnlineTest.testSchema:38 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testQueryCapabilitiesReliableFid:387 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testFeatureIteratorNextContract:421 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testRendererBehaviour:363 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithFilter:134 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testCount:109 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffset:291 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testCaseInsensitiveFilter:181 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithSort:224 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testNaturalSortingdesc:407 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testQueryCapabilitiesSort:374 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testNaturalSortingAsc:393 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffsetLimitAndPostFilter:334 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithMax:269 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGeometryFactoryHint:469 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithQuery:189 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testConversionFilter:454 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithLogicFilter:163 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testCountWithOffsetLimit:125 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testBoundsWithQuery:93 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testFeatureIteratorEmptyContract:429 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeatures:129 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testBounds:83 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testCountWithFilter:113 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testNotFilter:461 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithArithmeticOpFilter:490 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffsetLimit:312 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testAcceptsVisitor:510 » NullPointer
  H2FeatureSourceExposePkTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testLikeFilter:441 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testQueryCapabilitiesReliableFid:387 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testFeatureIteratorNextContract:421 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testRendererBehaviour:363 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithFilter:134 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testCount:109 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffset:291 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testCaseInsensitiveFilter:181 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithSort:224 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testNaturalSortingdesc:407 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testQueryCapabilitiesSort:374 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testNaturalSortingAsc:393 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffsetLimitAndPostFilter:334 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithMax:269 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGeometryFactoryHint:469 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithQuery:189 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testConversionFilter:454 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithLogicFilter:163 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testCountWithOffsetLimit:125 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testBoundsWithQuery:93 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testFeatureIteratorEmptyContract:429 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeatures:129 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testBounds:83 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testCountWithFilter:113 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testNotFilter:461 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testSchema:70 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithArithmeticOpFilter:490 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testGetFeaturesWithOffsetLimit:312 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testAcceptsVisitor:510 » NullPointer
  H2FeatureSourceTest>OnlineTestCase.run:123->JDBCFeatureSourceOnlineTest.testLikeFilter:441 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreExposePkOnlineTest.testModifyExposedPk:53 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testAddFeatures:76 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testAddNullAttributes:270 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyFeatures:322 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyFeaturesSingleAttribute:389 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testMultithreadedAddFeatures:124 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyNullAttributes:280 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyMadeUpGeometry:364 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testAddFeaturesUseProvidedFid:159 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyGeometry:345 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testSetFeatures:289 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testRemoveFeatures:418 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testRemoveFeaturesWithInvalidFilter:432 » NullPointer
  H2FeatureStoreExposedPkTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyFeaturesInvalidFilter:404 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testAddFeatures:76 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testAddNullAttributes:270 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyFeatures:322 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyFeaturesSingleAttribute:389 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testMultithreadedAddFeatures:124 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyNullAttributes:280 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyMadeUpGeometry:364 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testAddFeaturesUseProvidedFid:159 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyGeometry:345 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testSetFeatures:289 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testRemoveFeatures:418 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testRemoveFeaturesWithInvalidFilter:432 » NullPointer
  H2FeatureStoreTest>OnlineTestCase.run:123->JDBCFeatureStoreOnlineTest.testModifyFeaturesInvalidFilter:404 » NullPointer
  H2GeometryTest>OnlineTestCase.run:123->JDBCGeometryOnlineTest.testGeometry:81->JDBCGeometryOnlineTest.checkGeometryType:107 » IO
  H2GeometryTest>OnlineTestCase.run:123->JDBCGeometryOnlineTest.testGeometryCollection:89->JDBCGeometryOnlineTest.checkGeometryType:107 » IO
  H2GeometryTest>OnlineTestCase.run:123->JDBCGeometryOnlineTest.testMultiPolygon:73->JDBCGeometryOnlineTest.checkGeometryType:107 » IO
  H2GeometryTest>OnlineTestCase.run:123->JDBCGeometryOnlineTest.testPoint:49->JDBCGeometryOnlineTest.checkGeometryType:107 » IO
  H2GeometryTest>OnlineTestCase.run:123->JDBCGeometryOnlineTest.testLineString:53->JDBCGeometryOnlineTest.checkGeometryType:107 » IO
  H2GeometryTest>OnlineTestCase.run:123->JDBCGeometryOnlineTest.testPolygon:61->JDBCGeometryOnlineTest.checkGeometryType:107 » IO
  H2GeometryTest>OnlineTestCase.run:123->JDBCGeometryOnlineTest.testMultiLineString:69->JDBCGeometryOnlineTest.checkGeometryType:107 » IO
  H2GeometryTest>OnlineTestCase.run:123->JDBCGeometryOnlineTest.testMultiPoint:65->JDBCGeometryOnlineTest.checkGeometryType:107 » IO
  H2JDBCTransactionTest>OnlineTestCase.run:123->JDBCTransactionOnlineTest.testSerialTransactions:99 » NullPointer
  H2JDBCTransactionTest>OnlineTestCase.run:123->JDBCTransactionOnlineTest.testNoCommit:59 » NullPointer
  H2JDBCTransactionTest>OnlineTestCase.run:123->JDBCTransactionOnlineTest.testCommit:44 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoin:44->JDBCJoinOnlineTest.doTestSimpleJoin:67 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testOuterJoin:490->JDBCJoinOnlineTest.doTestOuterJoin:495 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinWithPostFilterNoProperties:308->JDBCJoinOnlineTest.doTestSimpleJoinWithPostFilterNoProperties:313 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinWithFilterNoProperties:230->JDBCJoinOnlineTest.doTestSimpleJoinWithFilterNoProperties:235 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinOnPrimaryKey:110 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinWithFilterCount:259->JDBCJoinOnlineTest.doTestSimpleJoinWithFilterCount:264 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testJoinMoreThanTwo:521->JDBCJoinOnlineTest.doJoinMoreThanTwo:526 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testJoinSchema:49 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinWithSort:342->JDBCJoinOnlineTest.doTestSimpleJoinWithSort:347 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSpatialJoin:429->JDBCJoinOnlineTest.doTestSpatialJoin:433 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinInvertedAliases:153->JDBCJoinOnlineTest.doTestSimpleJoinInvertedAliases:158 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinWithFilter:199->JDBCJoinOnlineTest.doTestSimpleJoinWithFilter:204 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinWithLimitOffset:367->JDBCJoinOnlineTest.doTestSimpleJoinWithLimitOffset:372 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSelfJoin:397->JDBCJoinOnlineTest.doTestSelfJoin:402 » NullPointer
  H2JoinTest>OnlineTestCase.run:123->JDBCJoinOnlineTest.testSimpleJoinWithPostFilter:277->JDBCJoinOnlineTest.doTestSimpleJoinWithPostFilter:282 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testContainsFilter:156 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testGeometryCollection:232 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testWithinFilter:174 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testIntersectsFilter:121 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testDisjointFilter:187 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testTouchesFilter:143 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testEqualsFilter:195 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testBboxFilterDefault:99 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testIntersectsRingFilter:132 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testCrossesFilter:110 » NullPointer
  H2SpatialFiltersTest>OnlineTestCase.run:123->JDBCSpatialFiltersOnlineTest.testBboxFilter:91 » NullPointer
  H2TypeNamesTest>OnlineTestCase.run:123->JDBCTypeNamesOnlineTest.testTypeNames:36 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testInvalidView:275 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testRiverReducedCommentSchema:136 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testWhereParam:225 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testMulParamValid:242 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testMulParamInvalid:259 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testListAll:159 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testRiverReducedSchema:129 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testJoinViews:344 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testGetFeatureId:193 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testBounds:174 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testInvalidQuery:180 » NullPointer
  H2VirtualTableTest>OnlineTestCase.run:123->JDBCVirtualTableOnlineTest.testGetFeatureById:207 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testSimpleIndex:180 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testCreateSchemaWithConstraints:122 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testMultiColumnIndex:221 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testCreateSchema:80 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetNames:57 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureWriterAppend:449 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureWriterWithFilter:427 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testCreateSchemaUTMCRS:264 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testCreateSchemaFidColumn:302 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testRemoveSchema:167 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureReader:358 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureSource:353 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetFeatureWriter:407 » NullPointer
  H2DataStoreTest>OnlineTestCase.run:123->JDBCDataStoreOnlineTest.testGetSchema:62 » NullPointer

Tests run: 335, Failures: 0, Errors: 244, Skipped: 0

[JENKINS] Recording test results