<?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 PostGIS to shapefile in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/PostGIS-to-shapefile/m-p/2282822#M56906</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I am testdriving SDI and performed these simple steps:&lt;BR /&gt;- Start SDI&lt;BR /&gt;- Create a Job&lt;BR /&gt;- Create a sPostgisInput&lt;BR /&gt;- Create a sShapefileOutput&lt;BR /&gt;Define the sPostgisInput by hand, assigning a repository schema to a valid postgresql connection -&amp;gt; table adressen&lt;BR /&gt;leave the shapefileoutput unaltered&lt;BR /&gt;I connect the sPostgisInput with the sShapefileOutput with a row -&amp;gt; main&lt;BR /&gt;Now I run the job. The output is this:&lt;BR /&gt;Starting job PostgisToShape at 15:25 16/09/2009.&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.data.shapefile.dbf.DbaseFileHeader addColumn&lt;BR /&gt;WARNING: FieldName gbastraatnr is longer than 10 characters, truncating to gbastraatn&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.data.shapefile.ShapefileDataStore createSchema&lt;BR /&gt;WARNING: PRJ file not generated for null CoordinateReferenceSystem&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.data.shapefile.dbf.DbaseFileHeader addColumn&lt;BR /&gt;WARNING: FieldName gbastraatnr is longer than 10 characters, truncating to gbastraatn&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.arcsde.ArcSDEDataStoreFactory &lt;BR /&gt;WARNING: The ESRI ArcSDE Java API seems to not be on your classpath. Please verify that all needed jars are. ArcSDE data stores will not be available.&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.data.db2.DB2DataStoreFactory isAvailable&lt;BR /&gt;INFO: DB2 driver found: false&lt;BR /&gt;Source CRS is: PROJCS], &lt;BR /&gt; TOWGS84, &lt;BR /&gt; AUTHORITY], &lt;BR /&gt; PRIMEM], &lt;BR /&gt; UNIT, &lt;BR /&gt; AXIS, &lt;BR /&gt; AXIS, &lt;BR /&gt; AUTHORITY], &lt;BR /&gt; PROJECTION], &lt;BR /&gt; PARAMETER, &lt;BR /&gt; PARAMETER, &lt;BR /&gt; PARAMETER, &lt;BR /&gt; PARAMETER, &lt;BR /&gt; PARAMETER, &lt;BR /&gt; UNIT, &lt;BR /&gt; AXIS, &lt;BR /&gt; AXIS, &lt;BR /&gt; AUTHORITY]&lt;BR /&gt;Exception in component sShapefileOutput_1_SO&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt; at org.geotools.data.shapefile.ShapefileFeatureWriter.write(ShapefileFeatureWriter.java:348)&lt;BR /&gt; at org.geotools.data.InProcessLockingManager$1.write(InProcessLockingManager.java:331)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.sPostgisInput_1_PGProcess(PostgisToShape.java:1806)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.runJobInTOS(PostgisToShape.java:1994)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.main(PostgisToShape.java:1908)&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt; at org.geotools.data.shapefile.ShapefileFeatureWriter.write(ShapefileFeatureWriter.java:348)&lt;BR /&gt; at org.geotools.data.InProcessLockingManager$1.write(InProcessLockingManager.java:331)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.sPostgisInput_1_PGProcess(PostgisToShape.java:1806)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.runJobInTOS(PostgisToShape.java:1994)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.main(PostgisToShape.java:1908)&lt;BR /&gt;16-sep-2009 15:25:56 org.geotools.data.jdbc.QueryData finalize&lt;BR /&gt;SEVERE: There's code leaving readers, writers or iterators unclosed (you got an unclosed QueryData object, which is usually held by a reader or a writer).&lt;BR /&gt;Call reader/writer.close() or FeatureCollection.close(iterator) after using them to ensure they do not hold state such as JDCB connections.&lt;BR /&gt;QueryData was open against feature type: adressen&lt;BR /&gt;Job PostgisToShape ended at 15:25 16/09/2009. &lt;BR /&gt;Where do I look?&lt;BR /&gt;This is no rocket science. I would gladly be informed on how this can be done easily and what the errors mean.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 13:46:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:46:00Z</dc:date>
    <item>
      <title>PostGIS to shapefile</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostGIS-to-shapefile/m-p/2282822#M56906</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am testdriving SDI and performed these simple steps:&lt;BR /&gt;- Start SDI&lt;BR /&gt;- Create a Job&lt;BR /&gt;- Create a sPostgisInput&lt;BR /&gt;- Create a sShapefileOutput&lt;BR /&gt;Define the sPostgisInput by hand, assigning a repository schema to a valid postgresql connection -&amp;gt; table adressen&lt;BR /&gt;leave the shapefileoutput unaltered&lt;BR /&gt;I connect the sPostgisInput with the sShapefileOutput with a row -&amp;gt; main&lt;BR /&gt;Now I run the job. The output is this:&lt;BR /&gt;Starting job PostgisToShape at 15:25 16/09/2009.&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.data.shapefile.dbf.DbaseFileHeader addColumn&lt;BR /&gt;WARNING: FieldName gbastraatnr is longer than 10 characters, truncating to gbastraatn&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.data.shapefile.ShapefileDataStore createSchema&lt;BR /&gt;WARNING: PRJ file not generated for null CoordinateReferenceSystem&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.data.shapefile.dbf.DbaseFileHeader addColumn&lt;BR /&gt;WARNING: FieldName gbastraatnr is longer than 10 characters, truncating to gbastraatn&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.arcsde.ArcSDEDataStoreFactory &lt;BR /&gt;WARNING: The ESRI ArcSDE Java API seems to not be on your classpath. Please verify that all needed jars are. ArcSDE data stores will not be available.&lt;BR /&gt;16-sep-2009 15:25:53 org.geotools.data.db2.DB2DataStoreFactory isAvailable&lt;BR /&gt;INFO: DB2 driver found: false&lt;BR /&gt;Source CRS is: PROJCS], &lt;BR /&gt; TOWGS84, &lt;BR /&gt; AUTHORITY], &lt;BR /&gt; PRIMEM], &lt;BR /&gt; UNIT, &lt;BR /&gt; AXIS, &lt;BR /&gt; AXIS, &lt;BR /&gt; AUTHORITY], &lt;BR /&gt; PROJECTION], &lt;BR /&gt; PARAMETER, &lt;BR /&gt; PARAMETER, &lt;BR /&gt; PARAMETER, &lt;BR /&gt; PARAMETER, &lt;BR /&gt; PARAMETER, &lt;BR /&gt; UNIT, &lt;BR /&gt; AXIS, &lt;BR /&gt; AXIS, &lt;BR /&gt; AUTHORITY]&lt;BR /&gt;Exception in component sShapefileOutput_1_SO&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt; at org.geotools.data.shapefile.ShapefileFeatureWriter.write(ShapefileFeatureWriter.java:348)&lt;BR /&gt; at org.geotools.data.InProcessLockingManager$1.write(InProcessLockingManager.java:331)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.sPostgisInput_1_PGProcess(PostgisToShape.java:1806)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.runJobInTOS(PostgisToShape.java:1994)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.main(PostgisToShape.java:1908)&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt; at org.geotools.data.shapefile.ShapefileFeatureWriter.write(ShapefileFeatureWriter.java:348)&lt;BR /&gt; at org.geotools.data.InProcessLockingManager$1.write(InProcessLockingManager.java:331)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.sPostgisInput_1_PGProcess(PostgisToShape.java:1806)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.runJobInTOS(PostgisToShape.java:1994)&lt;BR /&gt; at ogg.postgistoshape_0_1.PostgisToShape.main(PostgisToShape.java:1908)&lt;BR /&gt;16-sep-2009 15:25:56 org.geotools.data.jdbc.QueryData finalize&lt;BR /&gt;SEVERE: There's code leaving readers, writers or iterators unclosed (you got an unclosed QueryData object, which is usually held by a reader or a writer).&lt;BR /&gt;Call reader/writer.close() or FeatureCollection.close(iterator) after using them to ensure they do not hold state such as JDCB connections.&lt;BR /&gt;QueryData was open against feature type: adressen&lt;BR /&gt;Job PostgisToShape ended at 15:25 16/09/2009. &lt;BR /&gt;Where do I look?&lt;BR /&gt;This is no rocket science. I would gladly be informed on how this can be done easily and what the errors mean.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 13:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostGIS-to-shapefile/m-p/2282822#M56906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: PostGIS to shapefile</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostGIS-to-shapefile/m-p/2282823#M56907</link>
      <description>Hello, did you check that shapefile output schema is correct ?
&lt;BR /&gt;If you turn on statistics, does it fail on first row ?
&lt;BR /&gt;Ciao.
&lt;BR /&gt;Francois</description>
      <pubDate>Tue, 20 Oct 2009 14:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostGIS-to-shapefile/m-p/2282823#M56907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-20T14:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: PostGIS to shapefile</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PostGIS-to-shapefile/m-p/2282824#M56908</link>
      <description>OK postGIS and Postgresql seem to be working again. I have connected to the server and can see the postgis database. I went through the water data tutorial fine with PostgreSQL working fine until the last part 'Export Shapefiles from PostGIS'. I get the error mentioned in the beginning of this post by Tsnake and I can't install the patch as described earlier. 
&lt;BR /&gt;Anything else I can try?..</description>
      <pubDate>Thu, 18 Mar 2010 09:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PostGIS-to-shapefile/m-p/2282824#M56908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-18T09:29:41Z</dc:date>
    </item>
  </channel>
</rss>

