Advertisement
HafizHussin

Untitled

Feb 2nd, 2023
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 7.00 KB | Software | 0 0
  1. Feb 03, 2023 12:16:19 AM groovy.sql.Sql setParameters
  2. WARNING: Found 13 parameter placeholders but supplied with 12 parameters
  3. Feb 03, 2023 12:16:38 AM groovy.sql.Sql executeInsert
  4. WARNING: Failed to execute:
  5.                                                 INSERT INTO newss.address (record_id,
  6.                                                 record_type_id,
  7.                                                 eb_id,
  8.                                                 address_id,
  9.                                                 address_type,
  10.                                                 street_1,
  11.                                                 street_2,
  12.                                                 town,
  13.                                                 locality_id,
  14.                                                 postcode_id,
  15.                                                 district_id,
  16.                                                 state_id,
  17.                                                 country_id,
  18.                                                 attention_name,
  19.                                                 tel_no,
  20.                                                 fax_no,
  21.                                                 email,
  22.                                                 url,
  23.                                                 remarks,
  24.                                                 survey_cost,
  25.                                                 creator_id,
  26.                                                 created_timestamp,
  27.                                                 attention_name2,
  28.                                                 tel_no2,
  29.                                                 fax_no2,
  30.                                                 email2,
  31.                                                 from_address_type,
  32.                                                 other_postcode)
  33.                                                 VALUES (?,
  34.                                                 ?,
  35.                                                 ?,
  36.                                                 ?,
  37.                                                 ?,
  38.                                                 ?,
  39.                                                 ?,
  40.                                                 ?,
  41.                                                 null,
  42.                                                 ?,
  43.                                                 null,
  44.                                                 ?,
  45.                                                 ?,
  46.                                                 null,
  47.                                                 null,
  48.                                                 null,
  49.                                                 null,
  50.                                                 null,
  51.                                                 null,
  52.                                                 null,
  53.                                                 ?,
  54.                                                 sysdate,
  55.                                                 null,
  56.                                                 null,
  57.                                                 null,
  58.                                                 null,
  59.                                                 null,
  60.                                                 null)
  61.                                                  because: IO Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
  62. Feb 03, 2023 12:16:38 AM groovy.sql.Sql eachRow
  63. WARNING: Failed to execute: SELECT * FROM public.lq_data WHERE state_code = ? AND data ->> 'ngdbbp' = ? AND form_id = '0def42d5-8101-44e1-bd00-f2282a940895' ORDER BY lq_id because: IO Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
  64. Caught: java.sql.SQLRecoverableException: IO Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
  65. java.sql.SQLRecoverableException: IO Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
  66.     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:993)
  67.     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1205)
  68.     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3666)
  69.     at oracle.jdbc.driver.T4CPreparedStatement.executeInternal(T4CPreparedStatement.java:1426)
  70.     at oracle.jdbc.driver.OraclePreparedStatement.executeLargeUpdate(OraclePreparedStatement.java:3756)
  71.     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3736)
  72.     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1063)
  73.     at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:136)
  74.     at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:136)
  75.     at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:136)
  76.     at Main.insertAddress(Main.groovy:782)
  77.     at Main$_run_closure1$_closure2.doCall(Main.groovy:453)
  78.     at Main$_run_closure1.doCall(Main.groovy:406)
  79.     at Main.run(Main.groovy:76)
  80. Caused by: java.io.IOException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
  81.     at oracle.net.nt.TimeoutSocketChannel.read(TimeoutSocketChannel.java:182)
  82.     at oracle.net.ns.NSProtocolNIO.doSocketRead(NSProtocolNIO.java:572)
  83.     at oracle.net.ns.NIOPacket.readHeader(NIOPacket.java:263)
  84.     at oracle.net.ns.NIOPacket.readPacketFromSocketChannel(NIOPacket.java:195)
  85.     at oracle.net.ns.NIOPacket.readFromSocketChannel(NIOPacket.java:137)
  86.     at oracle.net.ns.NIOPacket.readFromSocketChannel(NIOPacket.java:110)
  87.     at oracle.net.ns.NIONSDataChannel.readDataFromSocketChannel(NIONSDataChannel.java:91)
  88.     at oracle.jdbc.driver.T4CMAREngineNIO.prepareForUnmarshall(T4CMAREngineNIO.java:791)
  89.     at oracle.jdbc.driver.T4CMAREngineNIO.unmarshalUB1(T4CMAREngineNIO.java:449)
  90.     at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:410)
  91.     at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:269)
  92.     at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:655)
  93.     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:270)
  94.     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:91)
  95.     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:970)
  96.     ... 13 more
  97.  
  98. Process finished with exit code 1
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement