ContextCapture Center version 10.19.0.122 running << D:\工作软件\CC\bin\CCEngine.exe >> from directory << D:\工作软件\CC\bin >> [2023-Jun-11 07:00:58 UTC] Starting CCEngine.exe on 汪世深@DESKTOP-JH26VO5 ========================================================= Welcome to ContextCapture Center Update 19 - v10.19.0.122 ========================================================= Processing the following task types: AI AT RasterProduction TileProduction The Engine will profile jobs [2023-Jun-11 15:00:58] Starting Engine on job queue "FILE:C:/Users/姹笘娣?Documents/Bentley/ContextCapture Center/Jobs" [2023-Jun-11 15:00:58] Starting Task job_20230611T070048.143454_aaa_AT / 24683bce-5ff7-44a0-9e10-3e569da31237 [2023-Jun-11 15:00:59] Task was interrupted (job queue not reachable: 287834112). Please check job queue access. [2023-Jun-11 15:00:59] Starting Task job_20230611T070048.143454_aaa_AT / 24683bce-5ff7-44a0-9e10-3e569da31237 [2023-Jun-11 15:01:00] Task was interrupted (job queue not reachable: 287834112). Please check job queue access.
时间: 2023-08-16 20:10:19 浏览: 1301
看起来你正在使用ContextCapture Center软件进行任务处理,但是出现了 "Task was interrupted (job queue not reachable: 287834112). Please check job queue access." 的错误提示。这可能是因为任务队列无法访问导致的。建议你检查一下任务队列的访问权限,以确保软件能够正常访问任务队列并执行任务。如果问题仍然存在,你可以尝试重启软件或者联系软件供应商获取更多支持。
相关问题
ContextCapture Center version 10.19.0.122 running << D:\工作软件\CC\bin\CCEngine.exe >> from directory << D:\工作软件\CC\bin >> [2023-Jun-11 07:06:59 UTC] Starting CCEngine.exe on 汪世深@DESKTOP-JH26VO5 ========================================================= Welcome to ContextCapture Center Update 19 - v10.19.0.122 ========================================================= Processing the following task types: AI AT RasterProduction TileProduction The Engine will profile jobs [2023-Jun-11 15:07:00] Starting Engine on job queue "FILE:C:/Users/姹笘娣?Documents/Bentley/ContextCapture Center/Jobs" [2023-Jun-11 15:07:00] Starting Task job_20230611T070642.355474_aaa_AT / 5770c7b2-8a9b-4317-9caf-191a3673aa25 [2023-Jun-11 15:07:00] Task was interrupted (job queue not reachable: 287834112). Please check job queue access.
根据您提供的信息,可能是以下几种原因导致任务中断:
1. 任务队列不可达。提示信息中提到了“job queue not reachable”,这可能是由于任务队列无法访问导致的。您需要检查任务队列的状态,确保其处于可访问状态。
2. 任务队列中的作业被删除或已经完成。提示信息中提到了“Task was interrupted”。这可能是由于任务队列中的作业已经被删除或已经完成,导致引擎无法继续执行任务。您需要检查任务队列中的作业状态,确保其处于可执行状态。
3. 引擎配置错误。引擎的配置可能存在问题,例如配置文件中的路径错误或者权限不足等。您需要检查引擎的配置文件和相关的权限设置,确保其正确配置。
针对以上可能的原因,您可以尝试以下解决方案:
1. 检查任务队列的状态,确保其处于可访问状态。
2. 检查任务队列中的作业状态,确保其处于可执行状态。
3. 检查引擎的配置文件和相关的权限设置,确保其正确配置。
如果以上解决方案无法解决问题,建议您联系软件厂商或相关技术支持人员进行进一步的帮助和解决方案。
You are using Node v10.19.0, but vue-cli-service requires Node ^12.0.0 || >= 14.0.0. Please upgrade your Node version.
As an AI language model, I cannot upgrade your Node version for you, but I can suggest steps to upgrade it. Here are the steps you can follow to upgrade your Node version:
1. Go to the official Node.js website (https://nodejs.org/en/).
2. Download and install the latest version of Node.js for your operating system.
3. Verify that the Node.js installation was successful by running the following command in your terminal:
```
node -v
```
4. If the command above returns the version number of the newly installed Node.js version, then you have successfully upgraded your Node.js version. If not, try restarting your terminal or computer and running the command again.
Once you have upgraded your Node.js version, you should be able to run vue-cli-service without encountering the error message you mentioned.
阅读全文