GithubHelp home page GithubHelp logo

Comments (4)

haha252 avatar haha252 commented on June 24, 2024

any logs?

from mcsmanager.

Liang-LYC avatar Liang-LYC commented on June 24, 2024

current(1).log

current.log
sysinfo(1).log
sysinfo.log
这个是日志

在部署超过10个可执行程序的时候复现率百分百,后续我调整了可执行程序的优先级为高,优先级为高的时候在部署可执行程序超过20个后还是会出现

from mcsmanager.

huangsijun17 avatar huangsijun17 commented on June 24, 2024

面板的正在运行只是进程存活。MCSM不是看门狗/哨兵服务,也没有看门狗/哨兵功能,不能也不支持检测程序的工作状态。建议执行编写搭建看门狗/哨兵服务/脚本,使用MSCM的API来启停服务。
另外,部署超过10个可执行程序后卡死,个人倾向系统资源不足。建议排查。

from mcsmanager.

unitwk avatar unitwk commented on June 24, 2024

错误原因大概清楚了,是因为无法使用命名管道。

命名管道创建和写数据失败,导致你无法发送任何命令给实例,疑似是权限不足或者其他磁盘控制之类的。

请尝试关闭杀毒软件,并且使用管理员权限运行 MCSM 面板。

[06/13 23:18:45] [INFO] ----------------
[06/13 23:18:45] [INFO] 会话 Unknown: 请求开启实例.
[06/13 23:18:45] [INFO] 实例标识符: [f689ff9ad26842a186b3e766decdc294]
[06/13 23:18:45] [INFO] 启动命令: MC.exe ../script/MC.ini Shen
[06/13 23:18:45] [INFO] PTY 路径: C:\Users\Administrator\Desktop\MCSManager-v10-windows-x64_2\mcsmanager\daemon\lib\pty_win32_x64.exe
[06/13 23:18:45] [INFO] PTY 参数: -size 164,40 -coder utf8 -dir C:\Users\Administrator\Desktop\MCSManager-v10-windows-x64_2\mcsmanager\daemon\data\InstanceData\f689ff9ad26842a186b3e766decdc294 -fifo \\.\pipe\mcsmanager-f689ff9ad26842a186b3e766decdc294 -cmd ["MC.exe ../script/MC.ini Shen"]
[06/13 23:18:45] [INFO] 工作目录: C:\Users\Administrator\Desktop\MCSManager-v10-windows-x64_2\mcsmanager\daemon\data\InstanceData\f689ff9ad26842a186b3e766decdc294
[06/13 23:18:45] [INFO] ----------------
...
[06/13 23:18:45] [ERROR] Init Pipe Err: \\.\pipe\mcsmanager-f689ff9ad26842a186b3e766decdc294, Error: ENOENT: no such file or directory, open '\\.\pipe\mcsmanager-f689ff9ad26842a186b3e766decdc294'
....
[06/13 23:19:38] [ERROR] Error: UncaughtException: Error: write EPIPE
    at __node_internal_captureLargerStackTrace (node:internal/errors:563:5)
    at __node_internal_errnoException (node:internal/errors:690:12)
    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:952:11)
    at Socket._write (node:net:964:8)
    at doWrite (node:internal/streams/writable:590:12)
    at clearBuffer (node:internal/streams/writable:773:7)
    at onwrite (node:internal/streams/writable:644:7)
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:106:10) {
  errno: -4047,
  code: 'EPIPE',
  syscall: 'write'
}

from mcsmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.