MacOS sudo ./jws start 启动失败
日志信息显示如下
*** jwsHttpd message: Start jexus worker process failed.
System.TypeInitializationException: The type initializer for 'a.F' threw an exception. ---> System.Exception: Can't Found libc
at a.F..cctor () [0x00020] in <f576740c00d64d64a74d2011f56e2410>:0
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
at A.S.A (System.Int32 , System.Boolean ) [0x00013] in <f576740c00d64d64a74d2011f56e2410>:0
at A.r.A (System.Int32 , System.Boolean ) [0x00012] in <f576740c00d64d64a74d2011f56e2410>:0
at B.C.A (System.Collections.Generic.List`1[T] ) [0x00022] in <f576740c00d64d64a74d2011f56e2410>:0
at a.u.A (System.String ) [0x00086] in <f576740c00d64d64a74d2011f56e2410>:0
at a.S.A (System.String[] ) [0x000c5] in <f576740c00d64d64a74d2011f56e2410>:0
at B.a.A (System.String[] ) [0x00133] in <f576740c00d64d64a74d2011f56e2410>:0
04-08 16:41:01: Create httpd process failed:
System.Exception: Create work process error.
at A.k.A (System.Collections.Generic.List`1[T] , System.String , System.Int32 , System.Int32 , System.Int32 ) [0x000ff] in <f6a6281654864014a3fa1cb2faad2150>:0
at A.Q.a (System.String[] ) [0x0050f] in <f6a6281654864014a3fa1cb2faad2150>:
作者:Mr.Han 发布时间:18年04月08日 可选操作:
删除 回复这个异常已经提示得很明确了:没有找到 libc。
另外,不建议在MAC上跑,Jexus没有针对MAC操作系统进行适配和测试。Jexus的开发重点是Linux。
作者:yunei 发布时间:18年04月08日 可选操作:
删除 回复作者:Mr.Han 发布时间:18年04月08日 可选操作:
删除 回复建议在 Mac 上通过 docker 来运行 jexus
独立版 https://store.docker.com/community/images/beginor/jexus-x64
通用版 https://store.docker.com/community/images/beginor/jexus
作者:beginor 发布时间:18年06月01日 可选操作:
删除 回复