首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Azure函数核心工具抛出带有默认函数的错误:无法找到../azurefunction/function s.js

Azure函数核心工具抛出带有默认函数的错误:无法找到../azurefunction/function s.js
EN

Stack Overflow用户
提问于 2018-04-27 04:38:52
回答 1查看 623关注 0票数 2

几周前,我重新安装了Windows 10,不得不重新安装所有的工具。作为一个专业人士,我只是使用最新版本的一切,今天更新了核心工具。

我现在在

  • 节点: 8.11.1
  • 核心工具: 1.0.11

我刚刚创建了一个新的函数应用程序和函数,当我试图通过Postman调用URI时,会得到以下错误。

代码语言:javascript
复制
{
    "id": "53b6098d-69e4-45a1-9f0f-2bec6f965435",
    "requestId": "ca41a391-35ca-440f-a78b-007473b9ee5a",
    "statusCode": 500,
    "errorCode": 0,
    "message": "Exception while executing function: Functions.HttpTriggerJS -> One or more errors occurred. -> Error: Cannot find module '../azurefunctions/functions.js'\n    at Function.Module._resolveFilename (module.js:469:15)\n    at Function.Module._load (module.js:417:25)\n    at Module.require (module.js:497:17)\n    at require (internal/module.js:20:19)\n    at eval (eval at compileFunc (C:\\Users\\giraffeslacks\\AppData\\Roaming\\npm\\node_modules\\azure-functions-core-tools\\bin\\edge\\double_edge.js:34:28), <anonymous>:1:23)\n    at compileFunc (C:\\Users\\giraffeslacks\\AppData\\Roaming\\npm\\node_modules\\azure-functions-core-tools\\bin\\edge\\double_edge.js:35:16)",
/*
* 提示:该行代码过长,系统自动注释不进行高亮。一键复制会移除系统注释 
* "errorDetails": "Microsoft.Azure.WebJobs.Host.FunctionInvocationException : Exception while executing function: Functions.HttpTriggerJS ---> System.AggregateException : One or more errors occurred. ---> Error: Cannot find module '../azurefunctions/functions.js'\n    at Function.Module._resolveFilename (module.js:469:15)\n    at Function.Module._load (module.js:417:25)\n    at Module.require (module.js:497:17)\n    at require (internal/module.js:20:19)\n    at eval (eval at compileFunc (C:\\Users\\giraffeslacks\\AppData\\Roaming\\npm\\node_modules\\azure-functions-core-tools\\bin\\edge\\double_edge.js:34:28), <anonymous>:1:23)\n    at compileFunc (C:\\Users\\giraffeslacks\\AppData\\Roaming\\npm\\node_modules\\azure-functions-core-tools\\bin\\edge\\double_edge.js:35:16)\r\n   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)\r\n   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout,CancellationToken cancellationToken)\r\n   at EdgeJs.Edge.Func(String code)\r\n   at Microsoft.Azure.WebJobs.Script.Description.NodeFunctionInvoker.get_GlobalInitializationFunc()\r\n   at async Microsoft.Azure.WebJobs.Script.Description.NodeFunctionInvoker.InitializeAsync()\r\n   at async Microsoft.Azure.WebJobs.Script.Description.NodeFunctionInvoker.InvokeCore(Object[] parameters,FunctionInvocationContext context)\r\n   at async Microsoft.Azure.WebJobs.Script.Description.FunctionInvokerBase.Invoke(Object[] parameters)\r\n   at async Microsoft.Azure.WebJobs.Host.Executors.VoidTaskMethodInvoker`2.InvokeAsync[TReflected,TReturnType](TReflected instance,Object[] arguments)\r\n   at async Microsoft.Azure.WebJobs.Host.Executors.FunctionInvoker`2.InvokeAsync[TReflected,TReturnValue](Object instance,Object[] arguments)\r\n   at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.InvokeAsync(IFunctionInvoker invoker,ParameterHelper parameterHelper,CancellationTokenSource timeoutTokenSource,CancellationTokenSource functionCancellationTokenSource,Boolean throwOnTimeout,TimeSpan timerInterval,IFunctionInstance instance)\r\n   at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ExecuteWithWatchersAsync(IFunctionInstance instance,ParameterHelper parameterHelper,TraceWriter traceWriter,CancellationTokenSource functionCancellationTokenSource)\r\n   at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ExecuteWithLoggingAsync(??)\r\n   at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ExecuteWithLoggingAsync(??)\r\n---> (Inner Exception #0) System.Exception : Error: Cannot find module '../azurefunctions/functions.js'\n    at Function.Module._resolveFilename (module.js:469:15)\n    at Function.Module._load (module.js:417:25)\n    at Module.require (module.js:497:17)\n    at require (internal/module.js:20:19)\n    at eval (eval at compileFunc (C:\\Users\\giraffeslacks\\AppData\\Roaming\\npm\\node_modules\\azure-functions-core-tools\\bin\\edge\\double_edge.js:34:28), <anonymous>:1:23)\n    at compileFunc (C:\\Users\\giraffeslacks\\AppData\\Roaming\\npm\\node_modules\\azure-functions-core-tools\\bin\\edge\\double_edge.js:35:16)<---\r\n \r\n   End of inner exception\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.ExecuteWithLoggingAsync(??)\r\n   at async Microsoft.Azure.WebJobs.Host.Executors.FunctionExecutor.TryExecuteAsync(IFunctionInstance functionInstance,CancellationToken cancellationToken)\r\n   at Microsoft.Azure.WebJobs.Host.Executors.ExceptionDispatchInfoDelayedException.Throw()\r\n   at async Microsoft.Azure.WebJobs.JobHost.CallAsync(??)\r\n   at async Microsoft.Azure.WebJobs.Script.ScriptHost.CallAsync(String method,Dictionary`2 arguments,CancellationToken cancellationToken)\r\n   at async Microsoft.Azure.WebJobs.Script.WebHost.WebScriptHostManager.HandleRequestAsync(FunctionDescriptor function,HttpRequestMessage request,CancellationToken cancellationToken)\r\n   at async Microsoft.Azure.WebJobs.Script.Host.FunctionRequestInvoker.ProcessRequestAsync(HttpRequestMessage request,CancellationToken cancellationToken,WebScriptHostManager scriptHostManager,WebHookReceiverManager webHookReceiverManager)\r\n   at async Microsoft.Azure.WebJobs.Script.WebHost.Controllers.FunctionsController.<>c__DisplayClass3_0.<ExecuteAsync>b__0(??)\r\n   at async Microsoft.Azure.WebJobs.Extensions.Http.HttpRequestManager.ProcessRequestAsync(HttpRequestMessage request,Func`3 processRequestHandler,CancellationToken cancellationToken)\r\n   at async Microsoft.Azure.WebJobs.Script.WebHost.Controllers.FunctionsController.ExecuteAsync(HttpControllerContext controllerContext,CancellationToken cancellationToken)\r\n   at async System.Web.Http.Dispatcher.HttpControllerDispatcher.SendAsync(HttpRequestMessage request,CancellationToken cancellationToken)\r\n   at async System.Web.Http.Dispatcher.HttpControllerDispatcher.SendAsync(HttpRequestMessage request,CancellationToken cancellationToken)\r\n   at async Microsoft.Azure.WebJobs.Script.WebHost.Handlers.WebScriptHostHandler.SendAsync(HttpRequestMessage request,CancellationToken cancellationToken)\r\n   at async Microsoft.Azure.WebJobs.Script.WebHost.Handlers.SystemTraceHandler.SendAsync(HttpRequestMessage request,CancellationToken cancellationToken)\r\n   at async System.Web.Http.HttpServer.SendAsync(HttpRequestMessage request,CancellationToken cancellationToken)"
*/
}
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-04-27 06:00:22

这似乎是最新版本1.0.11函数核心工具上的一个bug。

我在我这边使用npm安装它,并在触发jshttp触发器(模板)后再现错误。

错误似乎只在使用js触发器时才会发生,因为我创建了jsbob触发器,同样的错误也会发生。对于c#,对http触发器和bob触发器进行测试,两者都可以工作。

我在github上打开了问题,等待着Azure团队的回复。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50055354

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档