<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error importing shepafile to postgis in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345869#M213</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;1- attribut data are not imported, I have no error message, do you have an idea?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Did you defined your schema in the output component ? 
&lt;BR /&gt;You should have at least a fid column and the_geom column. 
&lt;BR /&gt;Can you give us more details ? 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;2- if I use Long for my key field (gid field), the job failed:&lt;BR /&gt;Y.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;This is a known bug in GeoTools : 
&lt;BR /&gt; 
&lt;A href="http://jira.codehaus.org/browse/GEOT-1508" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/GEOT-1508&lt;/A&gt; 
&lt;BR /&gt;... so you need to wait for this to be solved. A workaround could be to use a tMap component to change datatype to long to something else ... 
&lt;BR /&gt;Ciao. 
&lt;BR /&gt;Francois</description>
    <pubDate>Fri, 01 Feb 2008 14:23:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-02-01T14:23:29Z</dc:date>
    <item>
      <title>Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345865#M209</link>
      <description>&lt;P&gt;François,&lt;BR /&gt;Following this &lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=8273#p8273" target="_blank" rel="nofollow noopener noreferrer"&gt;issue&lt;/A&gt;, I upgrade to the new release of SDI (2.2.4). I add the tLogrow and add statistic to the log, here is the log:&lt;/P&gt; 
&lt;PRE&gt;Starting job test_shp2pgsql at 11:34 01/02/2008.&lt;BR /&gt; connecting to socket on port 3760&lt;BR /&gt; connected&lt;BR /&gt;Aucune autorité n'a été spécifiée pour le code "-1". Le format attendu est habituellement "AUTORITÉ:NOMBRE".&lt;BR /&gt;Table test_import was dropped&lt;BR /&gt;1 févr. 2008 11:34:15 org.geotools.data.postgis.PostgisDataStore createSchema&lt;BR /&gt;INFO: CREATE TABLE "public"."test_import" ("test_import_fid" serial PRIMARY KEY, "the_geom" GEOMETRY NOT NULL, "gid" INTEGER, "sous_zone_num" INTEGER, "sous_zone_nom" VARCHAR(10485760), "zone_nom" VARCHAR(10485760));&lt;BR /&gt;1 févr. 2008 11:34:15 org.geotools.data.postgis.PostgisDataStore createSchema&lt;BR /&gt;INFO: DELETE FROM GEOMETRY_COLUMNS WHERE f_table_catalog='' AND f_table_schema = 'public'AND f_table_name = 'test_import';&lt;BR /&gt;1 févr. 2008 11:34:15 org.geotools.data.postgis.PostgisDataStore createSchema&lt;BR /&gt;INFO: INSERT INTO GEOMETRY_COLUMNS VALUES ('','public','test_import','the_geom',2,-1,'MULTIPOLYGON');&lt;BR /&gt;1 févr. 2008 11:34:15 org.geotools.data.postgis.PostgisDataStore createSchema&lt;BR /&gt;INFO: ALTER TABLE "public"."test_import" ADD CONSTRAINT "enforce_dims_the_geom" CHECK (ndims("the_geom") = 2);&lt;BR /&gt;1 févr. 2008 11:34:15 org.geotools.data.postgis.PostgisDataStore createSchema&lt;BR /&gt;INFO: ALTER TABLE "public"."test_import" ADD CONSTRAINT "enforce_geotype_the_geom" CHECK (geometrytype("the_geom") = 'MULTIPOLYGON'::text OR "the_geom" IS NULL);&lt;BR /&gt;1 févr. 2008 11:34:15 org.geotools.data.postgis.PostgisDataStore createSchema&lt;BR /&gt;INFO: CREATE INDEX spatial_test_import_the_geom ON "public"."test_import" USING GIST ("the_geom");&lt;BR /&gt;gid	sous_zone_num	sous_zone_nom	zone_nom	the_geom&lt;BR /&gt;Source CRS is: EPSG:NTF (Paris) / Lambert zone II code: NTF (Paris) / Lambert zone II authority: European Petroleum Survey Group version: null&lt;BR /&gt;Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file&lt;BR /&gt; disconnected&lt;BR /&gt;	at java.lang.ClassLoader.defineClass1(Native Method)&lt;BR /&gt;	at java.lang.ClassLoader.defineClass(Unknown Source)&lt;BR /&gt;	at java.security.SecureClassLoader.defineClass(Unknown Source)&lt;BR /&gt;	at java.net.URLClassLoader.defineClass(Unknown Source)&lt;BR /&gt;	at java.net.URLClassLoader.access$100(Unknown Source)&lt;BR /&gt;	at java.net.URLClassLoader$1.run(Unknown Source)&lt;BR /&gt;	at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;	at java.net.URLClassLoader.findClass(Unknown Source)&lt;BR /&gt;	at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt;	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;BR /&gt;	at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt;	at java.lang.ClassLoader.loadClassInternal(Unknown Source)&lt;BR /&gt;	at test_yja_1.test_shp2pgsql.test_shp2pgsql.sShapefileInput_1_GIProcess(test_shp2pgsql.java:666)&lt;BR /&gt;	at test_yja_1.test_shp2pgsql.test_shp2pgsql.runJob(test_shp2pgsql.java:1066)&lt;BR /&gt;	at test_yja_1.test_shp2pgsql.test_shp2pgsql.main(test_shp2pgsql.java:993)&lt;BR /&gt;Job test_shp2pgsql ended at 11:34 01/02/2008. &lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;The shapefile is a personnal file I create from postgisDB (quartier de la defense). Thanks,&lt;BR /&gt;Y.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345865#M209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345866#M210</link>
      <description>Hi Yves,
&lt;BR /&gt;You're probably trying to launch your job with java 1.5.
&lt;BR /&gt;Try to use the java 6 version to run SDI (update-alternatives --config java) it will be better.
&lt;BR /&gt;We will fix this problem soon to be compatible with java 1.5.
&lt;BR /&gt;Cheers,
&lt;BR /&gt;Mathieu</description>
      <pubDate>Fri, 01 Feb 2008 11:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345866#M210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-01T11:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345867#M211</link>
      <description>Hi Mathieu, 
&lt;BR /&gt;You are right 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; I am using java 1.5. 
&lt;BR /&gt;Y;</description>
      <pubDate>Fri, 01 Feb 2008 11:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345867#M211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-01T11:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345868#M212</link>
      <description>Ok I upgraded java to 1.6, I tested my test job and here are some small issues: 
&lt;BR /&gt;1- attribut data are not imported, I have no error message, do you have an idea? 
&lt;BR /&gt;2- if I use Long for my key field (gid field), the job failed: 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job test_shp2pgsql at 14:05 01/02/2008.&lt;BR /&gt; connecting to socket on port 3776&lt;BR /&gt; connected&lt;BR /&gt; disconnected&lt;BR /&gt;Exception in component sPostgisOutput_1_SO&lt;BR /&gt;java.io.IOException: Type 'class java.lang.Long' not supported!&lt;BR /&gt;	at org.geotools.data.postgis.PostgisDataStore.makeSqlCreate(PostgisDataStore.java:1518)&lt;BR /&gt;	at org.geotools.data.postgis.PostgisDataStore.createSchema(PostgisDataStore.java:1191)&lt;BR /&gt;	at test_yja_1.test_shp2pgsql.test_shp2pgsql.sShapefileInput_1_GIProcess(test_shp2pgsql.java:453)&lt;BR /&gt;	at test_yja_1.test_shp2pgsql.test_shp2pgsql.runJob(test_shp2pgsql.java:1066)&lt;BR /&gt;	at test_yja_1.test_shp2pgsql.test_shp2pgsql.main(test_shp2pgsql.java:993)&lt;BR /&gt;Job test_shp2pgsql ended at 14:05 01/02/2008. &lt;/PRE&gt; 
&lt;BR /&gt;Any ideas? 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Y.</description>
      <pubDate>Fri, 01 Feb 2008 13:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345868#M212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-01T13:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345869#M213</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;1- attribut data are not imported, I have no error message, do you have an idea?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Did you defined your schema in the output component ? 
&lt;BR /&gt;You should have at least a fid column and the_geom column. 
&lt;BR /&gt;Can you give us more details ? 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;2- if I use Long for my key field (gid field), the job failed:&lt;BR /&gt;Y.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;This is a known bug in GeoTools : 
&lt;BR /&gt; 
&lt;A href="http://jira.codehaus.org/browse/GEOT-1508" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/GEOT-1508&lt;/A&gt; 
&lt;BR /&gt;... so you need to wait for this to be solved. A workaround could be to use a tMap component to change datatype to long to something else ... 
&lt;BR /&gt;Ciao. 
&lt;BR /&gt;Francois</description>
      <pubDate>Fri, 01 Feb 2008 14:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345869#M213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-01T14:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345870#M214</link>
      <description>Hi François,
&lt;BR /&gt;Thanks for your answer. For the second problem, I am testing the application so I can wait.
&lt;BR /&gt;About the first issue, indeed I get two columns: the_geom and test_import_fid which they are correct.
&lt;BR /&gt;I defined the output component clicking the "sync columns" button. I followed 
&lt;A href="http://www.talendforge.org/wiki/doku.php?id=sdi:shapetopostgistutorial" target="_blank" rel="nofollow noopener noreferrer"&gt;this tutorials&lt;/A&gt; wrote by Elem.</description>
      <pubDate>Fri, 01 Feb 2008 14:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345870#M214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-01T14:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345871#M215</link>
      <description>Hi,&lt;BR /&gt;Anybody have an idea about this issue?&lt;BR /&gt;Y.</description>
      <pubDate>Tue, 05 Feb 2008 11:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345871#M215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T11:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345872#M216</link>
      <description>Hi Yves, 
&lt;BR /&gt;Sorry but I'm not sure to understand what is the issue.... 
&lt;BR /&gt;You've got two output columns which are the_geom and test_import_fid in your postgis output table called test_import I guess. 
&lt;BR /&gt;So what do you want to achive? 
&lt;BR /&gt;How much input columns do you have in your shape? 
&lt;BR /&gt;Do you want to import all of them in postgis? 
&lt;BR /&gt;If not, try to use a tMap between input and output component to define your mapping. 
&lt;BR /&gt;Maybe I'm wrong and I don't understant what you want to do... 
&lt;BR /&gt;Please be more precise about what you define in input/output, and what is the issue according to you. 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Mathieu</description>
      <pubDate>Tue, 05 Feb 2008 12:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345872#M216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345873#M217</link>
      <description>Hi,&lt;BR /&gt;Indeed, mu shapfile contains three others columns: &lt;BR /&gt;* sous_zone_num (int)&lt;BR /&gt;* sous_zone_nom (string)&lt;BR /&gt;* zone_nom (string)&lt;BR /&gt;I would like to import them into my postgis table but following the tutorials, they are not imported. My fields are empty except for the the_geom and fid column.&lt;BR /&gt;Regards,&lt;BR /&gt;Y.</description>
      <pubDate>Tue, 05 Feb 2008 13:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345873#M217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T13:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345874#M218</link>
      <description>Yves, 
&lt;BR /&gt;If your three columns are defined in your output schema and created in your output table in postgis, I can only think that they are empty.... 
&lt;BR /&gt;Try to put a tLogRow directly connect to your Shapefile Input. 
&lt;BR /&gt;This step will allow you to check whether your three columns are not empty. 
&lt;BR /&gt;Otherwise try to activate traces during the execution of your job, this will give you more details about what is "in the flow"! 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Mathieu</description>
      <pubDate>Tue, 05 Feb 2008 16:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345874#M218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T16:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345875#M219</link>
      <description>Hi Mathieu,&lt;BR /&gt;The tLogRow show me that the flow does not contains my data (sorry I should to tell you this sooner):&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;||||MULTIPOLYGON (((593340.5687667294 2432365.6942605344, 593715.5793209289 2432205.9264504616, 593691.6765663981 2432149.00044449, 593643.8661426135 2432130.324497699, 593559.4508631186 2432101.190020705, 593504.1700606177 2432082.5140739144, 593482.5059623403 2432084.008149658, 593452.6244474748 2432086.9963011444, 593386.1380768993 2432121.3600432393, 593346.5450697027 2432141.5300657735, 593302.4698352762 2432149.00044449, 593295.7464944315 2432169.170467024, 593256.2468669687 2432154.8895111326, 593267.3418537793 2432181.517479478, 593265.1228564172 2432203.7074530995, 593340.5687667294 2432365.6942605344)))&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Y.</description>
      <pubDate>Tue, 05 Feb 2008 17:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345875#M219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-05T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345876#M220</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BR /&gt;If tLogRow shows you that the flow doesn't contain your data, it means that you have an error in your ShapefileInput. Check your three column names in the schema, ShapefileInput Component is case sensitive.
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Barbara.</description>
      <pubDate>Wed, 06 Feb 2008 09:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345876#M220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T09:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345877#M221</link>
      <description>Oups :rolleyes: 
&lt;BR /&gt;You are right, I had not check my columns in the DBF file &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 
&lt;BR /&gt;Shame on me. I am going to test by myself before posting here 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Y. 
&lt;BR /&gt; 
&lt;BR /&gt;I solved my problem, after checking my DBF file, and all the columns, I get an error with integer columns. The description of the file (showed in OOo calc) was : NUM,N,11,0 which is automaticly converted in "Long", as "Long" is not yes supported by SDI, I get an error. 
&lt;BR /&gt;Change this in "NUM,N,2,0" resolved the issue. 
&lt;BR /&gt;Thanks all for your help, 
&lt;BR /&gt;Y.</description>
      <pubDate>Wed, 06 Feb 2008 09:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345877#M221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T09:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing shepafile to postgis</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345878#M222</link>
      <description>Hi , 
&lt;BR /&gt;I am trying to import some data in Postgis and I get this error: 
&lt;BR /&gt;Exception in component sPostgisOutput_1_SO 
&lt;BR /&gt;java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 
&lt;BR /&gt; at java.util.ArrayList.add(ArrayList.java:367) 
&lt;BR /&gt; at org.geotools.feature.DefaultFeatureTypeFactory.add(DefaultFeatureTypeFactory.java:43) 
&lt;BR /&gt; at org.geotools.feature.FeatureTypeBuilder.addType(FeatureTypeBuilder.java:392) 
&lt;BR /&gt; at createosmdata.create_polygon_data.create_polygon_data.tPostgresqlInput_1Process(create_polygon_data.java:455) 
&lt;BR /&gt; at createosmdata.create_polygon_data.create_polygon_data.runJobInTOS(create_polygon_data.java:1774) 
&lt;BR /&gt; at createosmdata.create_polygon_data.create_polygon_data.main(create_polygon_data.java:1690) 
&lt;BR /&gt;does anyone have a clue?</description>
      <pubDate>Wed, 15 Oct 2008 15:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Error-importing-shepafile-to-postgis/m-p/2345878#M222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-15T15:12:00Z</dc:date>
    </item>
  </channel>
</rss>

