【发布时间】:2021-05-23 15:18:36
【问题描述】:
我一直在开发 Inventor 插件。我一直在针对多个 STEP 程序集进行测试。对我的本地 Inventor 运行插件适用于所有情况。在 forge 平台上运行我的插件适用于所有情况,但只有一个。它在 1:40 分钟后失败,因此不会超时。但是报告确实显示“Inventor Core Engine Core Console 由于超时而关闭”
我正在寻找有关如何解决上面报告的错误和“在作业的 CoreEngineExecution 阶段发生意外错误”的提示
脚本的摘录如下所示
[02/20/2021 23:38:14] 启动 Inventor Core Engine 标准输出转储。 [02/20/2021 23:38:14] InventorCoreConsole.exe 信息:0:InventorCoreConsole.exe:25.0.18300.0 [02/20/2021 23:38:14] InventorCoreConsole.exe 信息:0:正在启动 Inventor Server。 [02/20/2021 23:38:15] InventorCoreConsole.exe 信息:0:已启动 Inventor Server 2021.1(内部版本 251245000、245)(25、10、24500、0000) [02/20/2021 23:38:15] InventorCoreConsole.exe 信息:0:加载插件:iLogic Plugin [02/20/2021 23:38:15] InventorCoreConsole.exe 信息:0:激活插件:iLogic Plugin [02/20/2021 23:38:15] iLogic 插件:正在初始化... [02/20/2021 23:38:15] InventorCoreConsole.exe 信息:0:打开文档:T:\Aces\Jobs\xxxxxx\xxxxxx.stp 不可见模式:False [02/20/2021 23:38:31] InventorCoreConsole.exe 信息:0:已打开 [02/20/2021 23:38:31] InventorCoreConsole.exe 信息:0:获取 Inventor 插件。 [02/20/2021 23:38:31] InventorCoreConsole.exe 信息:0:插件:UnfoldAddin [02/20/2021 23:38:31] InventorCoreConsole.exe 信息:0:激活插件:UnfoldAddin [02/20/2021 23:38:31] InventorCoreConsole.exe 信息:0 :: ipPlugin (1.0.0.0):正在初始化... [02/20/2021 23:38:31] InventorCoreConsole.exe 信息:0:在自动化对象上执行“运行”方法。 [02/20/2021 23:39:51] 错误:Inventor Core Engine 核心控制台因超时而关闭。 [02/20/2021 23:39:51] 结束脚本阶段。 [02/20/2021 23:39:51] 错误:在作业的 CoreEngineExecution 阶段发生意外错误。 [02/20/2021 23:39:51] 作业完成,结果为 FailedExecution [02/20/2021 23:39:51] 工作状态:
任何方向都将不胜感激
【问题讨论】:
标签: autodesk-forge autodesk-designautomation