Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Starting job download_fromDenverGIS at 16:34 09/09/2015.
connecting to socket on port 3736
connected
Exception in component sShapefileOutput_1_SO
java.lang.NullPointerException
at org.geotools.data.shapefile.ShapefileDataStore.createSchema(ShapefileDataStore.java:963)
at org.geotools.data.shapefile.ShapefileDataStore.createSchema(ShapefileDataStore.java:113)
at test_project.download_fromdenvergis_0_1.download_fromDenverGIS.tMSSqlInput_1Process(download_fromDenverGIS.java:886)
at test_project.download_fromdenvergis_0_1.download_fromDenverGIS.runJobInTOS(download_fromDenverGIS.java:1561)
at test_project.download_fromdenvergis_0_1.download_fromDenverGIS.main(download_fromDenverGIS.java:1418)
disconnected
Job download_fromDenverGIS ended at 16:34 09/09/2015.
Hi, What may give you a hint is to switch to the code view tab and check what is happening in line download_fromDenverGIS.java:886
It may provide info if it fails due to a schema problem, a geometry column or a projection issue maybe ?
HTH
Francois