Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %%%%%%
- %%%%%%
- @ %%%%%% @
- @@ %%%%%% @@
- @@@ %%%%%%%%%%% @@@
- @@ %%%%%%%%%% @@
- @@ %%%% @@
- @@ %%% @@
- @@ %% @@
- %%
- %
- Azure Functions Core Tools (2.7.1585 Commit hash: 9a2b7239b937148e3b76e6f7999798629a82134a)
- Function Runtime Version: 2.0.12641.0
- [9/7/2019 11:01:30 PM] Building host: startup suppressed:False, configuration suppressed: False
- [9/7/2019 11:01:30 PM] Initializing Host.
- [9/7/2019 11:01:30 PM] Host initialization: ConsecutiveErrors=0, StartupCount=1
- [9/7/2019 11:01:30 PM] LoggerFilterOptions
- [9/7/2019 11:01:30 PM] {
- [9/7/2019 11:01:30 PM] "MinLevel": "None",
- [9/7/2019 11:01:30 PM] "Rules": [
- [9/7/2019 11:01:30 PM] {
- [9/7/2019 11:01:30 PM] "ProviderName": null,
- [9/7/2019 11:01:30 PM] "CategoryName": null,
- [9/7/2019 11:01:30 PM] "LogLevel": null,
- [9/7/2019 11:01:30 PM] "Filter": "<AddFilter>b__0"
- [9/7/2019 11:01:30 PM] },
- [9/7/2019 11:01:30 PM] {
- [9/7/2019 11:01:30 PM] "ProviderName": "Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLoggerProvider",
- [9/7/2019 11:01:30 PM] "CategoryName": null,
- [9/7/2019 11:01:30 PM] "LogLevel": "None",
- [9/7/2019 11:01:30 PM] "Filter": null
- [9/7/2019 11:01:30 PM] },
- [9/7/2019 11:01:30 PM] {
- [9/7/2019 11:01:30 PM] "ProviderName": "Microsoft.Azure.WebJobs.Script.WebHost.Diagnostics.SystemLoggerProvider",
- [9/7/2019 11:01:30 PM] "CategoryName": null,
- [9/7/2019 11:01:30 PM] "LogLevel": null,
- [9/7/2019 11:01:30 PM] "Filter": "<AddFilter>b__0"
- [9/7/2019 11:01:30 PM] }
- [9/7/2019 11:01:30 PM] ]
- [9/7/2019 11:01:30 PM] }
- [9/7/2019 11:01:31 PM] FunctionResultAggregatorOptions
- [9/7/2019 11:01:31 PM] {
- [9/7/2019 11:01:31 PM] "BatchSize": 1000,
- [9/7/2019 11:01:31 PM] "FlushTimeout": "00:00:30",
- [9/7/2019 11:01:31 PM] "IsEnabled": true
- [9/7/2019 11:01:31 PM] }
- [9/7/2019 11:01:31 PM] SingletonOptions
- [9/7/2019 11:01:31 PM] {
- [9/7/2019 11:01:31 PM] "LockPeriod": "00:00:15",
- [9/7/2019 11:01:31 PM] "ListenerLockPeriod": "00:00:15",
- [9/7/2019 11:01:31 PM] "LockAcquisitionTimeout": "10675199.02:48:05.4775807",
- [9/7/2019 11:01:31 PM] "LockAcquisitionPollingInterval": "00:00:05",
- [9/7/2019 11:01:31 PM] "ListenerLockRecoveryPollingInterval": "00:01:00"
- [9/7/2019 11:01:31 PM] }
- [9/7/2019 11:01:31 PM] HttpOptions
- [9/7/2019 11:01:31 PM] {
- [9/7/2019 11:01:31 PM] "DynamicThrottlesEnabled": false,
- [9/7/2019 11:01:31 PM] "MaxConcurrentRequests": -1,
- [9/7/2019 11:01:31 PM] "MaxOutstandingRequests": -1,
- [9/7/2019 11:01:31 PM] "RoutePrefix": "api"
- [9/7/2019 11:01:31 PM] }
- [9/7/2019 11:01:31 PM] Starting JobHost
- [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=)
- [9/7/2019 11:01:31 PM] Loading functions metadata
- [9/7/2019 11:01:31 PM] 1 functions loaded
- [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
- [9/7/2019 11:01:31 PM] python process with Id=23080 started
- [9/7/2019 11:01:31 PM] Generating 1 job function(s)
- [9/7/2019 11:01:31 PM] Found the following functions:
- [9/7/2019 11:01:31 PM] Host.Functions.HttpTrigger
- [9/7/2019 11:01:31 PM]
- [9/7/2019 11:01:31 PM] Host initialized (183ms)
- [9/7/2019 11:01:31 PM] Host started (200ms)
- [9/7/2019 11:01:31 PM] Job host started
- Hosting environment: Production
- Content root path: D:\python\azure\helloworld\MyFunctionProj
- Now listening on: http://0.0.0.0:7071
- Application started. Press Ctrl+C to shut down.
- Http Functions:
- HttpTrigger: [GET,POST] http://localhost:7071/api/HttpTrigger
- [9/7/2019 11:01:31 PM] Traceback (most recent call last):
- [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>
- [9/7/2019 11:01:31 PM] from azure_functions_worker import main
- [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>
- [9/7/2019 11:01:31 PM] from . import dispatcher
- [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>
- [9/7/2019 11:01:31 PM] import grpc
- [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>
- [9/7/2019 11:01:31 PM] from grpc._cython import cygrpc as _cygrpc
- [9/7/2019 11:01:31 PM] ImportError: cannot import name 'cygrpc'
- [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
- [9/7/2019 11:01:31 PM] python process with Id=49100 started
- [9/7/2019 11:01:31 PM] Traceback (most recent call last):
- [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>
- [9/7/2019 11:01:31 PM] from azure_functions_worker import main
- [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>
- [9/7/2019 11:01:31 PM] from . import dispatcher
- [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>
- [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
- [9/7/2019 11:01:31 PM] import grpc
- [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>
- [9/7/2019 11:01:31 PM] from grpc._cython import cygrpc as _cygrpc
- [9/7/2019 11:01:31 PM] ImportError: cannot import name 'cygrpc'
- [9/7/2019 11:01:31 PM] python process with Id=44524 started
- [9/7/2019 11:01:31 PM] Traceback (most recent call last):
- [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>
- [9/7/2019 11:01:31 PM] from azure_functions_worker import main
- [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>
- [9/7/2019 11:01:31 PM] from . import dispatcher
- [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>
- [9/7/2019 11:01:31 PM] import grpc
- [9/7/2019 11:01:31 PM] Exceeded language worker restart retry count for runtime:python. Shutting down Functions Host
- [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>
- [9/7/2019 11:01:31 PM] from grpc._cython import cygrpc as _cygrpc
- [9/7/2019 11:01:31 PM] ImportError: cannot import name 'cygrpc'
- [9/7/2019 11:01:31 PM] Stopping host...
- [9/7/2019 11:01:31 PM] Stopping JobHost
- [9/7/2019 11:01:31 PM] Job host stopped
- [9/7/2019 11:01:31 PM] Host shutdown completed.
- Application is shutting down...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement