Advertisement
D4nc3r

replay debugging output

Apr 26th, 2021
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. 18:53:44.446 SFDX: Turn On Apex Debug Log for Replay Debugger
  2. Starting SFDX: Turn On Apex Debug Log for Replay Debugger
  3.  
  4. 18:53:51.595 sfdx force:data:soql:query --query SELECT id, logtype, startdate, expirationdate, debuglevelid, debuglevel.apexcode, debuglevel.visualforce FROM TraceFlag WHERE logtype='DEVELOPER_LOG' AND TracedEntityId='0052w000004jLpXAAU' --usetoolingapi --json --loglevel fatal
  5. {
  6. "status": 0,
  7. "result": {
  8. "done": true,
  9. "totalSize": 1,
  10. "records": [
  11. {
  12. "attributes": {
  13. "type": "TraceFlag",
  14. "url": "/services/data/v51.0/tooling/sobjects/TraceFlag/7tf2w000009xbNfAAI"
  15. },
  16. "Id": "7tf2w000009xbNfAAI",
  17. "LogType": "DEVELOPER_LOG",
  18. "StartDate": "2021-03-05T00:04:16.000+0000",
  19. "ExpirationDate": "2021-03-05T01:05:16.000+0000",
  20. "DebugLevelId": "7dl2w000000h1xnAAA",
  21. "DebugLevel": {
  22. "attributes": {
  23. "type": "DebugLevel",
  24. "url": "/services/data/v51.0/tooling/sobjects/DebugLevel/7dl2w000000h1xnAAA"
  25. },
  26. "ApexCode": "FINEST",
  27. "Visualforce": "INFO"
  28. }
  29. }
  30. ]
  31. }
  32. }
  33. 18:53:54.900 sfdx force:data:soql:query --query SELECT id, logtype, startdate, expirationdate, debuglevelid, debuglevel.apexcode, debuglevel.visualforce FROM TraceFlag WHERE logtype='DEVELOPER_LOG' AND TracedEntityId='0052w000004jLpXAAU' --usetoolingapi --json --loglevel fatal
  34. ended with exit code 0
  35.  
  36. Starting sfdx force:data:record:create --sobjecttype DebugLevel --values developername=ReplayDebuggerLevels1619427234901 MasterLabel=ReplayDebuggerLevels1619427234901 apexcode=FINEST visualforce=FINER --usetoolingapi --json --loglevel fatal
  37.  
  38. 18:53:54.915 sfdx force:data:record:create --sobjecttype DebugLevel --values developername=ReplayDebuggerLevels1619427234901 MasterLabel=ReplayDebuggerLevels1619427234901 apexcode=FINEST visualforce=FINER --usetoolingapi --json --loglevel fatal
  39. {
  40. "status": 0,
  41. "result": {
  42. "id": "7dl2w000000ZXRGAA4",
  43. "success": true,
  44. "errors": [],
  45. "warnings": [],
  46. "infos": []
  47. }
  48. }
  49. 18:53:57.554 sfdx force:data:record:create --sobjecttype DebugLevel --values developername=ReplayDebuggerLevels1619427234901 MasterLabel=ReplayDebuggerLevels1619427234901 apexcode=FINEST visualforce=FINER --usetoolingapi --json --loglevel fatal
  50. ended with exit code 0
  51.  
  52. Starting sfdx force:data:record:create --sobjecttype TraceFlag --values tracedentityid='0052w000004jLpXAAU' logtype=developer_log debuglevelid=7dl2w000000ZXRGAA4 StartDate='' ExpirationDate='Mon, 26 Apr 2021 09:23:57 GMT --usetoolingapi --json --loglevel fatal
  53.  
  54. 18:53:57.567 sfdx force:data:record:create --sobjecttype TraceFlag --values tracedentityid='0052w000004jLpXAAU' logtype=developer_log debuglevelid=7dl2w000000ZXRGAA4 StartDate='' ExpirationDate='Mon, 26 Apr 2021 09:23:57 GMT --usetoolingapi --json --loglevel fatal
  55. {
  56. "status": 1,
  57. "name": "FIELD_INTEGRITY_EXCEPTION",
  58. "message": "This entity is already being traced by a trace flag with a start and expiration date that overlap this trace flag's start and expiration date.: Traced Entity ID",
  59. "exitCode": 1,
  60. "commandName": "Create",
  61. "stack": "FIELD_INTEGRITY_EXCEPTION: This entity is already being traced by a trace flag with a start and expiration date that overlap this trace flag's start and expiration date.: Traced Entity ID\n at HttpApi.getError (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/jsforce/lib/http-api.js:250:13)\n at /home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/jsforce/lib/http-api.js:95:22\n at tryCallOne (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/promise/lib/core.js:37:12)\n at /home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/promise/lib/core.js:123:15\n at flush (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/asap/raw.js:50:29)\n at processTicksAndRejections (node:internal/process/task_queues:76:11)\nOuter stack:\n at Function.wrap (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@salesforce/core/lib/sfdxError.js:171:27)\n at Create.catch (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@salesforce/command/lib/sfdxCommand.js:248:67)\n at processTicksAndRejections (node:internal/process/task_queues:94:5)\n at async Create._run (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@salesforce/command/lib/sfdxCommand.js:85:13)\n at async Config.runCommand (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@oclif/config/lib/config.js:173:24)\n at async Main.run (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@oclif/command/lib/main.js:27:9)\n at async Main._run (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@oclif/command/lib/command.js:43:20)\n at async Object.run (/home/user/.local/share/sfdx/client/7.98.0-e361fce/dist/cli.js:114:21)",
  62. "warnings": []
  63. }
  64. 18:54:05.555 sfdx force:data:record:create --sobjecttype TraceFlag --values tracedentityid='0052w000004jLpXAAU' logtype=developer_log debuglevelid=7dl2w000000ZXRGAA4 StartDate='' ExpirationDate='Mon, 26 Apr 2021 09:23:57 GMT --usetoolingapi --json --loglevel fatal
  65. ended with exit code 1
  66.  
  67. {
  68. "status": 1,
  69. "name": "FIELD_INTEGRITY_EXCEPTION",
  70. "message": "This entity is already being traced by a trace flag with a start and expiration date that overlap this trace flag's start and expiration date.: Traced Entity ID",
  71. "exitCode": 1,
  72. "commandName": "Create",
  73. "stack": "FIELD_INTEGRITY_EXCEPTION: This entity is already being traced by a trace flag with a start and expiration date that overlap this trace flag's start and expiration date.: Traced Entity ID\n at HttpApi.getError (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/jsforce/lib/http-api.js:250:13)\n at /home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/jsforce/lib/http-api.js:95:22\n at tryCallOne (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/promise/lib/core.js:37:12)\n at /home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/promise/lib/core.js:123:15\n at flush (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/asap/raw.js:50:29)\n at processTicksAndRejections (node:internal/process/task_queues:76:11)\nOuter stack:\n at Function.wrap (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@salesforce/core/lib/sfdxError.js:171:27)\n at Create.catch (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@salesforce/command/lib/sfdxCommand.js:248:67)\n at processTicksAndRejections (node:internal/process/task_queues:94:5)\n at async Create._run (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@salesforce/command/lib/sfdxCommand.js:85:13)\n at async Config.runCommand (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@oclif/config/lib/config.js:173:24)\n at async Main.run (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@oclif/command/lib/main.js:27:9)\n at async Main._run (/home/user/.local/share/sfdx/client/7.98.0-e361fce/node_modules/@oclif/command/lib/command.js:43:20)\n at async Object.run (/home/user/.local/share/sfdx/client/7.98.0-e361fce/dist/cli.js:114:21)",
  74. "warnings": []
  75. }
  76.  
  77. 18:54:05.555 SFDX: Turn On Apex Debug Log for Replay Debugger
  78. ended with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement