Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
connecting to socket on port 3675
connected
Batch entry 0 INSERT INTO "fetch_gdacs"."gdacs_fetch_eq" ("guid","title","description","image","link","gdas_alertLevel","asgard_alertLevel","runDate","source","magnitude","depth","latitude","longitude","population_100km","iso3") VALUES (EQ_111293,Green earthquake alert Indonesia(M=6) potentially affecting <10000 people.,On 2011-08-22 20:12:20, an earthquake of magnitude 6 and depth 31.3km occurred in Indonesia. This earthquake potentially affected <10000 people.
,http://dmarcgis.jrc.it/getmaprest.asp?mapservice=GDACS/gdacsAlertsActiveBG&bboxSR=&layers=show:4,10,11,12,13&layerdefs=4:IDDup=111293;11:NAME='Indonesia'&imageSR=&format=png&transparent=false&dpi=&bbox=88.9852,-10.4095,118.9852,-2.4095&size=200,100&filename=gdacs/eq/eq111293_1.png&f=cache,http://w3.gdacs.org/reports.asp?ID=111293,Green,Green,Mon, 22 Aug 2011 22:26 UTC,NEIC,6.0,31.3,-6.4095,NULL,7049,IDN) was aborted. Call getNextException to see the cause.
disconnected
connecting to socket on port 3778
connected
Exception in component tPostgresqlOutput_2
java.sql.BatchUpdateException: Batch entry 0 INSERT INTO "fetch_gdacs"."gdacs_fetch_eq" ("guid","title","description","image","link","gdas_alertLevel","asgard_alertLevel","runDate","source","magnitude","depth","latitude","longitude","population_100km","iso3") VALUES (EQ_111293,Green earthquake alert Indonesia(M=6) potentially affecting <10000 people.,On 2011-08-22 20:12:20, an earthquake of magnitude 6 and depth 31.3km occurred in Indonesia. This earthquake potentially affected <10000 people.
,http://dmarcgis.jrc.it/getmaprest.asp?mapservice=GDACS/gdacsAlertsActiveBG&bboxSR=&layers=show:4,10,11,12,13&layerdefs=4:IDDup=111293;11:NAME='Indonesia'&imageSR=&format=png&transparent=false&dpi=&bbox=88.9852,-10.4095,118.9852,-2.4095&size=200,100&filename=gdacs/eq/eq111293_1.png&f=cache,http://w3.gdacs.org/reports.asp?ID=111293,Green,Green,Mon, 22 Aug 2011 22:26 UTC,NEIC,6.0,31.3,-6.4095,NULL,7049,IDN) was aborted. Call getNextException to see the cause.
at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(AbstractJdbc2Statement.java:2537)
at org.postgresql.core.v3.QueryExecutorImpl$1.handleError(QueryExecutorImpl.java:403)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1328)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:351)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(AbstractJdbc2Statement.java:2674)
at talenddemosjava.test_xml_0_1.test_xml.tFileInputXML_2Process(test_xml.java:2321)
at talenddemosjava.test_xml_0_1.test_xml.tFileFetch_2Process(test_xml.java:428)
at talenddemosjava.test_xml_0_1.test_xml.runJobInTOS(test_xml.java:2561)
at talenddemosjava.test_xml_0_1.test_xml.main(test_xml.java:2425)
disconnected
Job test_xml ended at 14:50 24/08/2011.
CREATE TABLE fetch_gdacs.gdacs_fetch_eq
(
guid character varying,
title character varying,
description character varying,
image_link character varying,
gdas_alertlevel character varying(15),
asgard_alertlevel character varying(15),
rundate character varying(50),
source character varying,
magnitude numeric,
depth numeric,
latitude numeric,
longitude numeric,
pop_100km integer,
iso3166_3 character varying(3)
)