Hi, I try to run the h2 console for the first time and try to run these 
command:

CREATE ALIAS IF NOT EXISTS H2GIS_EXTENSION FOR 
"org.h2gis.ext.H2GISExtension.load"; CALL H2GIS_EXTENSION();


as specified in the quick start guide. however, it says:

CREATE ALIAS IF NOT EXISTS SPATIAL_INIT FOR 
    "org.h2gis.h2spatialext.CreateSpatialExtension.initSpatialExtension";
Class "org.h2gis.h2spatialext.CreateSpatialExtension" not found; SQL 
statement:
CREATE ALIAS IF NOT EXISTS SPATIAL_INIT FOR 
    "org.h2gis.h2spatialext.CreateSpatialExtension.initSpatialExtension" 
[90086-193] 
<http://192.168.1.124:8082/query.do?jsessionid=957886d680065758e1cb9abc43fa2a73#>
 90086/90086 (Help) 
<http://h2database.com/javadoc/org/h2/api/ErrorCode.html#c90086>


CALL SPATIAL_INIT();
Function "SPATIAL_INIT" not found; SQL statement:
CALL SPATIAL_INIT() [90022-193] 
<http://192.168.1.124:8082/query.do?jsessionid=957886d680065758e1cb9abc43fa2a73#>
 90022/90022 (Help) 
<http://h2database.com/javadoc/org/h2/api/ErrorCode.html#c90022>

Do you have any suggestion what should I do?

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to