Guest User

Untitled

a guest
Oct 16th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "Timestamp": "2018-10-16T08:14:03.0590414+02:00",
  3. "ProviderName": "Microsoft-ServiceFabric",
  4. "Id": 23083,
  5. "Message": ApplicationHostTerminated: ApplicationId=fabric:/<MyService>, ServiceName=fabric:/<MyService>, ServicePackageName=<MyPackage>, ServicePackageActivationId=8f36ac97-9271-4a49-94ce-dd296aebffa5, IsExclusive=True, CodePackageName=Code, EntryPointType=Exe, ExeName=MyExe, ProcessId=24568, HostId=d2a820b5-5b4d-42af-ae87-350028a3fa72, ExitCode=3221225786, UnexpectedTermination=False, StartTime=10/16/2018 08:12:14. ",
  6. "ProcessId": 22660,
  7. "Level": "Informational",
  8. "Keywords": "0x4000000000000001",
  9. "EventName": "Hosting",
  10. "ActivityID": null,
  11. "RelatedActivityID": null,
  12. "Payload": {
  13. "eventInstanceId": ""07f15452-2f75-49e3-ad5d-d16ea49bdc8f"",
  14. "applicationName": "MyAppName",
  15. "ServiceName": "fabric:/MyServiceName",
  16. "ServicePackageName": "MyPackageName",
  17. "ServicePackageActivationId": "8f36ac97-9271-4a49-94ce-dd296aebffa5",
  18. "IsExclusive": true,
  19. "CodePackageName": "Code",
  20. "EntryPointType": 1,
  21. "ExeName": "MyExe",
  22. "ProcessId": 24568,
  23. "HostId": "d2a820b5-5b4d-42af-ae87-350028a3fa72",
  24. "ExitCode": 3221225786,
  25. "UnexpectedTermination": false,
  26. "StartTime": ""/Date(1539670334917)/""
  27. }
  28. }
  29.  
  30. {
  31. "Timestamp": "2018-10-16T08:14:02.3557708+02:00",
  32. "ProviderName": "Microsoft-ServiceFabric",
  33. "Id": 29625,
  34. "Message": "Application deleted: Application = fabric:/MyApp, Application Type = MyServiceType ",
  35. "ProcessId": 22660,
  36. "Level": "Informational",
  37. "Keywords": "0x4000000000000001",
  38. "EventName": "CM",
  39. "ActivityID": null,
  40. "RelatedActivityID": null,
  41. "Payload": {
  42. "eventInstanceId": ""ca608cec-8d55-4606-a331-8ebfcfff8fa6"",
  43. "applicationName": "fabric:/MyAppName",
  44. "applicationTypeName": "MyAppTypeName",
  45. "applicationTypeVersion": "1.0.0"
  46. }
  47. }
Add Comment
Please, Sign In to add comment