Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. 2018-01-01 14:35:42 INFO TransactionalMethodHandler:? - [ X ] error executing transactional method handler [_d25insertIntoDB] in: [LoggedInUserService_$$_jvst5d6_0]
  2. 2018-01-01 14:35:42 FATAL TransactionalMethodHandler:? - [ X ] Data truncation: Data too long for column 'usrActLgHeaders' at row 1
  3. 2018-01-01 14:35:42 FATAL LoggedInUserService:? - Data truncation: Data too long for column 'usrActLgHeaders' at row 1
  4. Debug: fatal
  5. 2018-01-01 14:35:42 INFO SqlGenerator:? - ps :com.mysql.jdbc.JDBC42PreparedStatement@718197a: select applicationType,submissionDate,clientID,userID,status,content,demandNoteID,billID,isDemandNoteNeeded,isServiceStarted,comment,description,requestForCorrectionComment,rejectionComment,zone_id,state,connection_id,source_connection_id,second_zone_id,is_forwarded,loopProvider,duration,bandwidth,connectionType,suggestedDate,skipPayment,applicationID from at_lli_application where applicationID = 294001
  6. 2018-01-01 14:35:42 INFO SqlGenerator:? - ps :com.mysql.jdbc.JDBC42PreparedStatement@3d419f05: select applicationType,submissionDate,clientID,userID,status,content,demandNoteID,billID,isDemandNoteNeeded,isServiceStarted,comment,description,requestForCorrectionComment,rejectionComment,zone_id,state,connection_id,source_connection_id,second_zone_id,is_forwarded,loopProvider,duration,bandwidth,connectionType,suggestedDate,skipPayment,applicationID from at_lli_application where applicationID = 294001
  7. 2018-01-01 14:35:42 INFO SqlGenerator:? - ps : com.mysql.jdbc.JDBC42PreparedStatement@3a3d830: insert into at_bill (blVatPercentage,blDiscountPercentage,blClientID,blGrandTotal,blTotalPayable,blVAT,blDescription,blMonth,blYear,blLastPaymentDate,blType,blGenerationTime,blIsDeleted,blLastModificationTime,blEntityID,blEntityTypeID,blNetPayable,blReqID,blClassName,blPaymentID,blDiscount,blActivationTimeFrom,blActivationTimeTo,blBillFilePath,blRequestType,blLateFee,blPaymentStatus,blPaymentGatewayType,blAdjustmentAmount,blID) values(5.0,0.0,461002,23000.0,23000.0,700.0,'Demand Note of application ID 294001',0,2018,1517421599999,2,1514795731228,0,1514795742608,-1,702,23700.0,0,'lli.demandNote.LLINewConnectionDemandNote',0,0.0,1514795731228,1514795731228,'',0,0.0,4,null,0.0,466003)
  8. 2018-01-01 14:35:42 INFO SqlGenerator:? - ps : com.mysql.jdbc.JDBC42PreparedStatement@54fb514e: insert into at_lli_new_connection_dn (lli_nc_dn_parent_bill_id,lli_nc_dn_sc_money,lli_nc_dn_reg_fee,lli_nc_dn_bw_mrc,lli_nc_dn_item_cost_content,lli_nc_dn_fibre_otc,lli_nc_dn_local_loop_charge,lli_nc_dn_advance_adjustment,lli_nc_dn_id) values(466003,9000.0,5000.0,9000.0,'[]',0.0,0.0,0.0,145002)
  9. 2018-01-01 14:35:42 INFO SqlGenerator:? - ps :com.mysql.jdbc.JDBC42PreparedStatement@2e806722: select applicationType,submissionDate,clientID,userID,status,content,demandNoteID,billID,isDemandNoteNeeded,isServiceStarted,comment,description,requestForCorrectionComment,rejectionComment,zone_id,state,connection_id,source_connection_id,second_zone_id,is_forwarded,loopProvider,duration,bandwidth,connectionType,suggestedDate,skipPayment,applicationID from at_lli_application where applicationID = 294001
  10. 2018-01-01 14:35:42 INFO SqlGenerator:? - update sql: com.mysql.jdbc.JDBC42PreparedStatement@207f329d: update at_lli_application set applicationType = 1 ,submissionDate = 1514795544768 ,clientID = 461002 ,userID = 42133 ,status = 5 ,content = '' ,demandNoteID = 466003 ,billID = null ,isDemandNoteNeeded = 1 ,isServiceStarted = 0 ,comment = 'fsfds' ,description = 'dfdfds' ,requestForCorrectionComment = '' ,rejectionComment = null ,zone_id = 37 ,state = 59 ,connection_id = 0 ,source_connection_id = 0 ,second_zone_id = 0 ,is_forwarded = 0 ,loopProvider = 2 ,duration = 0 ,bandwidth = 10.0 ,connectionType = 1 ,suggestedDate = 1514743200000 ,skipPayment = 1 where applicationID = 294001
  11. 2018-01-01 14:35:42 INFO SqlGenerator:? - ps :com.mysql.jdbc.JDBC42PreparedStatement@29d5fa0f: select applicationType,submissionDate,clientID,userID,status,content,demandNoteID,billID,isDemandNoteNeeded,isServiceStarted,comment,description,requestForCorrectionComment,rejectionComment,zone_id,state,connection_id,source_connection_id,second_zone_id,is_forwarded,loopProvider,duration,bandwidth,connectionType,suggestedDate,skipPayment,applicationID from at_lli_application where applicationID = 294001
  12. 2018-01-01 14:35:42 INFO TransactionalMethodHandler:? - [ X ] error executing transactional method handler [_d16insertNewConnectionDN] in: [LLIDemandNoteService_$$_jvst5d6_33]
  13. 2018-01-01 14:35:42 FATAL TransactionalMethodHandler:? - [ X ] Bill with invoice ID 466003 can not be skipped as it is not in unpaid status.
  14. 2018-01-01 14:35:42 FATAL LLIDemandNoteService:? - Bill with invoice ID 466003 can not be skipped as it is not in unpaid status.
  15. 2018-01-01 14:35:42 FATAL LLIDemandNoteAction:? - [ X ] Bill with invoice ID 466003 can not be skipped as it is not in unpaid status.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement