Skip to content

Console Output

Skipping 1,230 KB.. Full Log
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.196 sec <<< FAILURE! - in org.geotools.data.h2.H2VirtualTableTest
testInvalidView(org.geotools.data.h2.H2VirtualTableTest)  Time elapsed: 0.017 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.016 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.015 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.014 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.014 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.012 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.035 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.011 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.011 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.01 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.009 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.01 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: 2.223 sec <<< FAILURE! - in org.geotools.data.h2.jndi.H2DataStoreTest
testSimpleIndex(org.geotools.data.h2.jndi.H2DataStoreTest)  Time elapsed: 0.154 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.127 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.19 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.107 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.135 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.125 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.133 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.139 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.227 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.216 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.145 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.209 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.143 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.171 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