- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试托管一个 Orchard CMS 网络应用程序。关注build and deploy后说明并填写设置页面应用程序挂起消息“此租户当前正在初始化。请稍后再试。'.
正在记录两条消息,但我不知道从哪里开始调查这个问题。
orchard-recipes-2018.03.22.log
2018-03-22 17:45:38,727 Orchard.Recipes.Services.RecipeManager - Default - INFO Executing recipe 'Default'. [ExecutionId=cd0f58a966e04b4386bf9c03ed507f99]
2018-03-22 17:45:38,773 Orchard.Recipes.Services.RecipeStepQueue - Default - INFO Enqueuing recipe step 'Feature'. [ExecutionId=cd0f58a966e04b4386bf9c03ed507f99]
2018-03-22 17:45:38,825 Orchard.Recipes.Services.RecipeStepQueue - Default - INFO Enqueuing recipe step 'ContentDefinition'. [ExecutionId=cd0f58a966e04b4386bf9c03ed507f99]
2018-03-22 17:45:38,843 Orchard.Recipes.Services.RecipeStepQueue - Default - INFO Enqueuing recipe step 'Settings'. [ExecutionId=cd0f58a966e04b4386bf9c03ed507f99]
2018-03-22 17:45:38,857 Orchard.Recipes.Services.RecipeStepQueue - Default - INFO Enqueuing recipe step 'Migration'. [ExecutionId=cd0f58a966e04b4386bf9c03ed507f99]
2018-03-22 17:45:38,873 Orchard.Recipes.Services.RecipeStepQueue - Default - INFO Enqueuing recipe step 'Command'. [ExecutionId=cd0f58a966e04b4386bf9c03ed507f99]
2018-03-22 17:45:38,907 Orchard.Recipes.Services.RecipeStepQueue - Default - INFO Enqueuing recipe step 'ActivateShell'. [ExecutionId=(null)]
2018-03-22 17:45:39,268 Orchard.Recipes.Services.RecipeStepQueue - Default - INFO Dequeuing recipe steps. [ExecutionId=cd0f58a966e04b4386bf9c03ed507f99]
2018-03-22 17:45:39,273 Orchard.Recipes.Services.RecipeStepQueue - Default - INFO Dequeuing recipe step 'Feature'. [ExecutionId=cd0f58a966e04b4386bf9c03ed507f99]
orchard-error-2018.03.22.log
2018-03-22 17:45:39,574 [6] Orchard.Exceptions.DefaultExceptionPolicy - Default - An unexpected exception was caught [http://.../]
Orchard.OrchardCoreException: Unable to make room for file "D:\Inetpub\vhosts\...\httpdocs\App_Data\RecipeQueue\cd0f58a966e04b4386bf9c03ed507f99\0" in "App_Data" folder ---> System.UnauthorizedAccessException: Access to the path 'D:\Inetpub\vhosts\...\httpdocs\App_Data\RecipeQueue\cd0f58a966e04b4386bf9c03ed507f99\0' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at System.IO.File.Delete(String path)
at Orchard.FileSystems.AppData.AppDataFolder.MakeDestinationFileNameAvailable(String destinationFileName) in C:\...\Orchard\src\Orchard\FileSystems\AppData\AppDataFolder.cs:line 80
--- End of inner exception stack trace ---
at Orchard.FileSystems.AppData.AppDataFolder.MakeDestinationFileNameAvailable(String destinationFileName) in C:\...\Orchard\src\Orchard\FileSystems\AppData\AppDataFolder.cs:line 86
at Orchard.FileSystems.AppData.AppDataFolder.DeleteFile(String path) in C:\...\Orchard\src\Orchard\FileSystems\AppData\AppDataFolder.cs:line 150
at Orchard.Recipes.Services.RecipeStepQueue.Dequeue(String executionId)
at Orchard.Recipes.Services.RecipeStepExecutor.ExecuteNextStep(String executionId)
at Orchard.Recipes.Services.RecipeScheduler.ExecuteWork(String executionId)
at Orchard.Events.DelegateHelper.<>c__DisplayClass14_0`2.<BuildAction>b__0(Object target, Object[] p) in C:\...\Orchard\src\Orchard\Events\DelegateHelper.cs:line 116
at Orchard.Events.DefaultOrchardEventBus.TryInvokeMethod(IEventHandler eventHandler, Type interfaceType, String messageName, String interfaceName, String methodName, IDictionary`2 arguments, IEnumerable& returnValue) in C:\...\Orchard\src\Orchard\Events\DefaultOrchardEventBus.cs:line 83
at Orchard.Events.DefaultOrchardEventBus.TryNotifyHandler(IEventHandler eventHandler, String messageName, String interfaceName, String methodName, IDictionary`2 eventData, IEnumerable& returnValue) in C:\...\Orchard\src\Orchard\Events\DefaultOrchardEventBus.cs:line 53
最佳答案
事实证明,我必须授予 App_Data 文件夹“完全控制”权限。而且不仅是在 docs 中所说的“写入”
关于c# - ASP.net - cooking 食谱后的 Orchard CMS 'hangs',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49435025/
我会发布我所有的代码。目前我有一个带有适配器和生成 ListView 的数据源的 Activity 。然后,您选择菜谱,它使用单独的适配器将其发送到另一个 Activity 。我希望此 Activit
最近工作中需要 python 命令行实用程序,但我没有编写 cli 的经验。无论如何,我仍然必须将它们弹出。 我最大的障碍是这些程序的结构。此外,获取和验证用户输入的方法。我一直以非常长的 while
假设我有一个食谱数据库,我想根据我拥有的成分搜索它们。 应该有 3 个表: 食谱(rid,rname), 配料(iid,iname), 关系(rid,iid) 接下来,假设我有一个“ toast ”食
我正在写一个自定义yocto recipe应该从.whl安装一个python包文件。 我尝试使用包含以下内容的食谱: inherit pypi setuptools PYPI_SRC_URI="htt
我想弄清楚如何创建一个从 git 下载并使用 make 文件构建的食谱。例如: g3logger (git https://github.com/KjellKod/g3log.git) 食谱“bb”文
在 Scala 食谱中:13.3。如何在 Actor 之间进行交流我看到了这个 class Ping(pong: ActorRef) extends Actor { // OMG - ActorRef
我可以在食谱中看到以下内容 task "create-dirs" set.allSource.srcDirs.each {it.mkdirs()} } } 关于其他插件的 G
C 文件 int main() { printf("Hello, World!\n"); return 0; } helloworld.bb DESCRIPTION =
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 6 年前。 Improve this qu
当我使用/bin/sh 时,我可以简单地通过回显来通过 bash 发出命令 vagrant@vagrant:~$ sh $ echo 'ls' | bash some.sh 但是当我尝试使用这个命令时
我是一名优秀的程序员,十分优秀!