Advertisement
Guest User

Untitled

a guest
Sep 7th, 2019
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.25 KB | None | 0 0
  1.  
  2. %%%%%%
  3. %%%%%%
  4. @ %%%%%% @
  5. @@ %%%%%% @@
  6. @@@ %%%%%%%%%%% @@@
  7. @@ %%%%%%%%%% @@
  8. @@ %%%% @@
  9. @@ %%% @@
  10. @@ %% @@
  11. %%
  12. %
  13.  
  14. Azure Functions Core Tools (2.7.1585 Commit hash: 9a2b7239b937148e3b76e6f7999798629a82134a)
  15. Function Runtime Version: 2.0.12641.0
  16. [9/7/2019 11:01:30 PM] Building host: startup suppressed:False, configuration suppressed: False
  17. [9/7/2019 11:01:30 PM] Initializing Host.
  18. [9/7/2019 11:01:30 PM] Host initialization: ConsecutiveErrors=0, StartupCount=1
  19. [9/7/2019 11:01:30 PM] LoggerFilterOptions
  20. [9/7/2019 11:01:30 PM] {
  21. [9/7/2019 11:01:30 PM] "MinLevel": "None",
  22. [9/7/2019 11:01:30 PM] "Rules": [
  23. [9/7/2019 11:01:30 PM] {
  24. [9/7/2019 11:01:30 PM] "ProviderName": null,
  25. [9/7/2019 11:01:30 PM] "CategoryName": null,
  26. [9/7/2019 11:01:30 PM] "LogLevel": null,
  27. [9/7/2019 11:01:30 PM] "Filter": "<AddFilter>b__0"
  28. [9/7/2019 11:01:30 PM] },
  29. [9/7/2019 11:01:30 PM] {
  30. [9/7/2019 11:01:30 PM] "ProviderName": "Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLoggerProvider",
  31. [9/7/2019 11:01:30 PM] "CategoryName": null,
  32. [9/7/2019 11:01:30 PM] "LogLevel": "None",
  33. [9/7/2019 11:01:30 PM] "Filter": null
  34. [9/7/2019 11:01:30 PM] },
  35. [9/7/2019 11:01:30 PM] {
  36. [9/7/2019 11:01:30 PM] "ProviderName": "Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLoggerProvider",
  37. [9/7/2019 11:01:30 PM] "CategoryName": null,
  38. [9/7/2019 11:01:30 PM] "LogLevel": null,
  39. [9/7/2019 11:01:30 PM] "Filter": "<AddFilter>b__0"
  40. [9/7/2019 11:01:30 PM] }
  41. [9/7/2019 11:01:30 PM] ]
  42. [9/7/2019 11:01:30 PM] }
  43. [9/7/2019 11:01:31 PM] FunctionResultAggregatorOptions
  44. [9/7/2019 11:01:31 PM] {
  45. [9/7/2019 11:01:31 PM] "BatchSize": 1000,
  46. [9/7/2019 11:01:31 PM] "FlushTimeout": "00:00:30",
  47. [9/7/2019 11:01:31 PM] "IsEnabled": true
  48. [9/7/2019 11:01:31 PM] }
  49. [9/7/2019 11:01:31 PM] SingletonOptions
  50. [9/7/2019 11:01:31 PM] {
  51. [9/7/2019 11:01:31 PM] "LockPeriod": "00:00:15",
  52. [9/7/2019 11:01:31 PM] "ListenerLockPeriod": "00:00:15",
  53. [9/7/2019 11:01:31 PM] "LockAcquisitionTimeout": "10675199.02:48:05.4775807",
  54. [9/7/2019 11:01:31 PM] "LockAcquisitionPollingInterval": "00:00:05",
  55. [9/7/2019 11:01:31 PM] "ListenerLockRecoveryPollingInterval": "00:01:00"
  56. [9/7/2019 11:01:31 PM] }
  57. [9/7/2019 11:01:31 PM] HttpOptions
  58. [9/7/2019 11:01:31 PM] {
  59. [9/7/2019 11:01:31 PM] "DynamicThrottlesEnabled": false,
  60. [9/7/2019 11:01:31 PM] "MaxConcurrentRequests": -1,
  61. [9/7/2019 11:01:31 PM] "MaxOutstandingRequests": -1,
  62. [9/7/2019 11:01:31 PM] "RoutePrefix": "api"
  63. [9/7/2019 11:01:31 PM] }
  64. [9/7/2019 11:01:31 PM] Starting JobHost
  65. [9/7/2019 11:01:31 PM] Starting Host (HostId=msi-1741105537, InstanceId=d87d7d8b-3036-4988-b499-57691be47718, Version=2.0.12641.0, ProcessId=5336, AppDomainId=1, InDebugMode=False, InDiagnosticMode=False, FunctionsExtensionVersion=)
  66. [9/7/2019 11:01:31 PM] Loading functions metadata
  67. [9/7/2019 11:01:31 PM] 1 functions loaded
  68. [9/7/2019 11:01:31 PM] Starting language worker process:python "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\worker.py" --host 127.0.0.1 --port 52412 --workerId 6031589d-2a5f-494c-a83f-eb2e90c10294 --requestId f9a1fecd-bfa8-42a3-b527-83c0199d476b --grpcMaxMessageLength 134217728
  69. [9/7/2019 11:01:31 PM] python process with Id=23080 started
  70. [9/7/2019 11:01:31 PM] Generating 1 job function(s)
  71. [9/7/2019 11:01:31 PM] Found the following functions:
  72. [9/7/2019 11:01:31 PM] Host.Functions.HttpTrigger
  73. [9/7/2019 11:01:31 PM]
  74. [9/7/2019 11:01:31 PM] Host initialized (183ms)
  75. [9/7/2019 11:01:31 PM] Host started (200ms)
  76. [9/7/2019 11:01:31 PM] Job host started
  77. Hosting environment: Production
  78. Content root path: D:\python\azure\helloworld\MyFunctionProj
  79. Now listening on: http://0.0.0.0:7071
  80. Application started. Press Ctrl+C to shut down.
  81.  
  82. Http Functions:
  83.  
  84. HttpTrigger: [GET,POST] http://localhost:7071/api/HttpTrigger
  85.  
  86. [9/7/2019 11:01:31 PM] Traceback (most recent call last):
  87. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\worker.py", line 1, in <module>
  88. [9/7/2019 11:01:31 PM] from azure_functions_worker import main
  89. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\azure_functions_worker\main.py", line 7, in <module>
  90. [9/7/2019 11:01:31 PM] from . import dispatcher
  91. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\azure_functions_worker\dispatcher.py", line 16, in <module>
  92. [9/7/2019 11:01:31 PM] import grpc
  93. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\grpc\__init__.py", line 23, in <module>
  94. [9/7/2019 11:01:31 PM] from grpc._cython import cygrpc as _cygrpc
  95. [9/7/2019 11:01:31 PM] ImportError: cannot import name 'cygrpc'
  96. [9/7/2019 11:01:31 PM] Starting language worker process:python "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\worker.py" --host 127.0.0.1 --port 52412 --workerId dbd75402-e049-4c0e-972a-e1865dad158a --requestId c69a3524-6a50-48e5-b09b-89bad08e28be --grpcMaxMessageLength 134217728
  97. [9/7/2019 11:01:31 PM] python process with Id=49100 started
  98. [9/7/2019 11:01:31 PM] Traceback (most recent call last):
  99. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\worker.py", line 1, in <module>
  100. [9/7/2019 11:01:31 PM] from azure_functions_worker import main
  101. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\azure_functions_worker\main.py", line 7, in <module>
  102. [9/7/2019 11:01:31 PM] from . import dispatcher
  103. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\azure_functions_worker\dispatcher.py", line 16, in <module>
  104. [9/7/2019 11:01:31 PM] Starting language worker process:python "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\worker.py" --host 127.0.0.1 --port 52412 --workerId 886abd84-57cc-4516-b284-12095c573be6 --requestId 1fddb949-c3f2-4ccb-893a-09f3ff0a6f55 --grpcMaxMessageLength 134217728
  105. [9/7/2019 11:01:31 PM] import grpc
  106. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\grpc\__init__.py", line 23, in <module>
  107. [9/7/2019 11:01:31 PM] from grpc._cython import cygrpc as _cygrpc
  108. [9/7/2019 11:01:31 PM] ImportError: cannot import name 'cygrpc'
  109. [9/7/2019 11:01:31 PM] python process with Id=44524 started
  110. [9/7/2019 11:01:31 PM] Traceback (most recent call last):
  111. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\worker.py", line 1, in <module>
  112. [9/7/2019 11:01:31 PM] from azure_functions_worker import main
  113. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\azure_functions_worker\main.py", line 7, in <module>
  114. [9/7/2019 11:01:31 PM] from . import dispatcher
  115. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\azure_functions_worker\dispatcher.py", line 16, in <module>
  116. [9/7/2019 11:01:31 PM] import grpc
  117. [9/7/2019 11:01:31 PM] Exceeded language worker restart retry count for runtime:python. Shutting down Functions Host
  118. [9/7/2019 11:01:31 PM] File "C:\Users\spitf\AppData\Roaming\npm\node_modules\azure-functions-core-tools\bin\workers\python\deps\grpc\__init__.py", line 23, in <module>
  119. [9/7/2019 11:01:31 PM] from grpc._cython import cygrpc as _cygrpc
  120. [9/7/2019 11:01:31 PM] ImportError: cannot import name 'cygrpc'
  121. [9/7/2019 11:01:31 PM] Stopping host...
  122. [9/7/2019 11:01:31 PM] Stopping JobHost
  123. [9/7/2019 11:01:31 PM] Job host stopped
  124. [9/7/2019 11:01:31 PM] Host shutdown completed.
  125. Application is shutting down...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement