Advertisement
bidesh

Untitled

Jan 14th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. Demand note generation process is stuck.
  2.  
  3. 2018-11-27 22:53:28 INFO SqlGenerator:? - ps : com.mysql.jdbc.JDBC42PreparedStatement@6d496a45: insert into at_user_activity_log (usrActLgUserID,usrActLgIpAddress,usrActLgURI,usrActLgRequestMethod,usrActLgTime,usrActLgHeaders,usrActLgID) values(-42133,'103.55.146.133','http://123.49.12.141:8081/test/lli/dn/short-bill/generate.do','POST',1543337608975,'host=123.49.12.141:8081\nconnection=keep-alive\ncontent-length=672\naccept=application/json, text/plain, */*\norigin=http://123.49.12.141:8081\nuser-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\ndnt=1\ncontent-type=application/json;charset=UTF-8\nreferer=http://123.49.12.141:8081/test/lli/dn/new-revise.do?id=22002\naccept-encoding=gzip, deflate\naccept-language=en-US,en;q=0.9,bn;q=0.8,ms;q=0.7\ncookie=JSESSIONID=7DDF0353B0C5B69B0EEEF15CEB0B8D3C; JSESSIONID=F8E973670A98FB14A4AD58149BA79952\n',1483318)
  4.  
  5. 2018-11-27 22:53:28 FATAL TransactionalMethodHandler:? - [ X ] Data truncation: Data too long for column 'usrActLgHeaders' at row 1
  6.  
  7. 2018-11-27 22:53:28 FATAL LoggedInUserService:? - Data truncation: Data too long for column 'usrActLgHeaders' at row 1
  8.  
  9. Debug: fatal
  10.  
  11. 2018-11-27 22:53:28 INFO SqlGenerator:? - ps :com.mysql.jdbc.JDBC42PreparedStatement@fd73b58: select clientID,applicationType,isDemandNoteNeeded,demandNoteID,suggestedDate,appliedDate,state,description,bandwidth,referenceContract,isCompleted,id from at_lli_connection_revise_client where id = 22002
  12.  
  13. 2018-11-27 22:53:28 INFO SqlGenerator:? - ps :com.mysql.jdbc.JDBC42PreparedStatement@172abb8e: select clientID,applicationType,isDemandNoteNeeded,demandNoteID,suggestedDate,appliedDate,state,description,bandwidth,referenceContract,isCompleted,id from at_lli_connection_revise_client where id = 22002
  14.  
  15. 2018-11-27 22:53:28 INFO SqlGenerator:? - update sql: com.mysql.jdbc.JDBC42PreparedStatement@7743e6e3: update at_lli_connection_revise_client set clientID = 417003 ,applicationType = 16 ,isDemandNoteNeeded = 1 ,demandNoteID = 362003 ,suggestedDate = 1514743200000 ,appliedDate = 0 ,state = 112 ,description = 'dff' ,bandwidth = 50.0 ,referenceContract = 19002 ,isCompleted = 0 where id = 22002
  16.  
  17. 2018-11-27 22:53:28 INFO AsyncPdfService:? - Accepting PDF Material
  18.  
  19. 2018-11-27 22:53:28 INFO AsyncPdfService:? - --------------STARTING PDF GENERATION--------------
  20.  
  21. 2018-11-27 22:53:28 INFO SqlGenerator:? - ps :com.mysql.jdbc.JDBC42PreparedStatement@3ca80cb5: select clientID,applicationType,isDemandNoteNeeded,demandNoteID,suggestedDate,appliedDate,state,description,bandwidth,referenceContract,isCompleted,id from at_lli_connection_revise_client where id = 22002
  22.  
  23. 2018-11-27 22:53:28 INFO ClientAPI:? - searching pair of client details and client specific contact details
  24.  
  25. 2018-11-27 22:53:28 INFO ClientAPI:? - searching client details by client id: 417003, module id: 7
  26.  
  27. 2018-11-27 22:53:28 INFO ClientAPI:? - client details found
  28.  
  29. 2018-11-27 22:53:28 INFO ClientAPI:? - searching specific client contact details by client id: 417003, moduleId: 7, detailsType: 1
  30.  
  31. 2018-11-27 22:53:28 INFO ClientAPI:? - searching client contacts by client id: 417003
  32.  
  33. 2018-11-27 22:53:28 INFO ClientAPI:? - searching client details by client id: 417003, module id: 7
  34.  
  35. 2018-11-27 22:53:28 INFO ClientAPI:? - client details found
  36.  
  37. 2018-11-27 22:53:28 INFO ClientAPI:? - client contacts found
  38.  
  39. 2018-11-27 22:53:28 INFO ClientAPI:? - Requested Details Type found
  40.  
  41. 2018-11-27 22:53:28 INFO ClientAPI:? - pair found
  42.  
  43. 2018-11-27 22:53:28 FATAL TransactionalMethodHandler:? - [ X ] No such user found with user id: 0
  44.  
  45. 2018-11-27 22:53:28 INFO FileAPI:? - Attempting to create directory: /srv/btclautomation/resources/bills/lli/2018/Nov/
  46.  
  47. 2018-11-27 22:53:28 FATAL LLIDemandNoteService:? - No such user found with user id: 0
  48.  
  49. 2018-11-27 22:53:28 FATAL LLIDemandNoteAction:? - [ X ] null
  50.  
  51. 2018-11-27 22:53:28 INFO FileAPI:? - Directory exists
  52.  
  53. 2018-11-27 22:53:29 INFO AsyncPdfService:? - --------------DONE PDF GENERATION--------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement