Open boneanxs opened 9 years ago
把最前面的日志贴出来
2015-10-13 23:37 GMT+08:00 anhui notifications@github.com:
Exception happened during processing of request from ('127.0.0.1', 40304) Traceback (most recent call last): File "/usr/lib64/python2.7/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address) File "/home/anhui/下载/XX-Net/launcher/web_control.py", line 48, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib64/python2.7/SocketServer.py", line 649, in init self.handle() File "/usr/lib64/python2.7/BaseHTTPServer.py", line 340, in handle self.handle_one_request() File "/usr/lib64/python2.7/BaseHTTPServer.py", line 328, in handle_one_request method() File "/home/anhui/下载/XX-Net/launcher/web_control.py", line 143, in do_GET controler = module_init.proc_handler[module]["imp"].local.web_control.ControlHandler(self.client_address, self.headers, self.command, path, self.rfile, self.wfile) KeyError: 'imp'
然后xx-net页面显示空白
— Reply to this email directly or view it on GitHub https://github.com/XX-net/XX-Net/issues/1218.
这些就是所有的日志了啊,XX-Net打开后就全部都是空白
Linux下启动XX-Net的日志,会显示版本信息之类,请拉滚动条向上看看。
另外,你把 data/launcher/log.log 删除,启动后看看,贴出来看看。
在 2015年10月18日 下午4:20,anhui notifications@github.com写道:
这些就是所有的日志了啊,XX-Net打开后就全部都是空白
— Reply to this email directly or view it on GitHub https://github.com/XX-net/XX-Net/issues/1218#issuecomment-148989212.
[root@sutdy XX-Net]# sudo ./start.sh
Oct 23 22:05:02 - [WARNING] import pynotify fail, please install python-notify if possiable.
Oct 23 22:05:02 - [INFO] start XX-Net 2.5.2
Oct 23 22:05:02 - [DEBUG] start confirm_xxnet_exit
Oct 23 22:05:02 - [DEBUG] good, xxnet:8087 cleared!
Oct 23 22:05:02 - [DEBUG] good, xxnet:8085 clear!
Oct 23 22:05:02 - [DEBUG] finished confirm_xxnet_exit
Oct 23 22:05:02 - [ERROR] start module gae_proxy fail:libssl.so.1.0.0: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/home/anhui/Downloads/XX-Net/launcher/module_init.py", line 37, in start
proc_handler[module]["imp"] = import(module, globals(), locals(), ['local', 'start'], -1)
File "/home/anhui/Downloads/XX-Net/gae_proxy/start.py", line 14, in
Oct 23 22:05:02 - [INFO] start gae_proxy time cost 2 Oct 23 22:05:02 - [INFO] begin to start web control Oct 23 22:05:02 - [INFO] launcher web control started. Oct 23 22:05:03 - [INFO] get uuid:c3cee460-ef89-47e3-b59f-e5753d681c8f Oct 23 22:05:03 - [WARNING] check_update fail:URLError(error(111, 'Connection refused'),) Oct 23 22:05:03 - [INFO] download https://raw.githubusercontent.com/XX-net/XX-Net/master/README.md to /home/anhui/Downloads/XX-Net/data/downloads/README.md, retry:0 这就是所有的日志了,下边是log.log的内容: Oct 23 22:05:02 - [WARNING] import pynotify fail, please install python-notify if possiable. Oct 23 22:05:02 - [INFO] start XX-Net 2.5.2 Oct 23 22:05:02 - [DEBUG] start confirm_xxnet_exit Oct 23 22:05:02 - [DEBUG] good, xxnet:8087 cleared! Oct 23 22:05:02 - [DEBUG] good, xxnet:8085 clear! Oct 23 22:05:02 - [DEBUG] finished confirm_xxnet_exit Oct 23 22:05:02 - [ERROR] start module gae_proxy fail:libssl.so.1.0.0: cannot open shared object file: No such file or directory Oct 23 22:05:02 - [INFO] start gae_proxy time cost 2 Oct 23 22:05:02 - [INFO] begin to start web control Oct 23 22:05:02 - [INFO] launcher web control started. Oct 23 22:05:03 - [INFO] get uuid:c3cee460-ef89-47e3-b59f-e5753d681c8f Oct 23 22:05:03 - [WARNING] check_update fail:URLError(error(111, 'Connection refused'),) Oct 23 22:05:03 - [INFO] download https://raw.githubusercontent.com/XX-net/XX-Net/master/README.md to /home/anhui/Downloads/XX-Net/data/downloads/README.md, retry:0
难道系统没有安装ssl库? 参考这个:
2015-10-23 22:13 GMT+08:00 anhui notifications@github.com:
[root@sutdy XX-Net]# sudo ./start.sh Oct 23 22:05:02 - [WARNING] import pynotify fail, please install python-notify if possiable. Oct 23 22:05:02 - [INFO] start XX-Net 2.5.2 Oct 23 22:05:02 - [DEBUG] start confirm_xxnet_exit Oct 23 22:05:02 - [DEBUG] good, xxnet:8087 cleared! Oct 23 22:05:02 - [DEBUG] good, xxnet:8085 clear! Oct 23 22:05:02 - [DEBUG] finished confirm_xxnet_exit Oct 23 22:05:02 - [ERROR] start module gae_proxy fail:libssl.so.1.0.0: cannot open shared object file: No such file or directory Traceback (most recent call last): File "/home/anhui/Downloads/XX-Net/launcher/module_init.py", line 37, in start proc_handler[module]["imp"] = import(module, globals(), locals(), ['local', 'start'], -1) File "/home/anhui/Downloads/XX-Net/gae_proxy/start.py", line 14, in import local.proxy as client File "/home/anhui/Downloads/XX-Net/gae_proxy/local/proxy.py", line 74, in from cert_util import CertUtil File "/home/anhui/Downloads/XX-Net/gae_proxy/local/cert_util.py", line 37, in import OpenSSL File "/home/anhui/Downloads/XX-Net/python27/1.0/lib/linux/OpenSSL/init.py", line 36, in from OpenSSL import crypto ImportError: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Oct 23 22:05:02 - [INFO] start gae_proxy time cost 2 Oct 23 22:05:02 - [INFO] begin to start web control Oct 23 22:05:02 - [INFO] launcher web control started. Oct 23 22:05:03 - [INFO] get uuid:c3cee460-ef89-47e3-b59f-e5753d681c8f Oct 23 22:05:03 - [WARNING] check_update fail:URLError(error(111, 'Connection refused'),) Oct 23 22:05:03 - [INFO] download https://raw.githubusercontent.com/XX-net/XX-Net/master/README.md to /home/anhui/Downloads/XX-Net/data/downloads/README.md, retry:0 这就是所有的日志了,下边是log.log的内容: Oct 23 22:05:02 - [WARNING] import pynotify fail, please install python-notify if possiable. Oct 23 22:05:02 - [INFO] start XX-Net 2.5.2 Oct 23 22:05:02 - [DEBUG] start confirm_xxnet_exit Oct 23 22:05:02 - [DEBUG] good, xxnet:8087 cleared! Oct 23 22:05:02 - [DEBUG] good, xxnet:8085 clear! Oct 23 22:05:02 - [DEBUG] finished confirm_xxnet_exit Oct 23 22:05:02 - [ERROR] start module gae_proxy fail:libssl.so.1.0.0: cannot open shared object file: No such file or directory Oct 23 22:05:02 - [INFO] start gae_proxy time cost 2 Oct 23 22:05:02 - [INFO] begin to start web control Oct 23 22:05:02 - [INFO] launcher web control started. Oct 23 22:05:03 - [INFO] get uuid:c3cee460-ef89-47e3-b59f-e5753d681c8f Oct 23 22:05:03 - [WARNING] check_update fail:URLError(error(111, 'Connection refused'),) Oct 23 22:05:03 - [INFO] download https://raw.githubusercontent.com/XX-net/XX-Net/master/README.md to /home/anhui/Downloads/XX-Net/data/downloads/README.md, retry:0
— Reply to this email directly or view it on GitHub https://github.com/XX-net/XX-Net/issues/1218#issuecomment-150584985.
Oct 13 23:43:52 - [WARNING] import pynotify fail, please install python-notify if possiable. Oct 13 23:43:52 - [INFO] start XX-Net 2.5.2 Oct 13 23:43:52 - [DEBUG] start confirm_xxnet_exit Oct 13 23:43:52 - [DEBUG] good, xxnet:8087 cleared! Oct 13 23:43:52 - [DEBUG] good, xxnet:8085 clear! Oct 13 23:43:52 - [DEBUG] finished confirm_xxnet_exit Oct 13 23:43:52 - [ERROR] start module gae_proxy fail:libssl.so.1.0.0: 无法打开共享对象文件: 没有那个文件或目录 Traceback (most recent call last): File "/home/anhui/下载/XX-Net/launcher/module_init.py", line 37, in start proc_handler[module]["imp"] = import(module, globals(), locals(), ['local', 'start'], -1) File "/home/anhui/下载/XX-Net/gae_proxy/start.py", line 14, in
import local.proxy as client
File "/home/anhui/下载/XX-Net/gae_proxy/local/proxy.py", line 74, in
from cert_util import CertUtil
File "/home/anhui/下载/XX-Net/gae_proxy/local/cert_util.py", line 37, in
import OpenSSL
File "/home/anhui/下载/XX-Net/python27/1.0/lib/linux/OpenSSL/init.py", line 36, in
from OpenSSL import crypto
ImportError: libssl.so.1.0.0: 无法打开共享对象文件: 没有那个文件或目录
Oct 13 23:43:52 - [INFO] start gae_proxy time cost 1 Oct 13 23:43:52 - [INFO] begin to start web control Oct 13 23:43:52 - [INFO] launcher web control started. Oct 13 23:43:53 - [INFO] get uuid:c3cee460-ef89-47e3-b59f-e5753d681c8f Oct 13 23:43:53 - [WARNING] check_update fail:URLError(error(111, '\xe6\x8b\x92\xe7\xbb\x9d\xe8\xbf\x9e\xe6\x8e\xa5'),) Oct 13 23:43:53 - [INFO] download https://raw.githubusercontent.com/XX-net/XX-Net/master/README.md to /home/anhui/下载/XX-Net/data/downloads/README.md, retry:0 ^COct 13 23:44:11 - [ERROR] stop module gae_proxy fail:'imp' Traceback (most recent call last): File "/home/anhui/下载/XX-Net/launcher/module_init.py", line 71, in stop _start = proc_handler[module]["imp"].start KeyError: 'imp'
Stopping all modules before exit! Oct 13 23:44:11 - [ERROR] stop module gae_proxy fail:'imp' Traceback (most recent call last): File "/home/anhui/下载/XX-Net/launcher/module_init.py", line 71, in stop _start = proc_handler[module]["imp"].start KeyError: 'imp'
Oct 13 23:44:11 - [INFO] begin to exit web control Oct 13 23:44:11 - [INFO] launcher web control exited. [anhui@sutdy ~]$ sudo /home/anhui/下载/XX-Net/start.sh Oct 13 23:46:18 - [WARNING] import pynotify fail, please install python-notify if possiable. Oct 13 23:46:18 - [INFO] start XX-Net 2.5.2 Oct 13 23:46:18 - [DEBUG] start confirm_xxnet_exit Oct 13 23:46:18 - [DEBUG] good, xxnet:8087 cleared! Oct 13 23:46:18 - [DEBUG] good, xxnet:8085 clear! Oct 13 23:46:18 - [DEBUG] finished confirm_xxnet_exit Oct 13 23:46:18 - [ERROR] start module gae_proxy fail:libssl.so.1.0.0: 无法打开共享对象文件: 没有那个文件或目录 Traceback (most recent call last): File "/home/anhui/下载/XX-Net/launcher/module_init.py", line 37, in start proc_handler[module]["imp"] = import(module, globals(), locals(), ['local', 'start'], -1) File "/home/anhui/下载/XX-Net/gae_proxy/start.py", line 14, in
import local.proxy as client
File "/home/anhui/下载/XX-Net/gae_proxy/local/proxy.py", line 74, in
from cert_util import CertUtil
File "/home/anhui/下载/XX-Net/gae_proxy/local/cert_util.py", line 37, in
import OpenSSL
File "/home/anhui/下载/XX-Net/python27/1.0/lib/linux/OpenSSL/init.py", line 36, in
from OpenSSL import crypto
ImportError: libssl.so.1.0.0: 无法打开共享对象文件: 没有那个文件或目录
Oct 13 23:46:18 - [INFO] start gae_proxy time cost 1 Oct 13 23:46:18 - [INFO] begin to start web control Oct 13 23:46:18 - [INFO] launcher web control started. Oct 13 23:46:19 - [INFO] get uuid:c3cee460-ef89-47e3-b59f-e5753d681c8f Oct 13 23:46:19 - [WARNING] check_update fail:URLError(error(111, '\xe6\x8b\x92\xe7\xbb\x9d\xe8\xbf\x9e\xe6\x8e\xa5'),) Oct 13 23:46:19 - [INFO] download https://raw.githubusercontent.com/XX-net/XX-Net/master/README.md to /home/anhui/下载/XX-Net/data/downloads/README.md, retry:0
Exception happened during processing of request from ('127.0.0.1', 41102) Traceback (most recent call last): File "/usr/lib64/python2.7/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address) File "/home/anhui/下载/XX-Net/launcher/web_control.py", line 48, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib64/python2.7/SocketServer.py", line 649, in init self.handle() File "/usr/lib64/python2.7/BaseHTTPServer.py", line 340, in handle self.handle_one_request() File "/usr/lib64/python2.7/BaseHTTPServer.py", line 328, in handle_one_request method() File "/home/anhui/下载/XX-Net/launcher/web_control.py", line 143, in do_GET controler = module_init.proc_handler[module]["imp"].local.web_control.ControlHandler(self.client_address, self.headers, self.command, path, self.rfile, self.wfile) KeyError: 'imp'
xx-net 打开后说是“状态页显示空白, 很可能GAEProxy启动失败, 请按指引”