Thanks Nicolas,

That was it. I used FileTable instead of ShpRead. Using ShpRead solved the
problem when I uploaded my code to my Linux server. Here is the running
live app if anyone interested.

http://java.sortedset.com/micromapserver/?Name=Brazil



On Wed, Feb 4, 2015 at 2:06 AM, Nicolas Fortin (OrbisGIS) <
nico.de...@gmail.com> wrote:

> Hi,
>
> If you use the H2GIS function FileTable it creates an empty table if the
> linked shape file is not found. If you want to embed the shape file in the
> database you should use SHPREAD instead.
>
> regards,
>
> -Nicolas Fortin
>
> --
> IRSTV FR CNRS 2488
> GIS        http://orbisgis.org
> Spatial DB http://h2gis.org
> Noise      http://noisemap.orbisgis.org
>
>
> Le mardi 3 février 2015 18:34:47 UTC+1, IQBAL YUSUF a écrit :
>>
>> Hi All,
>>
>> I am having a weird problem. I've created a project in Windows
>> environment. When I transfer the project to an Linux CentOS environment
>> ResultSet is coming back empty rows. My code can be viewed from here
>>
>> https://github.com/iyusuf/micro-map-service/tree/master/
>> src/main/java/com/sortedset/blog/micromapservice/spring
>>
>> Thanks.
>> Iqbal
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "H2 Database" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/h2-database/txO0x2xRyeM/unsubscribe.
> To unsubscribe from this group and all its topics, 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 http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to